<?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: Linker Error in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3414329#M14908</link>
    <description>&lt;P&gt;I've deleted everything and started from scratch.&amp;nbsp; I set my properties as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For both the libraries and the project:&lt;/P&gt;&lt;P&gt;Configuration Properties / General / Whole Program Optimization / Use LTCG&lt;/P&gt;&lt;P&gt;C / C++ / Optimization / Whole Program Optimization / Yes&lt;/P&gt;&lt;P&gt;Librarian / General / LTCH / Yes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the project:&lt;/P&gt;&lt;P&gt;And in the project Linker / General / Enable Incremental Linking / No&lt;/P&gt;&lt;P&gt;Linker / Optimization / Link Time Code Generation / Use LTCG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I've got it down to:&amp;nbsp; "Error&amp;nbsp;3&amp;nbsp;error C1047: The object or library file 'Win32\3DFaceGrid.obj' was created with an older compiler than other objects; rebuild old objects and libraries&amp;nbsp;C:\MVS.2010.For.2013\EMD_2013(32-64)\EMD13_Acad\LINK"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know how my file 3DFaceGrid.cpp compiled to 3DFaceGrid.obj with an "older compiler" because I did a rebuild all and everything recompiled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the same errors in x64.&amp;nbsp; Is there somewhere I can find how to set all of my configuration properties?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;</description>
    <pubDate>Sun, 15 Apr 2012 23:54:26 GMT</pubDate>
    <dc:creator>EMD1954</dc:creator>
    <dc:date>2012-04-15T23:54:26Z</dc:date>
    <item>
      <title>Linker Error</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3414043#M14904</link>
      <description>&lt;P&gt;I'm converting from VS2008/Acad 2010 to VS2010/Acad2013 and I think I have most of my settings correct but I'm getting the following error which I don't understand:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error&amp;nbsp;1&amp;nbsp;error C1900: Il mismatch between 'P1' version '20081201' and 'P2' version '20080116'&amp;nbsp;C:\MVS.2010.For.2013\EMD_2013(32-64)\EMD13_Acad\LINK&lt;/P&gt;&lt;P&gt;"C:\MVS.2010.For.2013\EMD_2013(32-64)" is the path to my projects.&amp;nbsp; "EMD13_Acad is the project on which I'm working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;</description>
      <pubDate>Sun, 15 Apr 2012 14:02:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3414043#M14904</guid>
      <dc:creator>EMD1954</dc:creator>
      <dc:date>2012-04-15T14:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Linker Error</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3414117#M14905</link>
      <description>&lt;P&gt;Did you Rebuild All?&lt;/P&gt;</description>
      <pubDate>Sun, 15 Apr 2012 16:41:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3414117#M14905</guid>
      <dc:creator>owenwengerd</dc:creator>
      <dc:date>2012-04-15T16:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Linker Error</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3414159#M14906</link>
      <description>&lt;P&gt;Yes, I'm doing batch rebuild (Win32 and x64).&amp;nbsp; I have 2 library files which I placed on the correct path and they are found when I rebuild the project file but now I'm getting an error saying that it "cannot open file 'mfc100u.lib'.&amp;nbsp; It's in C\Program Files\Microsoft Visual Studio 10.0\VC\atlmfc\lib" and my library path is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$(VCInstallDir)lib&lt;BR /&gt;$(VCInstallDir)atlmfc\lib&lt;BR /&gt;$(WindowsSdkDir)lib&lt;BR /&gt;$(FrameworkSDKDir)lib&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm also getting:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warning&amp;nbsp;19&amp;nbsp;warning LNK4229: invalid directive '/FAILIFMISMATCH:_MSC_VER=1600' encountered; ignored&amp;nbsp;C:\MVS.2010.For.2013\EMD_2013(32-64)\EMD13_Acad\EMD13_Common_Dict(32).lib(_Dict_Last.obj).&lt;/P&gt;&lt;P&gt;---and---&lt;/P&gt;&lt;P&gt;Warning&amp;nbsp;20&amp;nbsp;warning LNK4229: invalid directive '/FAILIFMISMATCH:_ITERATOR_DEBUG_LEVEL=0' encountered; ignored&amp;nbsp;C:\MVS.2010.For.2013\EMD_2013(32-64)\EMD13_Acad\EMD13_Common_Dict(32).lib(_Dict_Last.obj)&lt;/P&gt;&lt;P&gt;"EMD13_Common_Dict(32).lib" is my library file when compiling for Win32.&amp;nbsp; I get the same warning with my file for x64 "EMD13_Common_Dict(64).lib"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think my basic settings for the library files (Win32 Project with "static library", "precompiled headers" and "add common header files for mfc") are correct - they compile without any errors or warnings but I must have something wrong in the settings for the project files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally, I didn't try to migrate from VS2008.&amp;nbsp; I created new projects from VS2010 and just added my .cpp and .h files into them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;</description>
      <pubDate>Sun, 15 Apr 2012 19:00:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3414159#M14906</guid>
      <dc:creator>EMD1954</dc:creator>
      <dc:date>2012-04-15T19:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Linker Error</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3414219#M14907</link>
      <description>&lt;P&gt;You may have other problems, but it sounds like your library files are built with a different version of the linker than the one you're using now.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Apr 2012 20:39:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3414219#M14907</guid>
      <dc:creator>owenwengerd</dc:creator>
      <dc:date>2012-04-15T20:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Linker Error</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3414329#M14908</link>
      <description>&lt;P&gt;I've deleted everything and started from scratch.&amp;nbsp; I set my properties as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For both the libraries and the project:&lt;/P&gt;&lt;P&gt;Configuration Properties / General / Whole Program Optimization / Use LTCG&lt;/P&gt;&lt;P&gt;C / C++ / Optimization / Whole Program Optimization / Yes&lt;/P&gt;&lt;P&gt;Librarian / General / LTCH / Yes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the project:&lt;/P&gt;&lt;P&gt;And in the project Linker / General / Enable Incremental Linking / No&lt;/P&gt;&lt;P&gt;Linker / Optimization / Link Time Code Generation / Use LTCG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I've got it down to:&amp;nbsp; "Error&amp;nbsp;3&amp;nbsp;error C1047: The object or library file 'Win32\3DFaceGrid.obj' was created with an older compiler than other objects; rebuild old objects and libraries&amp;nbsp;C:\MVS.2010.For.2013\EMD_2013(32-64)\EMD13_Acad\LINK"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know how my file 3DFaceGrid.cpp compiled to 3DFaceGrid.obj with an "older compiler" because I did a rebuild all and everything recompiled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the same errors in x64.&amp;nbsp; Is there somewhere I can find how to set all of my configuration properties?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;</description>
      <pubDate>Sun, 15 Apr 2012 23:54:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3414329#M14908</guid>
      <dc:creator>EMD1954</dc:creator>
      <dc:date>2012-04-15T23:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Linker Error</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3414347#M14909</link>
      <description>&lt;P&gt;Make sure you're not&amp;nbsp;starting Visual Studio with /useenv or some other obscure mode.&amp;nbsp;Verify that&amp;nbsp;your platform toolset setting is correct in each project. Have you installed any add-ons? Have you rebooted?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2012 00:24:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3414347#M14909</guid>
      <dc:creator>owenwengerd</dc:creator>
      <dc:date>2012-04-16T00:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Linker Error</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3414361#M14910</link>
      <description>&lt;P&gt;Owen,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I shut down and restarted.&lt;/P&gt;&lt;P&gt;I deleted all of my output subdirectories.&lt;/P&gt;&lt;P&gt;I rebuilt everything.&lt;/P&gt;&lt;P&gt;Same error message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My VC2010 shortcut is:&amp;nbsp; "C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My only add-on is the ObjectARX wizard 2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked my $(IncludePath) macro for the&amp;nbsp;library files&amp;nbsp;and it has "C:\Program Files\Microsoft Visual Studio 10.0\VC\include".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked my $(IncludePath) macro for the project and it has "C:\Program Files\Microsoft Visual Studio 9.0\VC\include"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know how it ever got 9.0 - all I can think of is that it copied (some of) my settings from VS2008 when I installed VS2010.&amp;nbsp; As I said previously, I did not migrate my old projects - I started from scratch and created new ones in VC2010 keeping only my personal .cpp and .h files.&amp;nbsp; Having found this "include path" bust, how do I go about changing the $(IncludePath)?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe that should do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your time and energy,&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS.&amp;nbsp; I did not uninstall VC2008 nor do I want to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2012 01:09:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3414361#M14910</guid>
      <dc:creator>EMD1954</dc:creator>
      <dc:date>2012-04-16T01:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Linker Error</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3414421#M14911</link>
      <description>&lt;P&gt;You didn't say&amp;nbsp;whether your platform toolset setting is correct, so I'd guess not.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2012 03:48:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3414421#M14911</guid>
      <dc:creator>owenwengerd</dc:creator>
      <dc:date>2012-04-16T03:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Linker Error</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3416249#M14912</link>
      <description>&lt;P&gt;Yes, I missed that one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's now set to v100.&amp;nbsp; &amp;nbsp;And I set #define&lt;FONT face="Courier New"&gt;&lt;FONT face="Courier New"&gt;_WIN32_WINNT 0x0501 in stdafx.h &lt;/FONT&gt;&lt;/FONT&gt;My&amp;nbsp;include path is now:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;c:\Program Files\Microsoft Visual Studio 10.0\VC\VC\include&lt;BR /&gt;c:\Program Files\Microsoft Visual Studio 10.0\VC\atlmfc\include&lt;BR /&gt;c:\Program Files\Microsoft SDK's\Windows\v7.0\incl&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I'm getting the following errors:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; StdAfx.cpp&lt;BR /&gt;c:\Program Files\Microsoft Visual Studio 10.0\VC\atlmfc\include\afxwin.h(4060): error C2061: syntax error : identifier 'PSCROLLBARINFO'&lt;BR /&gt;c:\Program Files\Microsoft Visual Studio 10.0\VC\atlmfc\include\afxwin2.inl(362): error C2039: 'NotifyWinEvent' : is not a member of '`global namespace''&lt;BR /&gt;c:\Program Files\Microsoft Visual Studio 10.0\VC\atlmfc\include\afxwin2.inl(362): error C2660: 'CWnd::NotifyWinEvent' : function does not take 4 arguments&lt;BR /&gt;c:\Program Files\Microsoft Visual Studio 10.0\VC\atlmfc\include\afxwin4.inl(184): error C2065: 'PSCROLLBARINFO' : undeclared identifier&lt;BR /&gt;c:\Program Files\Microsoft Visual Studio 10.0\VC\atlmfc\include\afxwin4.inl(184): error C2146: syntax error : missing ')' before identifier 'pScrollInfo'&lt;BR /&gt;c:\Program Files\Microsoft Visual Studio 10.0\VC\atlmfc\include\afxwin4.inl(184): error C2761: 'BOOL CScrollBar::GetScrollBarInfo(void) const' : member function redeclaration not allowed&lt;BR /&gt;c:\Program Files\Microsoft Visual Studio 10.0\VC\atlmfc\include\afxwin4.inl(184): error C2059: syntax error : ')'&lt;BR /&gt;c:\Program Files\Microsoft Visual Studio 10.0\VC\atlmfc\include\afxwin4.inl(185): error C2143: syntax error : missing ';' before '{'&lt;BR /&gt;c:\Program Files\Microsoft Visual Studio 10.0\VC\atlmfc\include\afxwin4.inl(185): error C2447: '{' : missing function header (old-style formal list?)&lt;BR /&gt;c:\Program Files\Microsoft Visual Studio 10.0\VC\atlmfc\include\afxcmn3.inl(20): error C2065: 'CCM_SETWINDOWTHEME' : undeclared identifier&lt;BR /&gt;c:\Program Files\Microsoft Visual Studio 10.0\VC\atlmfc\include\afxcmn3.inl(23): error C2065: 'CCM_SETWINDOWTHEME' : undeclared identifier&lt;BR /&gt;c:\Program Files\Microsoft Visual Studio 10.0\VC\atlmfc\include\afxcmn3.inl(29): error C2065: 'CCM_SETWINDOWTHEME' : undeclared identifier&lt;BR /&gt;c:\Program Files\Microsoft Visual Studio 10.0\VC\atlmfc\include\afxcmn3.inl(46): error C2065: 'CCM_SETWINDOWTHEME' : undeclared identifier&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm lost.&amp;nbsp; Sorry to be a pain,&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2012 00:08:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3416249#M14912</guid>
      <dc:creator>EMD1954</dc:creator>
      <dc:date>2012-04-17T00:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Linker Error</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3418409#M14913</link>
      <description>&lt;P&gt;In case anyone was following this thread, here's what I did to fix everything (at least it's working so far!):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I deleted the StdAfx.h file that the wizard generated when I created the new arx project.&lt;/LI&gt;&lt;LI&gt;I copied the StdAfx.h file from the ARXDBG sample (which was significantly different than the one created by the ObjectARX Wizard 2012).&lt;/LI&gt;&lt;LI&gt;I added the "includes" I needed from the acadStdafx.h file in ARXDBG sample.&lt;/LI&gt;&lt;LI&gt;I added my local "includes"&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I only had one error which I corrected by adding the following lines in stdafx.h:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#ifndef&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Courier New"&gt;&lt;FONT size="2" face="Courier New"&gt;_WIN32_WINNT&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;#define&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Courier New"&gt;&lt;FONT size="2" face="Courier New"&gt;_WIN32_WINNT 0x0601&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FYI, the wizard generated file defined it as 0x0400.&amp;nbsp; I previously had errors that said I needed it to be 0x0501.&amp;nbsp; I found in the SDK V7.0A that it should be 0x0601.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Works fine.&amp;nbsp; Hope someone finds this useful,&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS.&amp;nbsp; Owen, thanks for all of your suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2012 01:34:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3418409#M14913</guid>
      <dc:creator>EMD1954</dc:creator>
      <dc:date>2012-04-18T01:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Linker Error</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3420597#M14914</link>
      <description>&lt;P&gt;You can transform project created with ObjectARX Wizard 2012 in order to work with AutoCAD 2013 with help of &lt;STRONG&gt;Visual Teefy&lt;/STRONG&gt; (&lt;A href="http://adndevblog.typepad.com/autocad/2012/04/migrating-objectarx-and-net-plug-ins-to-autocad-2013.html" target="_blank"&gt;http://adndevblog.typepad.com/autocad/2012/04/migrating-objectarx-and-net-plug-ins-to-autocad-2013.html&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2012 05:47:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3420597#M14914</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2012-04-19T05:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Linker Error</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3422129#M14915</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp; This confirmed everything I've done on the first project I migrated.&amp;nbsp; Now I will use this video and the Visual Teefy module to migrate all of the others.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2012 19:55:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3422129#M14915</guid>
      <dc:creator>EMD1954</dc:creator>
      <dc:date>2012-04-19T19:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Linker Error</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3695472#M14916</link>
      <description>&lt;P&gt;Thanks EMD1954.&lt;/P&gt;&lt;P&gt;I&amp;nbsp; imported a project from VS 2005 today and immediately encountered similar errors to yours. I altered the offending #define to 0x0501 but no cure. Then when I read all the other fixes that others recommended to you my heart sank. I like others have waded through thick VS undergrowth attempting to fix intractable problems - but because of the beauty and power of VS C++ I always persevere.&lt;/P&gt;&lt;P&gt;But then you mentioned the 0x0601 , and when I made the change - voila ! It worked .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks to you and the other advisers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;David Kelly&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S Don't go away I may need your help again before long &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2012 04:38:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/linker-error/m-p/3695472#M14916</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-12T04:38:01Z</dc:date>
    </item>
  </channel>
</rss>

