<?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: AC DEVkit 12 examples build error   &amp;quot;windows.h&amp;quot in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/AC-DEVkit-12-examples-build-error-quot-windows-h-quot-missing/m-p/115796#M6658</link>
    <description>I am using Visual C++ 2005 express for AC 12 DevKit without problems. &lt;BR /&gt;
 As Karl said, Windows SDK is not a part of the Express download. You need some extra steps after installation.&lt;BR /&gt;
Look at links below for more info:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.codeproject.com/KB/applications/FreeVS2005Win32.aspx" target="_blank"&gt;&lt;LINK_TEXT text="http://www.codeproject.com/KB/applicati ... Win32.aspx"&gt;http://www.codeproject.com/KB/applications/FreeVS2005Win32.aspx&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://security-shell.ws/showthread.php?t=3612" target="_blank"&gt;https://security-shell.ws/showthread.php?t=3612&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://msdn.microsoft.com/en-us/library/ms235626%28VS.80%29.aspx" target="_blank"&gt;&lt;LINK_TEXT text="http://msdn.microsoft.com/en-us/library ... S.80).aspx"&gt;http://msdn.microsoft.com/en-us/library/ms235626(VS.80).aspx&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Girts</description>
    <pubDate>Thu, 16 Apr 2009 12:43:26 GMT</pubDate>
    <dc:creator>Girts Gaidels</dc:creator>
    <dc:date>2009-04-16T12:43:26Z</dc:date>
    <item>
      <title>AC DEVkit 12 examples build error   "windows.h" missing?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/AC-DEVkit-12-examples-build-error-quot-windows-h-quot-missing/m-p/115793#M6655</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;I have downloaded the add-on development kit for AC12. i have tried to build the examples with visual C++ 2005 express edition and i get the following error:&lt;BR /&gt;&lt;BR /&gt;1&amp;gt;c:\Program Files\Graphisoft\API Development Kit 12.2156\Support\Modules\GSRoot\Win32Interface.hpp(34) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory&lt;BR /&gt;&lt;BR /&gt;I have searched for this file "windows.h" file and i cant find it&lt;BR /&gt;can anyone help?&lt;BR /&gt;&lt;BR /&gt;Thanks Mark&lt;/DIV&gt;</description>
      <pubDate>Thu, 03 Aug 2023 15:18:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/AC-DEVkit-12-examples-build-error-quot-windows-h-quot-missing/m-p/115793#M6655</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-03T15:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: AC DEVkit 12 examples build error   "windows.h&amp;quot</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/AC-DEVkit-12-examples-build-error-quot-windows-h-quot-missing/m-p/115794#M6656</link>
      <description>&lt;BLOCKQUOTE&gt;Mark wrote:&lt;BR /&gt;C1083: Cannot open include file: 'windows.h': No such file or directory&lt;BR /&gt;
I have searched for this file "windows.h" file and i cant find it&lt;BR /&gt;
can anyone help?&lt;/BLOCKQUOTE&gt;
Take a look at your Solution Properties - browse into the C/C++/Preprocessor settings. The setting "Ignore Standard Include Path" should be 'No'.</description>
      <pubDate>Fri, 10 Apr 2009 16:38:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/AC-DEVkit-12-examples-build-error-quot-windows-h-quot-missing/m-p/115794#M6656</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2009-04-10T16:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: AC DEVkit 12 examples build error   "windows.h&amp;quot</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/AC-DEVkit-12-examples-build-error-quot-windows-h-quot-missing/m-p/115795#M6657</link>
      <description>I do not believe that the Windows SDK is part of the Express download.  If Ralph's suggestion does not resolve things for you, you may have to follow the links on the Express-related and/or MSDN web pages for the SDK download.  (You will not need MFC.)&lt;BR /&gt;
&lt;BR /&gt;
Please post how how you resolve things.&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
Karl</description>
      <pubDate>Fri, 10 Apr 2009 18:12:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/AC-DEVkit-12-examples-build-error-quot-windows-h-quot-missing/m-p/115795#M6657</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2009-04-10T18:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: AC DEVkit 12 examples build error   "windows.h&amp;quot</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/AC-DEVkit-12-examples-build-error-quot-windows-h-quot-missing/m-p/115796#M6658</link>
      <description>I am using Visual C++ 2005 express for AC 12 DevKit without problems. &lt;BR /&gt;
 As Karl said, Windows SDK is not a part of the Express download. You need some extra steps after installation.&lt;BR /&gt;
Look at links below for more info:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.codeproject.com/KB/applications/FreeVS2005Win32.aspx" target="_blank"&gt;&lt;LINK_TEXT text="http://www.codeproject.com/KB/applicati ... Win32.aspx"&gt;http://www.codeproject.com/KB/applications/FreeVS2005Win32.aspx&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://security-shell.ws/showthread.php?t=3612" target="_blank"&gt;https://security-shell.ws/showthread.php?t=3612&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://msdn.microsoft.com/en-us/library/ms235626%28VS.80%29.aspx" target="_blank"&gt;&lt;LINK_TEXT text="http://msdn.microsoft.com/en-us/library ... S.80).aspx"&gt;http://msdn.microsoft.com/en-us/library/ms235626(VS.80).aspx&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Girts</description>
      <pubDate>Thu, 16 Apr 2009 12:43:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/AC-DEVkit-12-examples-build-error-quot-windows-h-quot-missing/m-p/115796#M6658</guid>
      <dc:creator>Girts Gaidels</dc:creator>
      <dc:date>2009-04-16T12:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: AC DEVkit 12 examples build error   "windows.h&amp;quot</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/AC-DEVkit-12-examples-build-error-quot-windows-h-quot-missing/m-p/115797#M6659</link>
      <description>Thank you for posting the links, Girts!&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
Karl</description>
      <pubDate>Thu, 16 Apr 2009 15:16:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/AC-DEVkit-12-examples-build-error-quot-windows-h-quot-missing/m-p/115797#M6659</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2009-04-16T15:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: AC DEVkit 12 examples build error   "windows.h&amp;quot</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/AC-DEVkit-12-examples-build-error-quot-windows-h-quot-missing/m-p/115798#M6660</link>
      <description>Thanks for the links will give it a go now cheers</description>
      <pubDate>Mon, 20 Apr 2009 08:47:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/AC-DEVkit-12-examples-build-error-quot-windows-h-quot-missing/m-p/115798#M6660</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-20T08:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: AC DEVkit 12 examples build error   "windows.h&amp;quot</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/AC-DEVkit-12-examples-build-error-quot-windows-h-quot-missing/m-p/115799#M6661</link>
      <description>Thanks for the help guys the examples are building now. &lt;BR /&gt;
cheers,&lt;BR /&gt;
Mark</description>
      <pubDate>Thu, 23 Apr 2009 15:57:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/AC-DEVkit-12-examples-build-error-quot-windows-h-quot-missing/m-p/115799#M6661</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-23T15:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: AC DEVkit 12 examples build error   "windows.h&amp;quot</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/AC-DEVkit-12-examples-build-error-quot-windows-h-quot-missing/m-p/115800#M6662</link>
      <description>That's good news, Mark.  Thanks for confirming.&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
Karl</description>
      <pubDate>Thu, 23 Apr 2009 16:14:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/AC-DEVkit-12-examples-build-error-quot-windows-h-quot-missing/m-p/115800#M6662</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2009-04-23T16:14:24Z</dc:date>
    </item>
  </channel>
</rss>

