<?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: Problem creating Apx for ArchiCAD 12 by Visual studio C+ in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Problem-creating-Apx-for-ArchiCAD-12-by-Visual-studio-C/m-p/188610#M6488</link>
    <description>Hello Ranga,&lt;BR /&gt;
&lt;BR /&gt;
I have the same problem.  How did you resolve this?</description>
    <pubDate>Tue, 13 Oct 2009 01:24:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-10-13T01:24:55Z</dc:date>
    <item>
      <title>Problem creating Apx for ArchiCAD 12 by Visual studio C++</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Problem-creating-Apx-for-ArchiCAD-12-by-Visual-studio-C/m-p/188609#M6487</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;We want to create the new apx for ArchiCAD12.0. I downloaded and installed new API Development kit and it created a template in visual studio 2005 C++ projects (ArchiCAD Add-on). By using the Add-on I created my project called Tamawood12.&lt;BR /&gt;&lt;BR /&gt;I opened to AddOnAdmin.exe and I created new database with my Developer ID, and I created new AddOn with my Authorization Code and I saved in header file it gives me two numbers. And I added these two numbers in Tamawood12Fix.grc file.&lt;BR /&gt;&lt;BR /&gt;Then I tried to build the application I got 3 errors.&lt;BR /&gt;1. fatal error RC1015: cannot open included file ‘..\Release\Tamawood12.grc.rc2’.&lt;BR /&gt;2. error PRJ0019: A tool returned an error code from “Compiling the RC2 file…”&lt;BR /&gt;3. error BK1506: cannot open file ‘.\release\Tamawood12.sbr’:No such file or directory.&lt;BR /&gt;&lt;BR /&gt;Then I opened on help project and I found there is different setting for Custom Build step for these grc files.&lt;BR /&gt;&lt;BR /&gt;So added for Tamawood12.grc&lt;BR /&gt;Command Line : “C:\\Program Files\Graphisoft\API Development Kit 12.2156\Support\Tools\Win\ResConv.exe” –m r –D WINDOWS –T W –q utf8 1252 –i “M:\ArchiCad\Tamawood12\Tamawood12\RINT\Tamawood12.grc” –o “M:\ArchiCad\Tamawood12\Tamawood12\Make.Win\Release\Tamawood12.grc.rc2”&lt;BR /&gt;Description : Compiling the localized GRC file…&lt;BR /&gt;Outputs : M:\ArchiCad\Tamawood12\Tamawood12\ Make.Win\Release\Tamawood12.grc.rc2&lt;BR /&gt;Additional Dependencies :&lt;BR /&gt;(I compiled the GRC file by clicking right mouse and compile command successfully)&lt;BR /&gt;&lt;BR /&gt;for Tamawood12Fix.grc&lt;BR /&gt;Command Line : “C:\\Program Files\Graphisoft\API Development Kit 12.2156\Support\Tools\Win\ResConv.exe” –m r –D WINDOWS –T W –q utf8 1252 –i “M:\ArchiCad\Tamawood12\Tamawood12\RFIX\Tamawood12Fix.grc” –p “M:\ArchiCad\Tamawood12\Tamawood12\RFIX\Images” –o “M:\ArchiCad\Tamawood12\Tamawood12\Make.Win\Release\Tamawood12Fix.grc.rc2”&lt;BR /&gt;Description : Compiling the non-localized GRC file…&lt;BR /&gt;Outputs : M:\ArchiCad\Tamawood12\Tamawood12\ Make.Win\Release\Tamawood12Fix.grc.rc2&lt;BR /&gt;Additional Dependencies :&lt;BR /&gt;(I compiled the GRC file by clicking right mouse and compile command successfully)&lt;BR /&gt;&lt;BR /&gt;for Tamawood12.rc2&lt;BR /&gt;Command Line : rc /i “C:\\Program Files\Graphisoft\API Development Kit 12.2156\Support\Inc” /i “C:\\Program Files\Graphisoft\API Development Kit 12.2156\Support\Modules\DGLib” /i “M:\ArchiCad\Tamawood12\Tamawood12\Make.Win\Release” /fo“M:\ArchiCad\Tamawood12\Tamawood12\Make.Win\Release\Tamawood12.res” “M:\ArchiCad\Tamawood12\Tamawood12\RFIX.WIN\Tamawood12.rc2”&lt;BR /&gt;Description : Compiling the RC2 file…&lt;BR /&gt;Outputs : M:\ArchiCad\Tamawood12\Tamawood12\Make.Win\Release\Tamawood12.res&lt;BR /&gt;Additional Dependencies :&lt;BR /&gt;“M:\ArchiCad\Tamawood12\Tamawood12\RFIX\Tamawood12FIX.grc”&lt;BR /&gt;“M:\ArchiCad\Tamawood12\Tamawood12\RINT\Tamawood12.grc”&lt;BR /&gt;“M:\ArchiCad\Tamawood12\Tamawood12\Make.Win\Release\Tamawood12FIX.grc.rc2”&lt;BR /&gt;“M:\ArchiCad\Tamawood12\Tamawood12\Make.Win\Release\Tamawood12.grc.rc2”&lt;BR /&gt;(I compiled the GRC file by clicking right mouse and compile command I got 5 errors)&lt;BR /&gt;&lt;BR /&gt;Errors are&lt;BR /&gt;1. error RC2135 : file not found: STRS Tamawood12.grc.rc2 17&lt;BR /&gt;2. error RC2135 : file not found: 0 Tamawood12.grc.rc2 19&lt;BR /&gt;3. error RC2135 : file not found: DevKit Tamawood12.grc.rc2 20&lt;BR /&gt;4. error RC2135 : file not found: project Tamawood12.grc.rc2 21&lt;BR /&gt;5. error PRJ0019: A tool returned an error code from “Compiling the RC2 file…” Tamawood12&lt;BR /&gt;6. error BK1506: cannot open file ‘.\release\Tamawood12.sbr’:No such file or directory. BSCMAKE &lt;BR /&gt;(This error added to another five errors if I press build).&lt;BR /&gt;&lt;BR /&gt;I don’t know what I am doing wrong can explain the steps to get rid of these errors and develop the simple apx for ArchiCAD 12 by using Visual Studio 2005 C++ environment.&lt;BR /&gt;If possible send me a simple application which will crate the apx for ArchiCAD 12.&lt;/DIV&gt;</description>
      <pubDate>Fri, 04 Aug 2023 12:51:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Problem-creating-Apx-for-ArchiCAD-12-by-Visual-studio-C/m-p/188609#M6487</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-04T12:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating Apx for ArchiCAD 12 by Visual studio C+</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Problem-creating-Apx-for-ArchiCAD-12-by-Visual-studio-C/m-p/188610#M6488</link>
      <description>Hello Ranga,&lt;BR /&gt;
&lt;BR /&gt;
I have the same problem.  How did you resolve this?</description>
      <pubDate>Tue, 13 Oct 2009 01:24:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Problem-creating-Apx-for-ArchiCAD-12-by-Visual-studio-C/m-p/188610#M6488</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-13T01:24:55Z</dc:date>
    </item>
  </channel>
</rss>

