<?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: Linking error - porting to AC23 in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Linking-error-porting-to-AC23/m-p/292269#M2720</link>
    <description>Do you mind expanding on what you did to resolve it? I'm now running into this as well trying to port to 23.</description>
    <pubDate>Thu, 13 Feb 2020 21:43:27 GMT</pubDate>
    <dc:creator>cfranklin</dc:creator>
    <dc:date>2020-02-13T21:43:27Z</dc:date>
    <item>
      <title>Linking error - porting to AC23</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Linking-error-porting-to-AC23/m-p/292267#M2718</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hi.&lt;BR /&gt;I can't figure out how to resolve this link. error. I tried to search for InputFromDataFile within API structure but with no luck. Thanks again for your assistance.&lt;BR /&gt;
&lt;PRE&gt;Error	LNK2019	unresolved external symbol "short __cdecl InputFromDataFile(int,class GS::UniString const &amp;amp;,class GS::UniString const &amp;amp;,int,int *,class GDLRequestResult &amp;amp;)" (?InputFromDataFile@@YAFHAEBVUniString@GS@@0HPEAHAEAVGDLRequestResult@@@Z) referenced in function GetExportedFuncAddrs	CorocadGDX_23	D:\corocad\corocad	D:\corocad\corocad\GDLDev.lib(ACGDlib.obj)	1	&lt;/PRE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Sep 2022 07:35:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Linking-error-porting-to-AC23/m-p/292267#M2718</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-29T07:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Linking error - porting to AC23</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Linking-error-porting-to-AC23/m-p/292268#M2719</link>
      <description>Resolved, mistake on my side...</description>
      <pubDate>Fri, 07 Feb 2020 13:48:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Linking-error-porting-to-AC23/m-p/292268#M2719</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-07T13:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Linking error - porting to AC23</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Linking-error-porting-to-AC23/m-p/292269#M2720</link>
      <description>Do you mind expanding on what you did to resolve it? I'm now running into this as well trying to port to 23.</description>
      <pubDate>Thu, 13 Feb 2020 21:43:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Linking-error-porting-to-AC23/m-p/292269#M2720</guid>
      <dc:creator>cfranklin</dc:creator>
      <dc:date>2020-02-13T21:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Linking error - porting to AC23</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Linking-error-porting-to-AC23/m-p/292270#M2721</link>
      <description>Sure. There is a change in function signatures for 23. The same for OutputToData...&lt;BR /&gt;

&lt;PRE&gt;GSErr __GDLEXT_CALL InputFromDataFile(Int32                channel,
                                      const GS::UniString&amp;amp; recordID,
                                      const GS::UniString&amp;amp; fieldID,
                                      Int32                nrvals,
                                      Int32*               nrgotvals,
                                      GDLRequestResult&amp;amp;    values)&lt;/PRE&gt;

vs&lt;BR /&gt;

&lt;PRE&gt;GSErr __GDLEXT_CALL InputFromDataFile(Int32                      channel,
                                      const GS::UniString&amp;amp;       recordID,
                                      const GS::UniString&amp;amp;       fieldID,
                                      Int32                      nrvals,
                                      Int32*                     nrgotvals,
                                      GS::Array&amp;lt;GdlValueRecord&amp;gt;&amp;amp; values,
                                      GS::Array&amp;lt;GS::UniString&amp;gt;&amp;amp;  stringvals)&lt;/PRE&gt;</description>
      <pubDate>Fri, 14 Feb 2020 13:17:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Linking-error-porting-to-AC23/m-p/292270#M2721</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-14T13:17:31Z</dc:date>
    </item>
  </channel>
</rss>

