<?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: Visual C++ 2005 express in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Visual-C-2005-express/m-p/27699#M5071</link>
    <description>Thanks for your help Karl. I realise that the mvo info has been implemented for newer versions but it seems the usual rules of inverse simplicity apply! MVO info access is SO essential&lt;BR /&gt;
All the best&lt;BR /&gt;
Mark</description>
    <pubDate>Wed, 11 Apr 2007 00:37:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-04-11T00:37:31Z</dc:date>
    <item>
      <title>Visual C++ 2005 express</title>
      <link>https://community.graphisoft.com/t5/GDL/Visual-C-2005-express/m-p/27697#M5069</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi All&lt;BR /&gt;
Should the above be able to compile the example api's? I get the following when I compile the Notification Manager;&lt;BR /&gt;
1&amp;gt;.\Src\Tool_Observer.cpp(44) : error C2220: warning treated as error - no 'object' file generated&lt;BR /&gt;
1&amp;gt;.\Src\Tool_Observer.cpp(44) : warning C4996: 'sprintf' was declared deprecated&lt;BR /&gt;
1&amp;gt;        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'&lt;BR /&gt;
1&amp;gt;        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'&lt;BR /&gt;
1&amp;gt;Selection_Observer.cpp&lt;BR /&gt;
1&amp;gt;.\Src\Selection_Observer.cpp(42) : error C2220: warning treated as error - no 'object' file generated&lt;BR /&gt;
1&amp;gt;.\Src\Selection_Observer.cpp(42) : warning C4996: 'sprintf' was declared deprecated&lt;BR /&gt;
1&amp;gt;        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'&lt;BR /&gt;
1&amp;gt;        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'&lt;BR /&gt;
ETC ETC&lt;BR /&gt;
&lt;BR /&gt;
I am a newbie to C++ but have a lot of GDL/RPL/Javascript/VBScript blah blah experience  Shouldnt the examples at least compile or is there incompatibility between VC++?&lt;BR /&gt;
Thanks for any help&lt;BR /&gt;
Mark&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 May 2023 14:40:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Visual-C-2005-express/m-p/27697#M5069</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-23T14:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Visual C++ 2005 express</title>
      <link>https://community.graphisoft.com/t5/GDL/Visual-C-2005-express/m-p/27698#M5070</link>
      <description>The examples were created for use with VS 2003.  Use of any other versions of Visual C++ / Visual Studio or other software (Windows;  Code Warrier for PPC  / X-Code for Intel on OS X) requires twiddling, if possible at all.  Please read similar threads in this forum.&lt;BR /&gt;
&lt;BR /&gt;
There are a lot of project settings that are incorporated into the visual studio project file and which one might not immediately guess without experience, so using 2003 is definitely recommended as the painless method of getting going with the API SDK.&lt;BR /&gt;
&lt;BR /&gt;
Because of your other post, please do note that the API SDK is not the same as the GDL SDK.  One creates general add-ons for ArchiCAD itself.  The other creates add-ons for GDL, providing new REQUEST functionality.&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
      <pubDate>Wed, 11 Apr 2007 00:26:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Visual-C-2005-express/m-p/27698#M5070</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2007-04-11T00:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Visual C++ 2005 express</title>
      <link>https://community.graphisoft.com/t5/GDL/Visual-C-2005-express/m-p/27699#M5071</link>
      <description>Thanks for your help Karl. I realise that the mvo info has been implemented for newer versions but it seems the usual rules of inverse simplicity apply! MVO info access is SO essential&lt;BR /&gt;
All the best&lt;BR /&gt;
Mark</description>
      <pubDate>Wed, 11 Apr 2007 00:37:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Visual-C-2005-express/m-p/27699#M5071</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-04-11T00:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Visual C++ 2005 express</title>
      <link>https://community.graphisoft.com/t5/GDL/Visual-C-2005-express/m-p/27700#M5072</link>
      <description>FWIW, you can disable the DEPRECATED warnings in VC 2005 by defining "_CRT_SECURE_NO_DEPRECATE".&lt;BR /&gt;
&lt;BR /&gt;
But that only applies to the code you compile yourself.</description>
      <pubDate>Thu, 12 Apr 2007 08:15:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Visual-C-2005-express/m-p/27700#M5072</guid>
      <dc:creator>stefan</dc:creator>
      <dc:date>2007-04-12T08:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Visual C++ 2005 express</title>
      <link>https://community.graphisoft.com/t5/GDL/Visual-C-2005-express/m-p/27701#M5073</link>
      <description>&lt;BLOCKQUOTE&gt;Karl wrote:&lt;BR /&gt;The examples were created for use with VS 2003...&lt;/BLOCKQUOTE&gt;

is it possible to use Visual Studio 2005?&lt;BR /&gt;
&lt;BR /&gt;
I got the following error when I try to convert a VS 2003 project to VS 2005:&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Error	2	error PRJ0019: A tool returned an error code from "Compiling the RC2 file..."&lt;E&gt;&lt;/E&gt;</description>
      <pubDate>Wed, 16 May 2007 12:20:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Visual-C-2005-express/m-p/27701#M5073</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-16T12:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Visual C++ 2005 express</title>
      <link>https://community.graphisoft.com/t5/GDL/Visual-C-2005-express/m-p/27702#M5074</link>
      <description>Does anyone know where you can get a some free download of VS2003 or similar that will build the API examples- even a limited version- just to get started with?</description>
      <pubDate>Tue, 22 Apr 2008 08:41:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Visual-C-2005-express/m-p/27702#M5074</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-22T08:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Visual C++ 2005 express</title>
      <link>https://community.graphisoft.com/t5/GDL/Visual-C-2005-express/m-p/27703#M5075</link>
      <description>&lt;BLOCKQUOTE&gt;Mark wrote:&lt;BR /&gt;Does anyone know where you can get a some free download of VS2003 or similar that will build the API examples- even a limited version- just to get started with?&lt;/BLOCKQUOTE&gt;
The Express versions are free and include the IDE.&lt;BR /&gt;
&lt;BR /&gt;
There is/was the VS2003 toolkit at&lt;BR /&gt;
&lt;A href="http://msdn2.microsoft.com/en-us/visualc/aa336490.aspx" target="_blank"&gt;http://msdn2.microsoft.com/en-us/visualc/aa336490.aspx&lt;/A&gt;&lt;BR /&gt;
which is only the compiler.&lt;BR /&gt;
&lt;BR /&gt;
You probably need to add the Microsoft Win32 SDK.&lt;BR /&gt;
&lt;BR /&gt;
Not sure if this could work for ArchiCAD development.&lt;BR /&gt;
&lt;BR /&gt;
Anyways, it is not available anymore.</description>
      <pubDate>Tue, 22 Apr 2008 09:56:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Visual-C-2005-express/m-p/27703#M5075</guid>
      <dc:creator>stefan</dc:creator>
      <dc:date>2008-04-22T09:56:54Z</dc:date>
    </item>
  </channel>
</rss>

