<?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: Create plugin for Archicad in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Create-plugin-for-Archicad/m-p/114631#M6444</link>
    <description>Many thanks &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
    <pubDate>Wed, 18 Jun 2008 13:11:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-06-18T13:11:59Z</dc:date>
    <item>
      <title>Create plugin for Archicad</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Create-plugin-for-Archicad/m-p/114625#M6438</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Greetings.&lt;BR /&gt;I write plugin for Arhicad.&lt;BR /&gt;It is necessary for me to be built in the menu.&lt;BR /&gt;I look examples. Откомпилировал Panel_Test in Visual Studio 2005 C ++.&lt;BR /&gt;Has received library Panel_Test.apx. Has put her{it} in a folder " d:\Program Files\Graphisoft\ArchiCAD 11\Add-Ons\Local \ ".&lt;BR /&gt;At loading ArhiCad speaks, that a mistake in plugin. I come in Add-On Manager, plugin is inactive, the information about plugin: " The file is either not an Add-On or an outdated one that cannot be used with this ArchiCAD version. "&lt;BR /&gt;&lt;BR /&gt;Prompt please, what to me to do?&lt;BR /&gt;Thank.&lt;/DIV&gt;</description>
      <pubDate>Fri, 04 Aug 2023 14:37:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Create-plugin-for-Archicad/m-p/114625#M6438</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-04T14:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Create plugin for Archicad</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Create-plugin-for-Archicad/m-p/114626#M6439</link>
      <description>Make sure you have read everything in this thread:&lt;BR /&gt;
&lt;A href="http://archicad-talk.graphisoft.com/viewtopic.php?t=2699" target="_blank"&gt;&lt;LINK_TEXT text="http://archicad-talk.graphisoft.com/vie ... php?t=2699"&gt;http://archicad-talk.graphisoft.com/viewtopic.php?t=2699&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Be sure that you have a proper developer ID if you want to test the add-on in a licensed copy of ArchiCAD...and that the devkit you are using is for the release you are using.&lt;BR /&gt;
&lt;BR /&gt;
You can test an add-on in the demo version of AC if you do not have a developer ID (MDID).&lt;BR /&gt;
&lt;BR /&gt;
I assume that the build proceeded normally without any errors, particularly link/load errors?  Officially, you are supposed to use VS .NET 2003 for the build, but other versions can be used by manually adjusting settings. You are on your own for doing so.&lt;BR /&gt;
&lt;BR /&gt;
Finally, use the AddOn Management utility in the developer folders to verify that your compiled add-on is valid.  This is different than the Addon Management command inside of ArchiCAD.&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
Karl</description>
      <pubDate>Tue, 17 Jun 2008 16:49:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Create-plugin-for-Archicad/m-p/114626#M6439</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2008-06-17T16:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Create plugin for Archicad</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Create-plugin-for-Archicad/m-p/114627#M6440</link>
      <description>Karl, I am very grateful for your help:) Thank.&lt;BR /&gt;
&lt;BR /&gt;
2003 I have established VS on the computer. Compile at once:) (as against VS 2005)&lt;BR /&gt;
Result:
&lt;BLOCKQUOTE&gt;------ Build started: Project: Panel_Test, Configuration: Debug Win32 ------&lt;BR /&gt;
Compiling the non-localized GRC file...&lt;BR /&gt;
Compiling the localized GRC file...&lt;BR /&gt;
Compiling the RC2 file...&lt;BR /&gt;
Compiling...&lt;BR /&gt;
Panels.cpp&lt;BR /&gt;
Panel_Test.cpp&lt;BR /&gt;
Generating Code...&lt;BR /&gt;
Linking...&lt;BR /&gt;
   Creating library .\Debug/Panel_Test.lib and object .\Debug/Panel_Test.exp&lt;BR /&gt;
ACAP_STAT.lib(ACAPlib.obj) : warning LNK4099: PDB 'api_c.pdb' was not found with '\Addons Archicad\E\Support\Lib\Win\ACAP_STAT.lib' or at 'd:\Addons Archicad\E\Examples\Panel_Test\Debug\api_c.pdb'; linking object as if no debug info&lt;BR /&gt;
&lt;BR /&gt;
Build log was saved at "file://d:\Addons Archicad\E\Examples\Panel_Test\Debug\BuildLog.htm"&lt;BR /&gt;
Panel_Test - 0 error(s), 1 warning(s)&lt;BR /&gt;
---------------------- Done ----------------------&lt;BR /&gt;
&lt;BR /&gt;
    Build: 1 succeeded, 0 failed, 0 skipped&lt;/BLOCKQUOTE&gt;
Confuses the warning of the compiler.&lt;BR /&gt;
As far as it influences?&lt;BR /&gt;
&lt;BR /&gt;
P.S. I am sorry for my bad English &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Wed, 18 Jun 2008 10:42:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Create-plugin-for-Archicad/m-p/114627#M6440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-18T10:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create plugin for Archicad</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Create-plugin-for-Archicad/m-p/114628#M6441</link>
      <description>Still some questions:&lt;BR /&gt;
&lt;BR /&gt;
1. I want to be built in menu ArchiCAD, what example to me will approach better?&lt;BR /&gt;
2. There is a folder: " d:\Program Files\Graphisoft\ArchiCAD 11\Add-Ons \ ", in the given folder where to me to put plugin (is still subfolders), whether it is possible in root to leave, as far as it is important?&lt;BR /&gt;
&lt;BR /&gt;
Many thanks.</description>
      <pubDate>Wed, 18 Jun 2008 11:15:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Create-plugin-for-Archicad/m-p/114628#M6441</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-18T11:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create plugin for Archicad</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Create-plugin-for-Archicad/m-p/114629#M6442</link>
      <description>&lt;BLOCKQUOTE&gt;Egorich wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;ACAP_STAT.lib(ACAPlib.obj) : warning LNK4099: PDB 'api_c.pdb' was not found with '\Addons Archicad\E\Support\Lib\Win\ACAP_STAT.lib' or at 'd:\Addons Archicad\E\Examples\Panel_Test\Debug\api_c.pdb'; linking object as if no debug info&lt;/BLOCKQUOTE&gt;Confuses the warning of the compiler.&lt;BR /&gt;
As far as it influences?&lt;/BLOCKQUOTE&gt;
Ignore this warning - it has no significance in this context.</description>
      <pubDate>Wed, 18 Jun 2008 12:28:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Create-plugin-for-Archicad/m-p/114629#M6442</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2008-06-18T12:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Create plugin for Archicad</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Create-plugin-for-Archicad/m-p/114630#M6443</link>
      <description>&lt;BLOCKQUOTE&gt;Egorich wrote:&lt;BR /&gt;1. I want to be built in menu ArchiCAD, what example to me will approach better?&lt;BR /&gt;
2. There is a folder: " d:\Program Files\Graphisoft\ArchiCAD 11\Add-Ons \ ", in the given folder where to me to put plugin (is still subfolders), whether it is possible in root to leave, as far as it is important?&lt;/BLOCKQUOTE&gt;
I hope I understood the questions   &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
1) There are a number of example projects with the developer kit which add  a menu to ArchiCAD. If you want documentation for this process, start looking at &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;ACAPI_Register_Menu&lt;E&gt;&lt;/E&gt; and &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;ACAPI_Install_MenuHandler&lt;E&gt;&lt;/E&gt;. These describe how you install your menus when ArchiCAD launches.&lt;BR /&gt;
&lt;BR /&gt;
2) Do you want to know if add-ons can be installed in a subfolder of the Add-Ons folder? If so, the answer is "yes". They will be found and loaded almost anywhere in the Add-Ons folder (or a subfolder).</description>
      <pubDate>Wed, 18 Jun 2008 12:40:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Create-plugin-for-Archicad/m-p/114630#M6443</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2008-06-18T12:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create plugin for Archicad</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Create-plugin-for-Archicad/m-p/114631#M6444</link>
      <description>Many thanks &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Wed, 18 Jun 2008 13:11:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Create-plugin-for-Archicad/m-p/114631#M6444</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-18T13:11:59Z</dc:date>
    </item>
  </channel>
</rss>

