<?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: LNK4204 error - can’t debug in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237359#M2884</link>
    <description>&lt;BLOCKQUOTE&gt;Ralph wrote:&lt;BR /&gt;
Try building directly to the Add-Ons folder so the pdb files etc are in the same location as the runtime location of the add-on.
&lt;/BLOCKQUOTE&gt;

Tried.&lt;BR /&gt;
Both directly to the addons folder and directly to a sub folder in addons folder. Both didn’t work..&lt;BR /&gt;
&lt;BR /&gt;
Getting the same “no symbols have been loaded” when trying to load a breakpoint&lt;BR /&gt;
&lt;BR /&gt;
Maybe it’s important to say - I’m working offline.</description>
    <pubDate>Tue, 14 Apr 2020 14:30:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-04-14T14:30:46Z</dc:date>
    <item>
      <title>LNK4204 error - can’t debug</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237353#M2878</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;On Mac I was able to debug flawlessly &lt;IMG style="display: inline;" src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" border="0" /&gt;&lt;BR /&gt;On windows I’m getting lnk4204- says that API_c.pdb is missing and that it’s linking as if no debug info.&lt;BR /&gt;Even if I’m changing project settings to create API_c.pdb instead of myprojectname.pdb, it still can’t find it.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Sep 2021 09:53:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237353#M2878</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-15T09:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: LNK4204 error - can’t debug</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237354#M2879</link>
      <description>Do you mean this message?&lt;BLOCKQUOTE&gt;ACAP_STATD.lib(ACAPlib.obj) : warning LNK4099: PDB 'API_c.pdb' was not found with 'ACAP_STATD.lib(ACAPlib.obj)' or at 'C:\Program Files\Graphisoft\ArchiCAD 24\Add-Ons\CI Tools\API_c.pdb'; linking object as if no debug info&lt;/BLOCKQUOTE&gt;

If so, you can ignore it - it's only debug info for content linked from the dev-kit (which you won't debug into anyway).</description>
      <pubDate>Tue, 14 Apr 2020 11:33:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237354#M2879</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2020-04-14T11:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: LNK4204 error - can’t debug</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237355#M2880</link>
      <description>&lt;BLOCKQUOTE&gt;Ralph wrote:&lt;BR /&gt;
Do you mean this message?&lt;BLOCKQUOTE&gt;ACAP_STATD.lib(ACAPlib.obj) : warning LNK4099: PDB 'API_c.pdb' was not found with 'ACAP_STATD.lib(ACAPlib.obj)' or at 'C:\Program Files\Graphisoft\ArchiCAD 24\Add-Ons\CI Tools\API_c.pdb'; linking object as if no debug info&lt;/BLOCKQUOTE&gt;

If so, you can ignore it - it's only debug info for content linked from the dev-kit (which you won't debug into anyway).
&lt;/BLOCKQUOTE&gt;

But when I try to attach the process and hit breakpoints it says that “no symbols have been loaded”</description>
      <pubDate>Tue, 14 Apr 2020 13:37:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237355#M2880</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-14T13:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: LNK4204 error - can’t debug</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237356#M2881</link>
      <description>Is the ARCHICAD Add-Ons folder the output directory for your build?</description>
      <pubDate>Tue, 14 Apr 2020 13:58:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237356#M2881</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2020-04-14T13:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: LNK4204 error - can’t debug</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237357#M2882</link>
      <description>&lt;BLOCKQUOTE&gt;Ralph wrote:&lt;BR /&gt;
Is the ARCHICAD Add-Ons folder the output directory for your build?
&lt;/BLOCKQUOTE&gt;

No. I am copying the apx to the addons folder</description>
      <pubDate>Tue, 14 Apr 2020 14:08:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237357#M2882</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-14T14:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: LNK4204 error - can’t debug</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237358#M2883</link>
      <description>Try building directly to the Add-Ons folder so the pdb files etc are in the same location as the runtime location of the add-on.</description>
      <pubDate>Tue, 14 Apr 2020 14:17:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237358#M2883</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2020-04-14T14:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: LNK4204 error - can’t debug</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237359#M2884</link>
      <description>&lt;BLOCKQUOTE&gt;Ralph wrote:&lt;BR /&gt;
Try building directly to the Add-Ons folder so the pdb files etc are in the same location as the runtime location of the add-on.
&lt;/BLOCKQUOTE&gt;

Tried.&lt;BR /&gt;
Both directly to the addons folder and directly to a sub folder in addons folder. Both didn’t work..&lt;BR /&gt;
&lt;BR /&gt;
Getting the same “no symbols have been loaded” when trying to load a breakpoint&lt;BR /&gt;
&lt;BR /&gt;
Maybe it’s important to say - I’m working offline.</description>
      <pubDate>Tue, 14 Apr 2020 14:30:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237359#M2884</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-14T14:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: LNK4204 error - can’t debug</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237360#M2885</link>
      <description>Offline work should make no difference.&lt;BR /&gt;
&lt;BR /&gt;
Do you see associated debug files, e.g. ".pdb", appearing in the directory with your add-on? Are the debug options active in your build configuration?</description>
      <pubDate>Tue, 14 Apr 2020 14:40:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237360#M2885</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2020-04-14T14:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: LNK4204 error - can’t debug</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237361#M2886</link>
      <description>&lt;BLOCKQUOTE&gt;Ralph wrote:&lt;BR /&gt;
Offline work should make no difference.&lt;BR /&gt;
&lt;BR /&gt;
Do you see associated debug files, e.g. ".pdb", appearing in the directory with your add-on? Are the debug options active in your build configuration?
&lt;/BLOCKQUOTE&gt;

Yes I see the pdb.&lt;BR /&gt;
Debug options are active as far as I’m concerned. If you can tell me the specific ones to check I will.</description>
      <pubDate>Tue, 14 Apr 2020 14:53:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237361#M2886</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-14T14:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: LNK4204 error - can’t debug</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237362#M2887</link>
      <description>Are you using &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Start Debugging&lt;E&gt;&lt;/E&gt; from VS to begin the debugging process?</description>
      <pubDate>Tue, 14 Apr 2020 15:29:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237362#M2887</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2020-04-14T15:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: LNK4204 error - can’t debug</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237363#M2888</link>
      <description>&lt;BLOCKQUOTE&gt;Ralph wrote:&lt;BR /&gt;
Are you using &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Start Debugging&lt;E&gt;&lt;/E&gt; from VS to begin the debugging process?
&lt;/BLOCKQUOTE&gt;

I am just using Ctrl alt p and attaching to ac process.&lt;BR /&gt;
That’s what I did Back with AC21 and worked..</description>
      <pubDate>Tue, 14 Apr 2020 16:53:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237363#M2888</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-14T16:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: LNK4204 error - can’t debug</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237364#M2889</link>
      <description>I am using VS2019 with 2019 toolset. When changing to 2017 tool set (v141), I am getting a LOT of errors for most of the includes in the solution.. it somehow breaks the solution.&lt;BR /&gt;
On which platform toolset should I work and how if the answer is 2017? (Of course I prefer newest toolset)</description>
      <pubDate>Wed, 22 Apr 2020 11:00:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237364#M2889</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-22T11:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: LNK4204 error - can’t debug</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237365#M2890</link>
      <description>You should use the 2017 toolset. What kind of errors are you seeing?</description>
      <pubDate>Wed, 22 Apr 2020 11:02:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237365#M2890</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2020-04-22T11:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: LNK4204 error - can’t debug</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237366#M2891</link>
      <description>&lt;BLOCKQUOTE&gt;Ralph wrote:&lt;BR /&gt;
You should use the 2017 toolset. What kind of errors are you seeing?
&lt;/BLOCKQUOTE&gt;

Ok, seems like no errors but no debug too. I am using Windows SDK v10.0.17763.0&lt;BR /&gt;
Is it ok?</description>
      <pubDate>Wed, 22 Apr 2020 11:05:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237366#M2891</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-22T11:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: LNK4204 error - can’t debug</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237367#M2892</link>
      <description>The example projects use the Windows 8.1 SDK, so we're doing the same. I haven't seen any documentation with a specific recommendation for that.</description>
      <pubDate>Wed, 22 Apr 2020 11:12:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237367#M2892</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2020-04-22T11:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: LNK4204 error - can’t debug</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237368#M2893</link>
      <description>&lt;BLOCKQUOTE&gt;Ralph wrote:&lt;BR /&gt;
The example projects use the Windows 8.1 SDK, so we're doing the same. I haven't seen any documentation with a specific recommendation for that.
&lt;/BLOCKQUOTE&gt;

So I installed 8.1 SDK and now using it. Still can’t debug. Still error lnk4099 about the API_c.pdb not found..</description>
      <pubDate>Wed, 22 Apr 2020 12:38:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237368#M2893</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-22T12:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: LNK4204 error - can’t debug</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237369#M2894</link>
      <description>&lt;BLOCKQUOTE&gt;Tomer1 wrote:&lt;BR /&gt;I installed 8.1 SDK and now using it. Still can’t debug. Still error lnk4099 about the API_c.pdb not found..&lt;/BLOCKQUOTE&gt;
The warning about &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;API_c.pdb not found&lt;E&gt;&lt;/E&gt; is irrelevant - we see that all the time, and I suspect it's unavoidable. It's not an error and won't prevent debugging.&lt;BR /&gt;
&lt;BR /&gt;
I can't think of many reasons for debugging not working. Do you see the console output in VS from ARCHICAD as it launches? If so, check the log to see if there are any anomalies reported when your add-on is loaded. Also check that you don't have a duplicate release build loaded (which would block the debug version from loading).</description>
      <pubDate>Wed, 22 Apr 2020 13:51:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237369#M2894</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2020-04-22T13:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: LNK4204 error - can’t debug</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237370#M2895</link>
      <description>I am getting the same errors.
&lt;PRE&gt;'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\ACLibraryManagement.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\GSXML.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\GSRoot.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\GSXMLUtils.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\InputOutput.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Windows\System32\shlwapi.dll'. Symbols loaded.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\TextEngine.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\Geometry.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\GSUtils.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\VectorImage.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\LibraryLocalization.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\LibraryManager.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\ObjectDatabase.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\BuiltInLibrary.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\TWClientBase.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\TWRoot.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\Teamwork.Server.ProjectManager.Common.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\VBUtils.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\AttributeManager.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\VBAttributes.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\ElementManager.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\VBElements.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\VBElemOperations.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\DG.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\GDL.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\Model3D.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\GSModeler.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\GSModeler2D.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\LibPartFile.dll'. Cannot find or open the PDB file.
'ARCHICAD.exe' (Win32): Loaded 'C:\Program Files\GRAPHISOFT\ARCHICAD 24\Pattern.dll'. Cannot find or open the PDB file.&lt;/PRE&gt;
I really don't know what to do so i can make it work.</description>
      <pubDate>Thu, 10 Jun 2021 09:30:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237370#M2895</guid>
      <dc:creator>Mihalcea Bogdan</dc:creator>
      <dc:date>2021-06-10T09:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: LNK4204 error - can’t debug</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237371#M2896</link>
      <description>Have you tried setting Archicad.exe as debug command and just hit debug in Visual Studio? You can right click on the project, select Properties, and replace Debugging/Command to your Archicad.exe, and just click Debug.&lt;BR /&gt;
&lt;BR /&gt;
Please note that while your Add-On is not loaded into memory the breakpoint will appear as disabled and comes alive only when your Add-On is executing a command.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jun 2021 18:30:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237371#M2896</guid>
      <dc:creator>Viktor Kovacs</dc:creator>
      <dc:date>2021-06-11T18:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: LNK4204 error - can’t debug</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237372#M2897</link>
      <description>Well after I set that debugger to the Archicad.exe the debugger works. Still I get a lot of messages in the output but I disabled the module Load and Unload messages.&lt;BR /&gt;
&lt;BR /&gt;
Thank you very much, Viktor Kovacs.&lt;BR /&gt;
&lt;BR /&gt;
PS: Is it okay that I deleted the ALLBuild project from the projects?</description>
      <pubDate>Tue, 15 Jun 2021 07:53:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/LNK4204-error-can-t-debug/m-p/237372#M2897</guid>
      <dc:creator>Mihalcea Bogdan</dc:creator>
      <dc:date>2021-06-15T07:53:14Z</dc:date>
    </item>
  </channel>
</rss>

