<?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: Link errors when I compile OARX2000 program in OARX2004 (.net) in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/link-errors-when-i-compile-oarx2000-program-in-oarx2004-net/m-p/1121651#M29094</link>
    <description>you may use some other or your own lib, which uses CString and is compiled
with VC6  while compiling ARX app in VC7.


"Ivan Starr" &lt;IVAN&gt; Ð´ÈëÏûÏ¢ÐÂÎÅ:413393ac$1_3@newsprd01...
&amp;gt; Hello, I am trying to compile an .arx that compiled in vc++6/OARX2000 but
in
&amp;gt; vc7/OARX2004 I get tons of link errors, all seemingly having to do with
&amp;gt; strings.
&amp;gt;
&amp;gt; I looked for the definition of CString, which seems to be in a different
&amp;gt; file than in VC6, and included afxstr.h and cstringt.h but that did not
seem
&amp;gt; to help.
&amp;gt;
&amp;gt; Here are some of the errors:
&amp;gt;
&amp;gt; ArxRocketPlot error LNK2019: unresolved external symbol
&amp;gt; "__declspec(dllimport) public: __thiscall ATL::CStringT&lt;CHAR&gt; StrTraitMFC&lt;CHAR&gt; &amp;gt; &amp;gt;::~CStringT&lt;CHAR&gt; StrTraitMFC&lt;CHAR&gt; &amp;gt; &amp;gt;(void)"
&amp;gt;
(__imp_??1?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@QAE@XZ)
&amp;gt; referenced in function "public: class CGdiObject * __thiscall
&amp;gt; CDC::SelectObject(class CGdiObject *)"
&amp;gt; (?SelectObject@CDC@@QAEPAVCGdiObject@@PAV2@@Z)
&amp;gt;
&amp;gt;
&amp;gt; ArxRocketPlot error LNK2001: unresolved external symbol
&amp;gt; "__declspec(dllimport) public: __thiscall ATL::CStringT&lt;CHAR&gt; StrTraitMFC&lt;CHAR&gt; &amp;gt; &amp;gt;::~CStringT&lt;CHAR&gt; StrTraitMFC&lt;CHAR&gt; &amp;gt; &amp;gt;(void)"
&amp;gt;
(__imp_??1?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@QAE@XZ)
&amp;gt;
&amp;gt;
&amp;gt; ArxRocketPlot error LNK2001: unresolved external symbol
&amp;gt; "__declspec(dllimport) public: __thiscall ATL::CStringT&lt;CHAR&gt; StrTraitMFC&lt;CHAR&gt; &amp;gt; &amp;gt;::~CStringT&lt;CHAR&gt; StrTraitMFC&lt;CHAR&gt; &amp;gt; &amp;gt;(void)"
&amp;gt;
(__imp_??1?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@QAE@XZ)
&amp;gt;
&amp;gt;
&amp;gt; ArxRocketPlot error LNK2001: unresolved external symbol
&amp;gt; "__declspec(dllimport) public: __thiscall ATL::CStringT&lt;CHAR&gt; StrTraitMFC&lt;CHAR&gt; &amp;gt; &amp;gt;::~CStringT&lt;CHAR&gt; StrTraitMFC&lt;CHAR&gt; &amp;gt; &amp;gt;(void)"
&amp;gt;
(__imp_??1?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@QAE@XZ)
&amp;gt;
&amp;gt;
&amp;gt; ......
&amp;gt;
&amp;gt;
&amp;gt;
&amp;gt; Can anyone tell me what I need to do to resolve this?
&amp;gt;
&amp;gt; Thanks,
&amp;gt;
&amp;gt; Ivan Starr
&amp;gt;
&amp;gt;
&amp;gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/IVAN&gt;</description>
    <pubDate>Tue, 07 Sep 2004 07:43:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-09-07T07:43:43Z</dc:date>
    <item>
      <title>Link errors when I compile OARX2000 program in OARX2004 (.net)</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/link-errors-when-i-compile-oarx2000-program-in-oarx2004-net/m-p/1121650#M29093</link>
      <description>Hello, I am trying to compile an .arx that compiled in vc++6/OARX2000 but in
vc7/OARX2004 I get tons of link errors, all seemingly having to do with
strings.

I looked for the definition of CString, which seems to be in a different
file than in VC6, and included afxstr.h and cstringt.h but that did not seem
to help.

Here are some of the errors:

ArxRocketPlot error LNK2019: unresolved external symbol
"__declspec(dllimport) public: __thiscall ATL::CStringT&lt;CHAR&gt; &amp;gt; &amp;gt;::~CStringT&lt;CHAR&gt; &amp;gt; &amp;gt;(void)"
(__imp_??1?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@QAE@XZ)
referenced in function "public: class CGdiObject * __thiscall
CDC::SelectObject(class CGdiObject *)"
(?SelectObject@CDC@@QAEPAVCGdiObject@@PAV2@@Z)


ArxRocketPlot error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall ATL::CStringT&lt;CHAR&gt; &amp;gt; &amp;gt;::~CStringT&lt;CHAR&gt; &amp;gt; &amp;gt;(void)"
(__imp_??1?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@QAE@XZ)


ArxRocketPlot error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall ATL::CStringT&lt;CHAR&gt; &amp;gt; &amp;gt;::~CStringT&lt;CHAR&gt; &amp;gt; &amp;gt;(void)"
(__imp_??1?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@QAE@XZ)


ArxRocketPlot error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall ATL::CStringT&lt;CHAR&gt; &amp;gt; &amp;gt;::~CStringT&lt;CHAR&gt; &amp;gt; &amp;gt;(void)"
(__imp_??1?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@QAE@XZ)


......



Can anyone tell me what I need to do to resolve this?

Thanks,

Ivan Starr&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;</description>
      <pubDate>Mon, 30 Aug 2004 20:53:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/link-errors-when-i-compile-oarx2000-program-in-oarx2004-net/m-p/1121650#M29093</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-08-30T20:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Link errors when I compile OARX2000 program in OARX2004 (.net)</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/link-errors-when-i-compile-oarx2000-program-in-oarx2004-net/m-p/1121651#M29094</link>
      <description>you may use some other or your own lib, which uses CString and is compiled
with VC6  while compiling ARX app in VC7.


"Ivan Starr" &lt;IVAN&gt; Ð´ÈëÏûÏ¢ÐÂÎÅ:413393ac$1_3@newsprd01...
&amp;gt; Hello, I am trying to compile an .arx that compiled in vc++6/OARX2000 but
in
&amp;gt; vc7/OARX2004 I get tons of link errors, all seemingly having to do with
&amp;gt; strings.
&amp;gt;
&amp;gt; I looked for the definition of CString, which seems to be in a different
&amp;gt; file than in VC6, and included afxstr.h and cstringt.h but that did not
seem
&amp;gt; to help.
&amp;gt;
&amp;gt; Here are some of the errors:
&amp;gt;
&amp;gt; ArxRocketPlot error LNK2019: unresolved external symbol
&amp;gt; "__declspec(dllimport) public: __thiscall ATL::CStringT&lt;CHAR&gt; StrTraitMFC&lt;CHAR&gt; &amp;gt; &amp;gt;::~CStringT&lt;CHAR&gt; StrTraitMFC&lt;CHAR&gt; &amp;gt; &amp;gt;(void)"
&amp;gt;
(__imp_??1?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@QAE@XZ)
&amp;gt; referenced in function "public: class CGdiObject * __thiscall
&amp;gt; CDC::SelectObject(class CGdiObject *)"
&amp;gt; (?SelectObject@CDC@@QAEPAVCGdiObject@@PAV2@@Z)
&amp;gt;
&amp;gt;
&amp;gt; ArxRocketPlot error LNK2001: unresolved external symbol
&amp;gt; "__declspec(dllimport) public: __thiscall ATL::CStringT&lt;CHAR&gt; StrTraitMFC&lt;CHAR&gt; &amp;gt; &amp;gt;::~CStringT&lt;CHAR&gt; StrTraitMFC&lt;CHAR&gt; &amp;gt; &amp;gt;(void)"
&amp;gt;
(__imp_??1?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@QAE@XZ)
&amp;gt;
&amp;gt;
&amp;gt; ArxRocketPlot error LNK2001: unresolved external symbol
&amp;gt; "__declspec(dllimport) public: __thiscall ATL::CStringT&lt;CHAR&gt; StrTraitMFC&lt;CHAR&gt; &amp;gt; &amp;gt;::~CStringT&lt;CHAR&gt; StrTraitMFC&lt;CHAR&gt; &amp;gt; &amp;gt;(void)"
&amp;gt;
(__imp_??1?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@QAE@XZ)
&amp;gt;
&amp;gt;
&amp;gt; ArxRocketPlot error LNK2001: unresolved external symbol
&amp;gt; "__declspec(dllimport) public: __thiscall ATL::CStringT&lt;CHAR&gt; StrTraitMFC&lt;CHAR&gt; &amp;gt; &amp;gt;::~CStringT&lt;CHAR&gt; StrTraitMFC&lt;CHAR&gt; &amp;gt; &amp;gt;(void)"
&amp;gt;
(__imp_??1?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@QAE@XZ)
&amp;gt;
&amp;gt;
&amp;gt; ......
&amp;gt;
&amp;gt;
&amp;gt;
&amp;gt; Can anyone tell me what I need to do to resolve this?
&amp;gt;
&amp;gt; Thanks,
&amp;gt;
&amp;gt; Ivan Starr
&amp;gt;
&amp;gt;
&amp;gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;&lt;/IVAN&gt;</description>
      <pubDate>Tue, 07 Sep 2004 07:43:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/link-errors-when-i-compile-oarx2000-program-in-oarx2004-net/m-p/1121651#M29094</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-09-07T07:43:43Z</dc:date>
    </item>
  </channel>
</rss>

