<?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 Linking Error when Build Element_Test Project (APIDevKit 14) in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Linking-Error-when-Build-Element-Test-Project-APIDevKit-14/m-p/125137#M6114</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;Dear all...&lt;BR /&gt;I try to build Element_Test Project ( Example from API Dev Kit 14.2550) and found some error ...&lt;BR /&gt;&lt;BR /&gt;1&amp;gt;.\Src\APICommon.c(21) : fatal error C1083: Cannot open include file: 'GSSystem.h': No such file or directory&lt;BR /&gt;&lt;BR /&gt;After I add ..\..\Support\Modules\GSUtils into Additional Included Directory and re-build again ... error has changed to ...&lt;BR /&gt;&lt;BR /&gt;1&amp;gt;APICommon.obj : error LNK2019: unresolved external symbol __imp__GSSysBeep@0 referenced in function "void __cdecl ErrorBeep(char const *,long)" (?ErrorBeep@@YAXPBDJ@Z)&lt;BR /&gt;&lt;BR /&gt;How can I solve this ?&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Goldy Ratch&lt;/DIV&gt;</description>
    <pubDate>Thu, 03 Aug 2023 08:52:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-08-03T08:52:46Z</dc:date>
    <item>
      <title>Linking Error when Build Element_Test Project (APIDevKit 14)</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Linking-Error-when-Build-Element-Test-Project-APIDevKit-14/m-p/125137#M6114</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Dear all...&lt;BR /&gt;I try to build Element_Test Project ( Example from API Dev Kit 14.2550) and found some error ...&lt;BR /&gt;&lt;BR /&gt;1&amp;gt;.\Src\APICommon.c(21) : fatal error C1083: Cannot open include file: 'GSSystem.h': No such file or directory&lt;BR /&gt;&lt;BR /&gt;After I add ..\..\Support\Modules\GSUtils into Additional Included Directory and re-build again ... error has changed to ...&lt;BR /&gt;&lt;BR /&gt;1&amp;gt;APICommon.obj : error LNK2019: unresolved external symbol __imp__GSSysBeep@0 referenced in function "void __cdecl ErrorBeep(char const *,long)" (?ErrorBeep@@YAXPBDJ@Z)&lt;BR /&gt;&lt;BR /&gt;How can I solve this ?&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Goldy Ratch&lt;/DIV&gt;</description>
      <pubDate>Thu, 03 Aug 2023 08:52:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Linking-Error-when-Build-Element-Test-Project-APIDevKit-14/m-p/125137#M6114</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-03T08:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Error when Build Element_Test Project (APIDevKit</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Linking-Error-when-Build-Element-Test-Project-APIDevKit-14/m-p/125138#M6115</link>
      <description>&lt;BLOCKQUOTE&gt;Goldy wrote:&lt;BR /&gt; ... error has changed to ...&lt;BR /&gt;
   1&amp;gt;APICommon.obj : error LNK2019: unresolved external symbol __imp__GSSysBeep@0 referenced in function "void __cdecl ErrorBeep(char const *,long)" (?ErrorBeep@@YAXPBDJ@Z)&lt;BR /&gt;
   How can I solve this ?&lt;/BLOCKQUOTE&gt;
Add the library &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Support\Modules\GSUtils\GSUtilsImp.LIB&lt;E&gt;&lt;/E&gt; to the project.</description>
      <pubDate>Wed, 03 Nov 2010 09:33:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Linking-Error-when-Build-Element-Test-Project-APIDevKit-14/m-p/125138#M6115</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2010-11-03T09:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Error when Build Element_Test Project (APIDevKit</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Linking-Error-when-Build-Element-Test-Project-APIDevKit-14/m-p/125139#M6116</link>
      <description>Thank you&lt;BR /&gt;
 Goldy Ratch</description>
      <pubDate>Thu, 04 Nov 2010 04:10:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Linking-Error-when-Build-Element-Test-Project-APIDevKit-14/m-p/125139#M6116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-04T04:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Error when Build Element_Test Project (APIDevKit</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Linking-Error-when-Build-Element-Test-Project-APIDevKit-14/m-p/125140#M6117</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I am getting this same error, however adding the GSUtilsImp.LIB file to the project makes no difference to the error. Is there something I am doing wrong?&lt;BR /&gt;
&lt;BR /&gt;
I dragged the file into the solution explorer with the other LIB files, is this correct?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Matt</description>
      <pubDate>Mon, 21 Feb 2011 02:51:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Linking-Error-when-Build-Element-Test-Project-APIDevKit-14/m-p/125140#M6117</guid>
      <dc:creator>Matt Balaam</dc:creator>
      <dc:date>2011-02-21T02:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Error when Build Element_Test Project (APIDevKit</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Linking-Error-when-Build-Element-Test-Project-APIDevKit-14/m-p/125141#M6118</link>
      <description>Did anyone find a solution to this, I am a noob with Visual Studio 5</description>
      <pubDate>Wed, 05 Oct 2011 21:34:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Linking-Error-when-Build-Element-Test-Project-APIDevKit-14/m-p/125141#M6118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-05T21:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Error when Build Element_Test Project (APIDevKit</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Linking-Error-when-Build-Element-Test-Project-APIDevKit-14/m-p/125142#M6119</link>
      <description>I also had such problem. Solution is to add GSUtilsImp.lib from \Support\Modules\GSUtils\Win in Solution Explorer of VS with other libs.</description>
      <pubDate>Tue, 18 Oct 2011 16:17:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Linking-Error-when-Build-Element-Test-Project-APIDevKit-14/m-p/125142#M6119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-18T16:17:53Z</dc:date>
    </item>
  </channel>
</rss>

