<?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: AutoCAD 2002 MFC Dll in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/autocad-2002-mfc-dll/m-p/311836#M39593</link>
    <description>you might try deriving your class from CAcUiDialog instead of CDialog&lt;BR /&gt;
"Frédéric Chartier" &lt;CHARTIER.F&gt; wrote in message&lt;BR /&gt;
news:C8B4B9AFC29F5F8D13443037F9DAA1E5@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Hi everyone,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I've made a Dll with an exported class herited from CDialog, i use it&lt;BR /&gt;
inside&lt;BR /&gt;
&amp;gt; an Arx without problem on Windows NT4, AutoCAD 2000i P3 600MHz RAM 256Mo&lt;BR /&gt;
HD&lt;BR /&gt;
&amp;gt; 8Go.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I've made test on other system, same Arx and Dll on Windows XP Pro and&lt;BR /&gt;
&amp;gt; AutoCAD 2002 make a strange message, AutoCAD tell me i have no more memory&lt;BR /&gt;
&amp;gt; !!! strange thing because it is a bigger computer than before (Athlon&lt;BR /&gt;
&amp;gt; XP1800+ RAM 512Mo HD 80Go) so it's not possible to have a lack of memory,&lt;BR /&gt;
&amp;gt; for more if i say not to close AutoCAD my Dialog appear.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Anyway, i've implemented the resource helper with the ResourceOverride and&lt;BR /&gt;
&amp;gt; so on ... nothing changed, i've recompiled everything on Windows XP,&lt;BR /&gt;
nothing&lt;BR /&gt;
&amp;gt; yet. In debug it is the instance creation of the dialog that crashed.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; My Mfc dont do nothing special just a simple Dialog, my Arx just create an&lt;BR /&gt;
&amp;gt; instance of this Dialog.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; So what is the problem and what can i do ?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/CHARTIER.F&gt;</description>
    <pubDate>Thu, 29 Aug 2002 13:08:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2002-08-29T13:08:21Z</dc:date>
    <item>
      <title>AutoCAD 2002 MFC Dll</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/autocad-2002-mfc-dll/m-p/311835#M39592</link>
      <description>Hi everyone,&lt;BR /&gt;
&lt;BR /&gt;
I've made a Dll with an exported class herited from CDialog, i use it inside&lt;BR /&gt;
an Arx without problem on Windows NT4, AutoCAD 2000i P3 600MHz RAM 256Mo HD&lt;BR /&gt;
8Go.&lt;BR /&gt;
&lt;BR /&gt;
I've made test on other system, same Arx and Dll on Windows XP Pro and&lt;BR /&gt;
AutoCAD 2002 make a strange message, AutoCAD tell me i have no more memory&lt;BR /&gt;
!!! strange thing because it is a bigger computer than before (Athlon&lt;BR /&gt;
XP1800+ RAM 512Mo HD 80Go) so it's not possible to have a lack of memory,&lt;BR /&gt;
for more if i say not to close AutoCAD my Dialog appear.&lt;BR /&gt;
&lt;BR /&gt;
Anyway, i've implemented the resource helper with the ResourceOverride and&lt;BR /&gt;
so on ... nothing changed, i've recompiled everything on Windows XP, nothing&lt;BR /&gt;
yet. In debug it is the instance creation of the dialog that crashed.&lt;BR /&gt;
&lt;BR /&gt;
My Mfc dont do nothing special just a simple Dialog, my Arx just create an&lt;BR /&gt;
instance of this Dialog.&lt;BR /&gt;
&lt;BR /&gt;
So what is the problem and what can i do ?</description>
      <pubDate>Thu, 29 Aug 2002 00:15:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/autocad-2002-mfc-dll/m-p/311835#M39592</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-08-29T00:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2002 MFC Dll</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/autocad-2002-mfc-dll/m-p/311836#M39593</link>
      <description>you might try deriving your class from CAcUiDialog instead of CDialog&lt;BR /&gt;
"Frédéric Chartier" &lt;CHARTIER.F&gt; wrote in message&lt;BR /&gt;
news:C8B4B9AFC29F5F8D13443037F9DAA1E5@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Hi everyone,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I've made a Dll with an exported class herited from CDialog, i use it&lt;BR /&gt;
inside&lt;BR /&gt;
&amp;gt; an Arx without problem on Windows NT4, AutoCAD 2000i P3 600MHz RAM 256Mo&lt;BR /&gt;
HD&lt;BR /&gt;
&amp;gt; 8Go.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I've made test on other system, same Arx and Dll on Windows XP Pro and&lt;BR /&gt;
&amp;gt; AutoCAD 2002 make a strange message, AutoCAD tell me i have no more memory&lt;BR /&gt;
&amp;gt; !!! strange thing because it is a bigger computer than before (Athlon&lt;BR /&gt;
&amp;gt; XP1800+ RAM 512Mo HD 80Go) so it's not possible to have a lack of memory,&lt;BR /&gt;
&amp;gt; for more if i say not to close AutoCAD my Dialog appear.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Anyway, i've implemented the resource helper with the ResourceOverride and&lt;BR /&gt;
&amp;gt; so on ... nothing changed, i've recompiled everything on Windows XP,&lt;BR /&gt;
nothing&lt;BR /&gt;
&amp;gt; yet. In debug it is the instance creation of the dialog that crashed.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; My Mfc dont do nothing special just a simple Dialog, my Arx just create an&lt;BR /&gt;
&amp;gt; instance of this Dialog.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; So what is the problem and what can i do ?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/CHARTIER.F&gt;</description>
      <pubDate>Thu, 29 Aug 2002 13:08:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/autocad-2002-mfc-dll/m-p/311836#M39593</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-08-29T13:08:21Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/autocad-2002-mfc-dll/m-p/311837#M39594</link>
      <description>&amp;gt; you might try deriving your class from CAcUiDialog instead of CDialog&lt;BR /&gt;
&lt;BR /&gt;
Ok but in that case, could i use my Dll outside of AutoCAD ? ... in fact i&lt;BR /&gt;
would like to have a library of dialogs that could be use inside and&lt;BR /&gt;
outiside AutoCAD.</description>
      <pubDate>Thu, 29 Aug 2002 23:28:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/autocad-2002-mfc-dll/m-p/311837#M39594</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-08-29T23:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2002 MFC Dll</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/autocad-2002-mfc-dll/m-p/311838#M39595</link>
      <description>Check you usage of the resource override class (is this for A2K+ or R14?).&lt;BR /&gt;
It needs to be in place when the underlying Create() is called.  Is the&lt;BR /&gt;
dialog modal or modeless?&lt;BR /&gt;
&lt;BR /&gt;
    |&lt;BR /&gt;
----+----------------------------------------------&lt;BR /&gt;
    |  Byron Blattel&lt;BR /&gt;
    |  CADwerx---Applications for AutoCAD&lt;BR /&gt;
    |  Autodesk Registered Developer&lt;BR /&gt;
    |  email: byron@cadwerx.net&lt;BR /&gt;
    |  web site: http://www.cadwerx.net&lt;BR /&gt;
    |&lt;BR /&gt;
&lt;BR /&gt;
"Frédéric Chartier" &lt;CHARTIER.F&gt; wrote in message&lt;BR /&gt;
news:C8B4B9AFC29F5F8D13443037F9DAA1E5@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Hi everyone,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I've made a Dll with an exported class herited from CDialog, i use it&lt;BR /&gt;
inside&lt;BR /&gt;
&amp;gt; an Arx without problem on Windows NT4, AutoCAD 2000i P3 600MHz RAM 256Mo&lt;BR /&gt;
HD&lt;BR /&gt;
&amp;gt; 8Go.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I've made test on other system, same Arx and Dll on Windows XP Pro and&lt;BR /&gt;
&amp;gt; AutoCAD 2002 make a strange message, AutoCAD tell me i have no more memory&lt;BR /&gt;
&amp;gt; !!! strange thing because it is a bigger computer than before (Athlon&lt;BR /&gt;
&amp;gt; XP1800+ RAM 512Mo HD 80Go) so it's not possible to have a lack of memory,&lt;BR /&gt;
&amp;gt; for more if i say not to close AutoCAD my Dialog appear.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Anyway, i've implemented the resource helper with the ResourceOverride and&lt;BR /&gt;
&amp;gt; so on ... nothing changed, i've recompiled everything on Windows XP,&lt;BR /&gt;
nothing&lt;BR /&gt;
&amp;gt; yet. In debug it is the instance creation of the dialog that crashed.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; My Mfc dont do nothing special just a simple Dialog, my Arx just create an&lt;BR /&gt;
&amp;gt; instance of this Dialog.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; So what is the problem and what can i do ?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/CHARTIER.F&gt;</description>
      <pubDate>Fri, 30 Aug 2002 02:40:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/autocad-2002-mfc-dll/m-p/311838#M39595</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-08-30T02:40:17Z</dc:date>
    </item>
  </channel>
</rss>

