Okay I downloaded the program at the URL. It was an ISO file, so I burned to CD and installed. The version is:
Microsoft Visual Studio 2010
Version 10.0.30319.1 RTMRel
Microsoft .NET Framework
Version 4.5.51209 RTMRel
Installed Version: VC Express
Microsoft Visual C++ 2010 01013-532-2002287-70081
I deleted the initial SDK I had downloaded because I had tried using VS 2012 on it. I downloaded it again.
I opened the project file for “CreateLayOutExample” from the samples folder. The output was:
1>Project file contains ToolsVersion="10.0". This toolset may be unknown or missing, in which case you may be able to resolve this by installing the appropriate version of MSBuild, or the build may have been forced to a particular ToolsVersion for policy reasons. Treating the project as if it had ToolsVersion="4.0". For more information, please see http://go.microsoft.com/fwlink/?LinkId=291333.
1> RubyUtils.cpp
1> CreateLayOutExample.cpp
1> Generating Code...
1> Creating library C:\0_MISC\PROGRMNG\C Programs\VC10_Projects\SDK_Win_16-0-19911\samples\C++\RubyExampleCreateLayOut\Debug\CreateLayOutExample.lib and object C:\0_MISC\PROGRMNG\C Programs\VC10_Projects\SDK_Win_16-0-19911\samples\C++\RubyExampleCreateLayOut\Debug\CreateLayOutExample.exp
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
I had a similar problem with “ReadingFromAskpFile”.
I tried opening the solution file for 3 different samples, but I can’t. I see the message box:
“The selected file is a solution file, but was created by a newer version of this application and cannot be opened.”
I don’t know what a solution file is, but why would I see that?
I redownloaded the GitHub examples.
I loaded, but did not build the “Hello World” project and observed the following warning:
C:\0_MISC\PROGRMNG\C Programs\VC10_Projects\github_examples\Hello World\Hello World.vcxproj : warning : Platform 'x64' referenced in the project file 'SUEX_HelloWorld' cannot be found. Please make sure you have it installed under '%VCTargetsPath%\Platforms\x64'.
C:\0_MISC\PROGRMNG\C Programs\VC10_Projects\github_examples\SUEX_UsingSWIG\SUEX_UsingSWIG.vcxproj : warning : Platform 'x64' referenced in the project file 'SUEX_UsingSWIG' cannot be found. Please make sure you have it installed under '%VCTargetsPath%\Platforms\x64'.
I tried to build it and had the following output:
2>Project not selected to build for this solution configuration
1> RubyUtils.cpp
1> SUEX_HelloWorld.cpp
1> Generating Code...
1> Creating library C:\0_MISC\PROGRMNG\C Programs\VC10_Projects\github_examples\Debug (1.8)\SUEX_HelloWorld.lib and object C:\0_MISC\PROGRMNG\C Programs\VC10_Projects\github_examples\Debug (1.8)\SUEX_HelloWorld.exp
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 1 skipped ==========
So I don’t seem to have made much progress. Do I need to build some sort of object files in the SDK before proceeding?