<?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 errors in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/linker-errors/m-p/6836880#M32993</link>
    <description>&amp;gt;&amp;gt;&amp;gt;I brought a project in to VS 2017 from VS 2013 and now I get a ton of linker errors.&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;VS 2017???</description>
    <pubDate>Fri, 27 Jan 2017 21:48:12 GMT</pubDate>
    <dc:creator>Alexander.Rivilis</dc:creator>
    <dc:date>2017-01-27T21:48:12Z</dc:date>
    <item>
      <title>Linker errors</title>
      <link>https://forums.autodesk.com/t5/net-forum/linker-errors/m-p/6836439#M32992</link>
      <description>&lt;P&gt;I brought a project in to VS 2017 from VS 2013 and now I get a ton of linker errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Severity	Code	Description	Project	File	Line	Suppression State
Error	LNK2028	unresolved token (0A00061B) "public: wchar_t const * __cdecl AcString::kwszPtr(void)const " (?kwszPtr@AcString@@$$FQEBAPEB_WXZ) referenced in function "public: __cdecl AcString::operator wchar_t const *(void)const " (??BAcString@@$$FQEBAPEB_WXZ)	....	

Severity	Code	Description	Project	File	Line	Suppression State
Error	LNK2028	unresolved token (0A000613) "public: class AcRxObject * __cdecl AcRxClass::create(void)" (?create@AcRxClass@@$$FQEAAPEAVAcRxObject@@XZ) referenced in function "private: class Detailer::Common::TPG_Material * __clrcall Detailer::Common::TPG_MaterialMgd::GetInternalObject(void)" (?GetInternalObject@TPG_MaterialMgd@Common@Detailer@@$$FAE$AAMPEAVTPG_Material@23@XZ)	Detailer.dotNET.Entities

&lt;/PRE&gt;&lt;P&gt;I have been over all of my library includes and cannot for the life of me find which is missing. The following files are added to the "Additional Dependencies" list:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;rxapi.lib&lt;BR /&gt;acdb21.lib&lt;BR /&gt;acge21.lib&lt;BR /&gt;acdbmgd.lib&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see one is related to AcString and the other is related to AcRxObject. I have upgraded the project settings to point to the new ObjectArx 2017 directory for the include and lib files. This builds in 2013 no problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any hints?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2017 18:56:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/linker-errors/m-p/6836439#M32992</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-27T18:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Linker errors</title>
      <link>https://forums.autodesk.com/t5/net-forum/linker-errors/m-p/6836880#M32993</link>
      <description>&amp;gt;&amp;gt;&amp;gt;I brought a project in to VS 2017 from VS 2013 and now I get a ton of linker errors.&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;VS 2017???</description>
      <pubDate>Fri, 27 Jan 2017 21:48:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/linker-errors/m-p/6836880#M32993</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2017-01-27T21:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Linker errors</title>
      <link>https://forums.autodesk.com/t5/net-forum/linker-errors/m-p/6837147#M32994</link>
      <description>&lt;P&gt;You have to include also &lt;STRONG&gt;ac1st21.lib&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2017 23:49:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/linker-errors/m-p/6837147#M32994</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2017-01-27T23:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Linker errors</title>
      <link>https://forums.autodesk.com/t5/net-forum/linker-errors/m-p/6837863#M32995</link>
      <description>VS 2017 Release candidate. Everything is good though. I removed most of my includes and project .lib declarations from project settings in favour of #include "arxHeaders.h".</description>
      <pubDate>Sat, 28 Jan 2017 16:09:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/linker-errors/m-p/6837863#M32995</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-28T16:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Linker errors</title>
      <link>https://forums.autodesk.com/t5/net-forum/linker-errors/m-p/6837890#M32996</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;VS 2017 Release candidate. &lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;IMHO. It's a good idea not to use the recommended version of Visual Studio (2015). Especially one that has not Release yet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2017 16:43:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/linker-errors/m-p/6837890#M32996</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2017-01-28T16:43:37Z</dc:date>
    </item>
  </channel>
</rss>

