<?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 GetExportedFuncAddrs error after convert to VS2010 in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/GetExportedFuncAddrs-error-after-convert-to-VS2010/m-p/182808#M5212</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;Now I converted my ArchiCAD Add-on project from VS2008 to VS2010, some error was fixed by me. But Only this error that I cannot fix it&lt;BR /&gt;
&lt;PRE&gt;Error	1	error LNK2001: unresolved external symbol GetExportedFuncAddrs	C:\Program Files\Graphisoft\API Development Kit 15.2702\Examples\ABC\LINK	ABC
Error	2	error LNK2001: unresolved external symbol SetImportedFuncAddrs	C:\Program Files\Graphisoft\API Development Kit 15.2702\Examples\ABC\LINK	ABC
Error	3	error LNK1120: 2 unresolved externals	C:\Program Files\Graphisoft\API Development Kit 15.2702\Examples\ABC\Debug\ABC.lib	ABC&lt;/PRE&gt;
&lt;BR /&gt;And when I check into my project, it was changed from
&lt;PRE&gt;/export:GetExportedFuncAddrs,%@1 /export:SetImportedFuncAddrs,@2  &lt;/PRE&gt;
to
&lt;PRE&gt;/export:GetExportedFuncAddrs,%401 /export:SetImportedFuncAddrs,%402  &lt;/PRE&gt;
&lt;BR /&gt;Can anyone tell me how to fix this error, because now I cannot continue work.&lt;BR /&gt;Thank you so much.&lt;/DIV&gt;</description>
    <pubDate>Wed, 02 Aug 2023 19:13:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-08-02T19:13:19Z</dc:date>
    <item>
      <title>GetExportedFuncAddrs error after convert to VS2010</title>
      <link>https://community.graphisoft.com/t5/GDL/GetExportedFuncAddrs-error-after-convert-to-VS2010/m-p/182808#M5212</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Now I converted my ArchiCAD Add-on project from VS2008 to VS2010, some error was fixed by me. But Only this error that I cannot fix it&lt;BR /&gt;
&lt;PRE&gt;Error	1	error LNK2001: unresolved external symbol GetExportedFuncAddrs	C:\Program Files\Graphisoft\API Development Kit 15.2702\Examples\ABC\LINK	ABC
Error	2	error LNK2001: unresolved external symbol SetImportedFuncAddrs	C:\Program Files\Graphisoft\API Development Kit 15.2702\Examples\ABC\LINK	ABC
Error	3	error LNK1120: 2 unresolved externals	C:\Program Files\Graphisoft\API Development Kit 15.2702\Examples\ABC\Debug\ABC.lib	ABC&lt;/PRE&gt;
&lt;BR /&gt;And when I check into my project, it was changed from
&lt;PRE&gt;/export:GetExportedFuncAddrs,%@1 /export:SetImportedFuncAddrs,@2  &lt;/PRE&gt;
to
&lt;PRE&gt;/export:GetExportedFuncAddrs,%401 /export:SetImportedFuncAddrs,%402  &lt;/PRE&gt;
&lt;BR /&gt;Can anyone tell me how to fix this error, because now I cannot continue work.&lt;BR /&gt;Thank you so much.&lt;/DIV&gt;</description>
      <pubDate>Wed, 02 Aug 2023 19:13:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GetExportedFuncAddrs-error-after-convert-to-VS2010/m-p/182808#M5212</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-02T19:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: GetExportedFuncAddrs error after convert to VS2010</title>
      <link>https://community.graphisoft.com/t5/GDL/GetExportedFuncAddrs-error-after-convert-to-VS2010/m-p/182809#M5213</link>
      <description>&lt;BLOCKQUOTE&gt;hikaroute wrote:&lt;BR /&gt;Now I converted my ArchiCAD Add-on project from VS2008 to VS2010, some error was fixed by me.  But Only this error that I cannot fix it. Can anyone tell me how to fix this error, because now I cannot continue work.&lt;/BLOCKQUOTE&gt;
You can fix the problem by using VS2005. The API documentation states that this is a requirement. I'm not saying it's impossible to use another version, but expect to have many more problems than this (potentially serious runtime problems).</description>
      <pubDate>Tue, 27 Sep 2011 08:25:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GetExportedFuncAddrs-error-after-convert-to-VS2010/m-p/182809#M5213</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2011-09-27T08:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: GetExportedFuncAddrs error after convert to VS2010</title>
      <link>https://community.graphisoft.com/t5/GDL/GetExportedFuncAddrs-error-after-convert-to-VS2010/m-p/182810#M5214</link>
      <description>&lt;BLOCKQUOTE&gt;Ralph wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;hikaroute wrote:&lt;BR /&gt;Now I converted my ArchiCAD Add-on project from VS2008 to VS2010, some error was fixed by me.  But Only this error that I cannot fix it. Can anyone tell me how to fix this error, because now I cannot continue work.&lt;/BLOCKQUOTE&gt;
You can fix the problem by using VS2005. The API documentation states that this is a requirement. I'm not saying it's impossible to use another version, but expect to have many more problems than this (potentially serious runtime problems).&lt;/BLOCKQUOTE&gt;
Last time, I can build my project with VS2008 and it works great.  But today I need to build the same project with VS2010 because my company need to change the version for all computer.</description>
      <pubDate>Tue, 27 Sep 2011 08:31:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GetExportedFuncAddrs-error-after-convert-to-VS2010/m-p/182810#M5214</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-27T08:31:28Z</dc:date>
    </item>
  </channel>
</rss>

