<?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: VisualStudio.NET 2002 in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/visualstudio-net-2002/m-p/322718#M34832</link>
    <description>Anything compiled with VC2002 for Autocad 2004, should NOT be using the&lt;BR /&gt;
mfc42 libraries. They have to use the mfc70 libraries, otherwise there will&lt;BR /&gt;
be memory conflicts and fatals.</description>
    <pubDate>Tue, 29 Jul 2003 08:46:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2003-07-29T08:46:47Z</dc:date>
    <item>
      <title>VisualStudio.NET 2002</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/visualstudio-net-2002/m-p/322717#M34831</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
If I compile with VS.NET 2002 then I get the fatal Error:&lt;BR /&gt;
File 'mfc42.lib' not found&lt;BR /&gt;
If I copy the old Files from VC6, the app is not running in Acad2004&lt;BR /&gt;
&lt;BR /&gt;
What can I do ??</description>
      <pubDate>Tue, 29 Jul 2003 06:03:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/visualstudio-net-2002/m-p/322717#M34831</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-07-29T06:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: VisualStudio.NET 2002</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/visualstudio-net-2002/m-p/322718#M34832</link>
      <description>Anything compiled with VC2002 for Autocad 2004, should NOT be using the&lt;BR /&gt;
mfc42 libraries. They have to use the mfc70 libraries, otherwise there will&lt;BR /&gt;
be memory conflicts and fatals.</description>
      <pubDate>Tue, 29 Jul 2003 08:46:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/visualstudio-net-2002/m-p/322718#M34832</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-07-29T08:46:47Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/visualstudio-net-2002/m-p/322719#M34833</link>
      <description>Yes I now it, but if I build a new one with the AppWizard then I get the&lt;BR /&gt;
Error!&lt;BR /&gt;
Regard it is the Wizard for NET2002!&lt;BR /&gt;
&lt;BR /&gt;
"Randy Sanders" &lt;RAN7DY7S&gt; schrieb im Newsbeitrag&lt;BR /&gt;
news:4305C2D44926C6A213498DBD7F609A0D@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Anything compiled with VC2002 for Autocad 2004, should NOT be using the&lt;BR /&gt;
&amp;gt; mfc42 libraries. They have to use the mfc70 libraries, otherwise there&lt;BR /&gt;
will&lt;BR /&gt;
&amp;gt; be memory conflicts and fatals.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/RAN7DY7S&gt;</description>
      <pubDate>Tue, 29 Jul 2003 23:05:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/visualstudio-net-2002/m-p/322719#M34833</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-07-29T23:05:12Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/visualstudio-net-2002/m-p/322720#M34834</link>
      <description>Hi, Georg Erlenhoff!&lt;BR /&gt;
Look for Options-&amp;gt;VC++ Directories in Visual Studio NET. It must do not&lt;BR /&gt;
point to VC++ 6 directory.&lt;BR /&gt;
Also any addition lib files can not refer to mfc42.lib&lt;BR /&gt;
&lt;BR /&gt;
Best Regards,&lt;BR /&gt;
Alexander Rivilis</description>
      <pubDate>Wed, 30 Jul 2003 03:52:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/visualstudio-net-2002/m-p/322720#M34834</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-07-30T03:52:43Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/visualstudio-net-2002/m-p/322721#M34835</link>
      <description>The Directories dosn't have a Point to VC++6!&lt;BR /&gt;
The Compilererror is: File 'mfc42.lib' not found&lt;BR /&gt;
Wy the Compile ask for that File? wy they don't use mfc70.lib?&lt;BR /&gt;
I didn't tell them to use mfc42.lib.&lt;BR /&gt;
The project is build with the ARX-Wizard for NET2002.&lt;BR /&gt;
It is an empty Project, only for testing&lt;BR /&gt;
&lt;BR /&gt;
Thank's for Help&lt;BR /&gt;
&lt;BR /&gt;
Georg&lt;BR /&gt;
&lt;BR /&gt;
"Alexander Rivilis" &lt;RIVILIS&gt; schrieb im Newsbeitrag&lt;BR /&gt;
news:75DBF550B14DF49670F904F6EAFC3454@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Hi, Georg Erlenhoff!&lt;BR /&gt;
&amp;gt; Look for Options-&amp;gt;VC++ Directories in Visual Studio NET. It must do not&lt;BR /&gt;
&amp;gt; point to VC++ 6 directory.&lt;BR /&gt;
&amp;gt; Also any addition lib files can not refer to mfc42.lib&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Best Regards,&lt;BR /&gt;
&amp;gt; Alexander Rivilis&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/RIVILIS&gt;</description>
      <pubDate>Wed, 30 Jul 2003 07:56:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/visualstudio-net-2002/m-p/322721#M34835</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-07-30T07:56:45Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/visualstudio-net-2002/m-p/322722#M34836</link>
      <description>Make sure that your path to the Autocad libraries are not pointing to the&lt;BR /&gt;
2002 libraries.&lt;BR /&gt;
&lt;BR /&gt;
"Georg Erlenhoff" &lt;G.ERLENHOFF&gt; wrote in message&lt;BR /&gt;
news:F38AAA7069B5AB3A27D37CC0197009FA@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; The Directories dosn't have a Point to VC++6!&lt;BR /&gt;
&amp;gt; The Compilererror is: File 'mfc42.lib' not found&lt;BR /&gt;
&amp;gt; Wy the Compile ask for that File? wy they don't use mfc70.lib?&lt;BR /&gt;
&amp;gt; I didn't tell them to use mfc42.lib.&lt;BR /&gt;
&amp;gt; The project is build with the ARX-Wizard for NET2002.&lt;BR /&gt;
&amp;gt; It is an empty Project, only for testing&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thank's for Help&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Georg&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Alexander Rivilis" &lt;RIVILIS&gt; schrieb im Newsbeitrag&lt;BR /&gt;
&amp;gt; news:75DBF550B14DF49670F904F6EAFC3454@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt; Hi, Georg Erlenhoff!&lt;BR /&gt;
&amp;gt; &amp;gt; Look for Options-&amp;gt;VC++ Directories in Visual Studio NET. It must do not&lt;BR /&gt;
&amp;gt; &amp;gt; point to VC++ 6 directory.&lt;BR /&gt;
&amp;gt; &amp;gt; Also any addition lib files can not refer to mfc42.lib&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Best Regards,&lt;BR /&gt;
&amp;gt; &amp;gt; Alexander Rivilis&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/RIVILIS&gt;&lt;/G.ERLENHOFF&gt;</description>
      <pubDate>Wed, 30 Jul 2003 11:24:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/visualstudio-net-2002/m-p/322722#M34836</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-07-30T11:24:05Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/visualstudio-net-2002/m-p/322723#M34837</link>
      <description>Hi, Georg Erlenhoff!&lt;BR /&gt;
 GE&amp;gt; The Directories dosn't have a Point to VC++6!&lt;BR /&gt;
May be VC++ Directories point to ObjectARX 2000 (or ObjectARX 2002)?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Best Regards,&lt;BR /&gt;
Alexander Rivilis</description>
      <pubDate>Wed, 30 Jul 2003 11:25:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/visualstudio-net-2002/m-p/322723#M34837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-07-30T11:25:44Z</dc:date>
    </item>
  </channel>
</rss>

