<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ObjectARX and Qt in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/5448678#M16829</link>
    <description>Thanks... I could now implement addin code on AutoCAD, more about Revit using Qt's Dialog.&lt;BR /&gt;But, struggling on AutoCAD Palette using QWinWidget Class for this weekend.&lt;BR /&gt;Can you guide about that? Everything is helpful.&lt;BR /&gt;Especially about QWinWidget's constructor code and QApplication Instance.&lt;BR /&gt;Thanks a lot.</description>
    <pubDate>Fri, 19 Dec 2014 09:59:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-12-19T09:59:20Z</dc:date>
    <item>
      <title>ObjectARX and Qt</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/2597549#M16810</link>
      <description>Anyone know if its possible to use Qt classes in an ObjectARX application?</description>
      <pubDate>Wed, 02 Dec 2009 16:37:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/2597549#M16810</guid>
      <dc:creator>jamierobertson1</dc:creator>
      <dc:date>2009-12-02T16:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectARX and Qt</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/2597550#M16811</link>
      <description>I was experiencing with QT for last few days. This question already came into my mind. Following are the notes as per my observaion.&lt;BR /&gt;
&lt;BR /&gt;
1. Linking the ObjectArx libraries with QT libraries. ( As both of the system are using Visual studio 2005 or similar versions, I feel it would not be a problem)&lt;BR /&gt;
2. After executing a command suppose we have to display a dialog box, This can be done in following ways&lt;BR /&gt;
      a. Check whether QTApplication has started or not. if it is we can post an event by using QApplication::postEvent() or    &lt;BR /&gt;
          QApplication::sendEvent().&lt;BR /&gt;
3. As we have already used the libraries of both QT and ObjectArx, we can mix ObjectArx Code in QT event handling procedures.&lt;BR /&gt;
&lt;BR /&gt;
Let me check whether we can link both of the Libraries, I will try to run a test application. &lt;BR /&gt;
&lt;BR /&gt;
But few questions arise on my mind.&lt;BR /&gt;
&lt;BR /&gt;
Like, Why you want to use QT libraries in your application as you can integrate C# rich user interface libraries with ObjectArx, Simply you have to write a module to link both C++ and C# applications. I know it is a bit tricky but it can be.&lt;BR /&gt;
&lt;BR /&gt;
Hope the above observation will help you.&lt;BR /&gt;
&lt;BR /&gt;
Thnaks &amp;amp; Regards&lt;BR /&gt;
Anirban Talukdar&lt;BR /&gt;
talukdar.anirban@gmail.com</description>
      <pubDate>Thu, 03 Dec 2009 05:20:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/2597550#M16811</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-03T05:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectARX and Qt</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/2597551#M16812</link>
      <description>Thanks for the reply, I was really just wondering if anyone has tried it before, and if so how painful was the experience and whats possible and not possible?&lt;BR /&gt;
&lt;BR /&gt;
My plan is to use c# for almost all my UI stuff, the only reason I'd like to use Qt is that I already have alot of Qt code like dialogs with QGraphicsViews and lots of calculations in Qt code etc which Im sure would take me forever to re-write in c# (plus I'm pretty new to c#).&lt;BR /&gt;
&lt;BR /&gt;
I'm currently thinking the simplest way ahead for me is to use c# as much as possible, keep my Qt stuff seperate and only where really neccesary pop up the occasional Qt widget using COM, I shouldnt really have to pass much data between them so it should be relatively easy.&lt;BR /&gt;
&lt;BR /&gt;
I'm keen to hear how your test goes,&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
&lt;BR /&gt;
Jamie Robertson</description>
      <pubDate>Thu, 03 Dec 2009 09:31:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/2597551#M16812</guid>
      <dc:creator>jamierobertson1</dc:creator>
      <dc:date>2009-12-03T09:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectARX and Qt</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/2597552#M16813</link>
      <description>I will try to run. By the way if you have any overload of works, I can help you in this regard. I am looking for some works.&lt;BR /&gt;
&lt;BR /&gt;
Thanks &amp;amp; Regards&lt;BR /&gt;
Anirban Talukdar</description>
      <pubDate>Thu, 03 Dec 2009 09:38:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/2597552#M16813</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-03T09:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectARX and Qt</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/2597553#M16814</link>
      <description>Hi Robetson&lt;BR /&gt;
&lt;BR /&gt;
I found a good article on this. &lt;BR /&gt;
&lt;BR /&gt;
http://qtnode.net/wiki/Qt4_with_Visual_Studio&lt;BR /&gt;
&lt;BR /&gt;
Hope it will help you, I will also try to follow it on weekends.&lt;BR /&gt;
&lt;BR /&gt;
Thanks &amp;amp; Regards&lt;BR /&gt;
Anirban Talukdar</description>
      <pubDate>Fri, 04 Dec 2009 03:59:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/2597553#M16814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-04T03:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectARX and Qt</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/2597554#M16815</link>
      <description>Alternatively if your using VS 2008, you can just download the latest version of Qt for VS:&lt;BR /&gt;&lt;BR /&gt;
&lt;BR /&gt;&lt;BR /&gt;
 [http://get.qt.nokia.com/qt/source/qt-win-opensource-4.6.0-vs2008.exe]

Edited by: jamierobertson1 on Dec 4, 2009 8:50 AM</description>
      <pubDate>Fri, 04 Dec 2009 08:49:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/2597554#M16815</guid>
      <dc:creator>jamierobertson1</dc:creator>
      <dc:date>2009-12-04T08:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectARX and Qt</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/2597555#M16816</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I work on project (AutoCAD integration) implementing Qt in ARX and it works very well.&lt;BR /&gt;
&lt;BR /&gt;
Have a look on this article http://qt.nokia.com/products/appdev/add-on-products/catalog/4/Windows/qtwinmigrate. It talks about interactions between MFC &amp;lt;-&amp;gt; Qt.&lt;BR /&gt;
&lt;BR /&gt;
regards</description>
      <pubDate>Mon, 07 Dec 2009 15:31:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/2597555#M16816</guid>
      <dc:creator>maisoui</dc:creator>
      <dc:date>2009-12-07T15:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectARX and Qt</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/2597556#M16817</link>
      <description>Thanks, for that I'll take a look.</description>
      <pubDate>Tue, 08 Dec 2009 13:37:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/2597556#M16817</guid>
      <dc:creator>jamierobertson1</dc:creator>
      <dc:date>2009-12-08T13:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectARX and Qt</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/4990548#M16818</link>
      <description>Hello,&lt;BR /&gt;i'm trying to integrate Qt in ARX. I have followed the article about migration from mfc to qt. Showing a QMessageBox::about using a QWinWidget succeeds but I do not succeed to show a simple QWidget (analogclock found in qt examples). Could you please give a minimal example of a QWidget shown in a command ?&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 25 Apr 2014 14:35:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/4990548#M16818</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-25T14:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectARX and Qt</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/4995824#M16819</link>
      <description>&lt;P&gt;I don't understand why you succeed to display a QMessageBox but not a QDialog. Here's a simple example:&lt;/P&gt;&lt;PRE&gt;QWinWidget ww(adsw_acadMainWnd());
MyDialog dlg(&amp;amp;ww);
ww.showCentered();
dlg.exec();&lt;/PRE&gt;&lt;P&gt;Over time, I noticed that problems could appear at the objects deletion (due to QObject architecture, i.e. parent-child), so I recommand to use pointer and call delete in the right place and time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: If you want to put Qt in palettes, use a QWinWidget too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2014 12:03:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/4995824#M16819</guid>
      <dc:creator>maisoui</dc:creator>
      <dc:date>2014-04-28T12:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectARX and Qt</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/4995832#M16820</link>
      <description>&lt;P&gt;One more thing, assured yourself that you have a valid running QApplication (qApp).&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2014 12:06:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/4995832#M16820</guid>
      <dc:creator>maisoui</dc:creator>
      <dc:date>2014-04-28T12:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectARX and Qt</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/4995892#M16821</link>
      <description>&lt;P&gt;Thank you very much, I think my problem came from the line&amp;nbsp;dlg.exec(); I didn't know on which instance to call exec().&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where do you instantiate&amp;nbsp;the QApplication? in the DllMain ? Do you call exec() on it or only on the QDialog ?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2014 12:25:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/4995892#M16821</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-28T12:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectARX and Qt</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/4995920#M16822</link>
      <description>&lt;P&gt;I chose to initialize QApplication in&amp;nbsp;&lt;EM&gt;On_kInitAppMsg&amp;nbsp;&lt;/EM&gt;and to destroy it (quit) in&amp;nbsp;&lt;EM&gt;On_kUnloadAppMsg&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;I use Qt for years, and it seems this is a good solution.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2014 12:33:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/4995920#M16822</guid>
      <dc:creator>maisoui</dc:creator>
      <dc:date>2014-04-28T12:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectARX and Qt</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/5438689#M16823</link>
      <description>&lt;P&gt;Hi maisoui,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I followed your guides, qtwinmigrate and applied to ObjectARX 2015.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Succeeded to build ObjectARX MFC sample, "dynamic_dg", today.&lt;/P&gt;&lt;P&gt;But as you said, I encountered Runtime Error message, "...QWidget Must construct a QApplication before a QWidget".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you help me snippet code about QApplication?&lt;/P&gt;&lt;P&gt;Is it right place below initApp() or where?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---------------&lt;/P&gt;&lt;P&gt;extern "C" AcRx::AppRetCode acrxEntryPoint( AcRx::AppMsgCode msg, void* pkt)&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; switch( msg )&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; case AcRx::kInitAppMsg:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; acrxUnlockApplication(pkt);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; acrxRegisterAppMDIAware(pkt);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; initApp();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; case AcRx::kUnloadAppMsg:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; unloadApp();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; default:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return AcRx::kRetOK;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2014 12:12:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/5438689#M16823</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-10T12:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectARX and Qt</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/5438697#M16824</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, in your&amp;nbsp;&lt;EM&gt;initApp&lt;/EM&gt; you need to allocate a QApplication. You can use QtWinMigrate to create a QMfcApplication or do by yourself :&lt;/P&gt;&lt;PRE&gt;int argc = 0;
(void)new QApplication(argc, NULL);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From my my experience, I can say:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You don't need to configure a Windows Hook (using&amp;nbsp;&lt;EM&gt;SetWindowsHookEx&lt;/EM&gt;)&lt;/LI&gt;&lt;LI&gt;Maybe you need to call&amp;nbsp;&lt;EM&gt;qApp-&amp;gt;processEvents();&lt;/EM&gt; just after allocating the QApplication to correctly "initialize" in the events loop&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Don't forget to delete your QApplication in your "unload app".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2014 12:20:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/5438697#M16824</guid>
      <dc:creator>maisoui</dc:creator>
      <dc:date>2014-12-10T12:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectARX and Qt</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/5438843#M16825</link>
      <description>&lt;P&gt;Thank you, Jonathan.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another question I have.&lt;/P&gt;&lt;P&gt;After QApplication added to initApp(), I could not solve error, Qt's Windows Platform loading error, like attachements capture.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"This application failed to start because it could not find or load the Qt platform plugin "windows".&lt;/P&gt;&lt;P&gt;Available platform plugins are: minimal, offscreen, windows.&lt;/P&gt;&lt;P&gt;Reinstalling the application may fix this problem."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know about the message, so I did copy them all to my arx folder(--; and autocad folder)&lt;/P&gt;&lt;P&gt;(C:\Qt\5.2.1\msvc2012_64\plugins\platforms\*.dll)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jonathan, you could save me. Thanks a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2014 14:28:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/5438843#M16825</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-10T14:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectARX and Qt</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/5438923#M16826</link>
      <description>&lt;BR /&gt;I'm progressing some test scenarios. After that, I'll post my result.&lt;BR /&gt;Regards,&lt;BR /&gt;Kim.</description>
      <pubDate>Wed, 10 Dec 2014 15:16:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/5438923#M16826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-10T15:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectARX and Qt</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/5439833#M16827</link>
      <description>&lt;P&gt;Yes, you're right. For each OS&amp;nbsp;Qt5 needs to load a specific plugin. For Windows, it's qwindow[d].dll. It's like other Qt plugins, subfolders must be in an accessible path. When you debug, you can simply use&amp;nbsp;:&amp;nbsp;&lt;EM&gt;PATH="$(QTDIR)\bin;$(PATH)" &lt;/EM&gt;(if you have&lt;EM&gt; Qt VS addin&lt;/EM&gt;&amp;nbsp;installed).&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 08:17:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/5439833#M16827</guid>
      <dc:creator>maisoui</dc:creator>
      <dc:date>2014-12-11T08:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectARX and Qt</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/5445830#M16828</link>
      <description>&lt;P&gt;Hi, Jonathan ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tested basic Qt(5.2.1_x64) Loading on AutoCAD 2015 Platform until now, and succeeded following QMessageBox, very infant code.^^&lt;/P&gt;&lt;P&gt;Thanks for your helps. I'll develop this to next step application using QWinWidget as you said.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Myeong Hwan, Kim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dynamic.arx =&amp;gt; AutoCAD MFC Sample&lt;/P&gt;&lt;P&gt;icudt51.dll&lt;BR /&gt;icuin51.dll&lt;BR /&gt;icuuc51.dll&lt;/P&gt;&lt;P&gt;libEGL.dll&lt;/P&gt;&lt;P&gt;libGLESv2.dll&lt;BR /&gt;Qt5Core.dll&lt;BR /&gt;Qt5Gui.dll&lt;BR /&gt;Qt5Widgets.dll&lt;BR /&gt;qwindows.dll =&amp;gt; plugins/platform for windows&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;_putenv("QT_QPA_PLATFORM_PLUGIN_PATH=C:/temp"); // Environmental variable 1...
_putenv("PATH=C:/temp;%PATH%"); // Environmental variable 2...
int argc = 0;
(void)new QApplication(argc, NULL);
//qApp-&amp;gt;processEvents();
//QMessageBox::critical(0, QObject::tr("Test"), QObject::tr("Critical Messages...")); // OK!
//QMessageBox::about(&amp;amp;win, "About QtMfc", "QtMFC Version 1.0\nCopyright (C) 2014"); // window handle?
QMessageBox::about(0, "About QtMfc", "QtMFC Version 1.0\nCopyright (C) 2014"); //OK!&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2014 06:51:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/5445830#M16828</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-17T06:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectARX and Qt</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/5448678#M16829</link>
      <description>Thanks... I could now implement addin code on AutoCAD, more about Revit using Qt's Dialog.&lt;BR /&gt;But, struggling on AutoCAD Palette using QWinWidget Class for this weekend.&lt;BR /&gt;Can you guide about that? Everything is helpful.&lt;BR /&gt;Especially about QWinWidget's constructor code and QApplication Instance.&lt;BR /&gt;Thanks a lot.</description>
      <pubDate>Fri, 19 Dec 2014 09:59:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-and-qt/m-p/5448678#M16829</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-19T09:59:20Z</dc:date>
    </item>
  </channel>
</rss>

