<?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: Unresolved external Symbol: ProfileVectorImage in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Unresolved-external-Symbol-ProfileVectorImage/m-p/224159#M3725</link>
    <description>Thanks Tibor, fixed my problem &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
    <pubDate>Wed, 15 May 2019 12:55:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-05-15T12:55:13Z</dc:date>
    <item>
      <title>Unresolved external Symbol: ProfileVectorImage</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Unresolved-external-Symbol-ProfileVectorImage/m-p/224157#M3723</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hi Guys,&lt;BR /&gt;&lt;BR /&gt;I am currently working on the Archicad development and have taken the "Element_Test" example project as a template. With time I put some of my own functions on it and experimented with it. &lt;BR /&gt;&lt;BR /&gt;Now I updated the SDK to version 22 (from version 21). I've updated everything so far (I think), but now I get a message that I can't do anything with:
&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;LNK2019 unresolved external symbol "__declspec(dllimport) public: __cdecl ProfileVectorImage::~ProfileVectorImage(void)" (__imp_??1ProfileVectorImage@@QEAA@XZ) referenced in function "void __cdecl GS::KillObject&amp;lt;class ProfileVectorImage&amp;gt;(class ProfileVectorImage * &amp;amp;)" (??$KillObject@VProfileVectorImage@@@GS@@YAXAEAPEAVProfileVectorImage@@@Z) Element_Test C:\ArchiCAD21_Sandbox\Sandbox\Element_Test\ACAP_STAT.lib(ACAPlib.obj) 1	
&lt;/PRE&gt;
What error LNK2019 means is roughly clear to me, but I don't know where the source of the call is. Does anyone have an idea what I might be looking for?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;&lt;BR /&gt;Patrick&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Oct 2022 14:32:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Unresolved-external-Symbol-ProfileVectorImage/m-p/224157#M3723</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-04T14:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved external Symbol: ProfileVectorImage</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Unresolved-external-Symbol-ProfileVectorImage/m-p/224158#M3724</link>
      <description>Hi Patrick,&lt;BR /&gt;
&lt;BR /&gt;
you have to link your Add-On with VectorImageImp.lib.&lt;BR /&gt;
Simply add it to your project. You can do that easily by adding the following lines to your .vcxproj project file in a text editor:
&lt;PRE&gt;    &amp;lt;Library Include="..\..\Support\Modules\VectorImage\Win\VectorImageImp.lib"&amp;gt;
      &amp;lt;FileType&amp;gt;Document&amp;lt;/FileType&amp;gt;
    &amp;lt;/Library&amp;gt;&lt;/PRE&gt;

Regards,&lt;BR /&gt;
Tibor</description>
      <pubDate>Wed, 15 May 2019 12:33:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Unresolved-external-Symbol-ProfileVectorImage/m-p/224158#M3724</guid>
      <dc:creator>Tibor Lorantfy</dc:creator>
      <dc:date>2019-05-15T12:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved external Symbol: ProfileVectorImage</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Unresolved-external-Symbol-ProfileVectorImage/m-p/224159#M3725</link>
      <description>Thanks Tibor, fixed my problem &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Wed, 15 May 2019 12:55:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Unresolved-external-Symbol-ProfileVectorImage/m-p/224159#M3725</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-15T12:55:13Z</dc:date>
    </item>
  </channel>
</rss>

