<?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: Error RC2135 ,How to  solve it? in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Error-RC2135-How-to-solve-it/m-p/151510#M6530</link>
    <description>Thanks for your reply.But I still cannot solve it.&lt;BR /&gt;
&lt;BR /&gt;
"Demo.grc"&lt;BR /&gt;
CommandLine = "D:\Graphisoft\API Development Kit 12.2156\Support\Tools\Win\ResConv.exe" -m r -D WINDOWS -T W -q utf8 936 -i "$(ProjectDir)\RINT\Demo.grc" -o "$(OutDir)\Demo.grc.rc2"
&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;'STR#' 32000 "Add-on Name and Description" {
/* [  1] */		"API DevKit Sample"
/* [  2] */		"Default project in ArchiCAD API Development Kit."
}


'STR#' 32500 "Menu strings" {
/* [  1] */		"Sample menu"
}


'STR#' 32520 "Status bar strings" {
/* [  1] */		"Sample"
}
&lt;/PRE&gt;

"DemoFix.grc"&lt;BR /&gt;
CommandLine = "D:\Graphisoft\API Development Kit 12.2156\Support\Tools\Win\ResConv.exe" -m r -D WINDOWS -T W -q utf8 936 -i "$(ProjectDir)\RFIX\DemoFix.grc" -p "$(ProjectDir)\RFIX\Images" -o "$(OutDir)\DemoFix.grc.rc2"
&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;@#define	CHI__APP
@#define	INTERNAL_NAME	"Demo"
@#define	ORIGINAL_NAME	"Demo.apx"
@
@#define	COMPANY_STR		"Some Company"
@#define	COPYRIGHT_STR	"Copyright (c) Some Company 2008"
@#define	FILEDESC_STR	"API DevKit Sample"
@
@#include "GSLocalization.h"
@

/* Version resource - uses strings defined in the localizable resource file */
'VERS' {
	COMPANY_STR
	COPYRIGHT_STR
	FILEDESC_STR
	1.00
	1.00
	"ArchiCAD"
	12.0
}


/* TODO: replace the first ID with your developer ID and the second ID with */
/*       your local ID                                                      */
@ #include "MDIDs_APICD.h"
'MDID' 32500 "Add-On Identifier" {
	1
	1
}
&lt;/PRE&gt;

"Demo.rc2"&lt;BR /&gt;
rc /i "D:\Graphisoft\API Development Kit 12.2156\Support\Inc" /i "D:\Graphisoft\API Development Kit 12.2156\Support\Modules\DGLib" /i "$(OutDir)" /fo"$(OutDir)\Demo.res" "$(ProjectDir)\RFIX.WIN\Demo.rc2"
&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;#include &amp;lt;Windows.h&amp;gt;

#if !defined (WINDOWS)
#define WINDOWS
#endif


#include "Demo.grc.rc2"
#include "DemoFix.grc.rc2"

1	ICON    LOADONCALL MOVEABLE IMPURE  ACAP.ico
&lt;/PRE&gt;

Environment:VC++2008</description>
    <pubDate>Thu, 05 Feb 2009 02:34:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-02-05T02:34:41Z</dc:date>
    <item>
      <title>Error RC2135 ,How to  solve it?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Error-RC2135-How-to-solve-it/m-p/151508#M6528</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Just like this:&lt;BR /&gt;&lt;BR /&gt;Debug\Demo.grc.rc2(19) : error RC2135 : file not found: STRS&lt;BR /&gt;Debug\Demo.grc.rc2(21) : error RC2135 : file not found: 0&lt;BR /&gt;Debug\Demo.grc.rc2(22) : error RC2135 : file not found: DevKit&lt;BR /&gt;Debug\Demo.grc.rc2(23) : error RC2135 : file not found: project&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the Demo.grc.rc2:&lt;BR /&gt;&lt;BR /&gt;#define INT__APP&lt;BR /&gt;#define INTERNAL_NAME "Demo"&lt;BR /&gt;#define ORIGINAL_NAME "Demo.apx"&lt;BR /&gt;&lt;BR /&gt;#define COMPANY_STR "Some Company"&lt;BR /&gt;#define COPYRIGHT_STR "Copyright (c) Some Company 2008"&lt;BR /&gt;#define FILEDESC_STR "API DevKit Sample"&lt;BR /&gt;&lt;BR /&gt;#include "DGDefs.h"&lt;BR /&gt;&lt;BR /&gt;32000 STRS&lt;BR /&gt;BEGIN&lt;BR /&gt;67, 0,&lt;BR /&gt;"API DevKit Sample\0",&lt;BR /&gt;"Default project in ArchiCAD API Development Kit.\0",&lt;BR /&gt;END&lt;BR /&gt;&lt;BR /&gt;32500 STRS&lt;BR /&gt;BEGIN&lt;BR /&gt;12, 0,&lt;BR /&gt;"Sample menu\0",&lt;BR /&gt;END&lt;BR /&gt;&lt;BR /&gt;32520 STRS&lt;BR /&gt;BEGIN&lt;BR /&gt;7, 0,&lt;BR /&gt;"Sample\0",&lt;BR /&gt;END&lt;/DIV&gt;</description>
      <pubDate>Fri, 04 Aug 2023 12:46:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Error-RC2135-How-to-solve-it/m-p/151508#M6528</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-04T12:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error RC2135 ,How to  solve it?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Error-RC2135-How-to-solve-it/m-p/151509#M6529</link>
      <description>I solved the problem correction encoding file  "AddOn.grc" "AddOnFix.grc"&lt;BR /&gt;
&lt;BR /&gt;
(notepad ++ convert to ANSI)</description>
      <pubDate>Fri, 23 Jan 2009 10:09:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Error-RC2135-How-to-solve-it/m-p/151509#M6529</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-01-23T10:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error RC2135 ,How to  solve it?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Error-RC2135-How-to-solve-it/m-p/151510#M6530</link>
      <description>Thanks for your reply.But I still cannot solve it.&lt;BR /&gt;
&lt;BR /&gt;
"Demo.grc"&lt;BR /&gt;
CommandLine = "D:\Graphisoft\API Development Kit 12.2156\Support\Tools\Win\ResConv.exe" -m r -D WINDOWS -T W -q utf8 936 -i "$(ProjectDir)\RINT\Demo.grc" -o "$(OutDir)\Demo.grc.rc2"
&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;'STR#' 32000 "Add-on Name and Description" {
/* [  1] */		"API DevKit Sample"
/* [  2] */		"Default project in ArchiCAD API Development Kit."
}


'STR#' 32500 "Menu strings" {
/* [  1] */		"Sample menu"
}


'STR#' 32520 "Status bar strings" {
/* [  1] */		"Sample"
}
&lt;/PRE&gt;

"DemoFix.grc"&lt;BR /&gt;
CommandLine = "D:\Graphisoft\API Development Kit 12.2156\Support\Tools\Win\ResConv.exe" -m r -D WINDOWS -T W -q utf8 936 -i "$(ProjectDir)\RFIX\DemoFix.grc" -p "$(ProjectDir)\RFIX\Images" -o "$(OutDir)\DemoFix.grc.rc2"
&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;@#define	CHI__APP
@#define	INTERNAL_NAME	"Demo"
@#define	ORIGINAL_NAME	"Demo.apx"
@
@#define	COMPANY_STR		"Some Company"
@#define	COPYRIGHT_STR	"Copyright (c) Some Company 2008"
@#define	FILEDESC_STR	"API DevKit Sample"
@
@#include "GSLocalization.h"
@

/* Version resource - uses strings defined in the localizable resource file */
'VERS' {
	COMPANY_STR
	COPYRIGHT_STR
	FILEDESC_STR
	1.00
	1.00
	"ArchiCAD"
	12.0
}


/* TODO: replace the first ID with your developer ID and the second ID with */
/*       your local ID                                                      */
@ #include "MDIDs_APICD.h"
'MDID' 32500 "Add-On Identifier" {
	1
	1
}
&lt;/PRE&gt;

"Demo.rc2"&lt;BR /&gt;
rc /i "D:\Graphisoft\API Development Kit 12.2156\Support\Inc" /i "D:\Graphisoft\API Development Kit 12.2156\Support\Modules\DGLib" /i "$(OutDir)" /fo"$(OutDir)\Demo.res" "$(ProjectDir)\RFIX.WIN\Demo.rc2"
&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;#include &amp;lt;Windows.h&amp;gt;

#if !defined (WINDOWS)
#define WINDOWS
#endif


#include "Demo.grc.rc2"
#include "DemoFix.grc.rc2"

1	ICON    LOADONCALL MOVEABLE IMPURE  ACAP.ico
&lt;/PRE&gt;

Environment:VC++2008</description>
      <pubDate>Thu, 05 Feb 2009 02:34:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Error-RC2135-How-to-solve-it/m-p/151510#M6530</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-02-05T02:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error RC2135 ,How to  solve it?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Error-RC2135-How-to-solve-it/m-p/151511#M6531</link>
      <description>delete -q utf8 936 &lt;BR /&gt;
and corect coding .</description>
      <pubDate>Thu, 05 Feb 2009 07:13:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Error-RC2135-How-to-solve-it/m-p/151511#M6531</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-02-05T07:13:57Z</dc:date>
    </item>
  </channel>
</rss>

