<?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: ArchiCAD Build Plugin ResConv problems - n00b in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/ArchiCAD-Build-Plugin-ResConv-problems-n00b/m-p/76733#M7078</link>
    <description>Please describe your development environment (OS version, Visual Studio version, APIDevKit version, ArchiCAD version, etc. - anything else that comes to mind...), otherwise I cannot reproduce the bug. Thanks. &lt;BR /&gt;
 &lt;BR /&gt;
Andras.</description>
    <pubDate>Fri, 19 May 2006 15:05:09 GMT</pubDate>
    <dc:creator>Andras Babos</dc:creator>
    <dc:date>2006-05-19T15:05:09Z</dc:date>
    <item>
      <title>ArchiCAD Build Plugin ResConv problems - n00b</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/ArchiCAD-Build-Plugin-ResConv-problems-n00b/m-p/76732#M7077</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Okay, I start visual studio, create an ArchiCAD plugin from the provided template, set up the build event to copy it automatically to the Add-On folder, and try to compile. However, every time it trys to compile the resource files, ResConv crashes. Debugging this error shows that the function "lock_file" in _file.c is getting a null pointer as the parameter. I get this problem with some of the samples as well, however I've compared the resource files against the few that work and they are identical. Can anyone tell me what might be causing the resource editor to crash? Thank you&lt;/DIV&gt;</description>
      <pubDate>Mon, 07 Aug 2023 09:15:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/ArchiCAD-Build-Plugin-ResConv-problems-n00b/m-p/76732#M7077</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-07T09:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: ArchiCAD Build Plugin ResConv problems - n00b</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/ArchiCAD-Build-Plugin-ResConv-problems-n00b/m-p/76733#M7078</link>
      <description>Please describe your development environment (OS version, Visual Studio version, APIDevKit version, ArchiCAD version, etc. - anything else that comes to mind...), otherwise I cannot reproduce the bug. Thanks. &lt;BR /&gt;
 &lt;BR /&gt;
Andras.</description>
      <pubDate>Fri, 19 May 2006 15:05:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/ArchiCAD-Build-Plugin-ResConv-problems-n00b/m-p/76733#M7078</guid>
      <dc:creator>Andras Babos</dc:creator>
      <dc:date>2006-05-19T15:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: ArchiCAD Build Plugin ResConv problems - n00b</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/ArchiCAD-Build-Plugin-ResConv-problems-n00b/m-p/76734#M7079</link>
      <description>I think I'm have a similar problem in VS 2005 .net , with ArchiCAD 9 E , and the ArchiCAD API, &lt;BR /&gt;
&lt;BR /&gt;
Error	1	fatal error RC1015: cannot open include file 'Dll_Test.grc.rc2'.	c:\Program Files\Graphisoft\API Development Kit 6.1\Examples\Dll_Test\RFIX.WIN\Dll_Test.rc2	19	&lt;BR /&gt;
&lt;BR /&gt;
Error	2	error PRJ0019: A tool returned an error code from "Compiling the RC2 file..."	Dll_Test	&lt;BR /&gt;
&lt;BR /&gt;
What do I do in VS 2005.net to compile? Soluton conversoin works ok ...</description>
      <pubDate>Wed, 24 May 2006 02:46:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/ArchiCAD-Build-Plugin-ResConv-problems-n00b/m-p/76734#M7079</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-05-24T02:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: ArchiCAD Build Plugin ResConv problems - n00b</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/ArchiCAD-Build-Plugin-ResConv-problems-n00b/m-p/76735#M7080</link>
      <description>Hi Todd, &lt;BR /&gt;
 &lt;BR /&gt;
Two things: &lt;BR /&gt;
1. I do not know how the solution conversion works, but to compile the GRC files, you need a complex custom build step. Please check the custom build step attached to the GRC files in VS .NET 2003, or look inside the .vcproj files you're trying to convert. Make sure the build step stays the same in the converted VS .NET 2005 project as well. &lt;BR /&gt;
2. As ArchiCAD was compiled with VS .NET 2003, it's usually a bad idea to compile your Add-Ons with another version. Even though the function addresses (and decorated names) &lt;B&gt;might&lt;/B&gt; stay the same, it still means you're using a different runtime library in your Add-On than ArchiCAD does. Which means that if in a given function ArchiCAD allocates memory in one runtime library, then you throw it away with an other one... Well, who knows what kind of errors might pop up? Simply put, Add-On development is not supported this way. &lt;BR /&gt;
 &lt;BR /&gt;
HTH: &lt;BR /&gt;
Andras.&lt;BR /&gt;
&lt;BR /&gt;
PS: I do not think you two have the same problem though...</description>
      <pubDate>Mon, 29 May 2006 12:53:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/ArchiCAD-Build-Plugin-ResConv-problems-n00b/m-p/76735#M7080</guid>
      <dc:creator>Andras Babos</dc:creator>
      <dc:date>2006-05-29T12:53:55Z</dc:date>
    </item>
  </channel>
</rss>

