From: Braden M. <br...@en...> - 2007-07-03 17:49:04
|
Larry Mullen wrote: > I am making an attempt to use OpenVRML to verify the structure of > VRMLs I receive from a 3rd party. The current version I downloaded > ships with .sln files for VisualStudio 8.0 (2005) . I searched but > could not find any instructions on how to build it with Windows (i.e > if some configuration needs to be done etc. ) I have downloaded Boost > and FreeType but now an getting an error related to compiling > resources > > Compiling resources... > .\openvrml.rc(10) : fatal error RC1015: cannot open include file 'afxres.h'. > Build log was saved at > "file://c:\openvrml-0.16.5\ide-projects\Windows\VisualC8_0\OpenVRML\openvrml\Debug\BuildLog.htm" > openvrml - 1 error(s), 0 warning(s) Are you using the Express version of Visual Studio? If so, you will need to download the Platform SDK from Microsoft. > I'll eventually have to compile this with VS 2003 as our current stack > is using that. Anybody have any experience with that ? Not for some time. If you turn back the clock in the CVS repository (8/1/05 should do), you'll find some project files for Visual C++ 7.1. I'm really not sure how useful they'd be as a starting point; you may be better off just creating new ones based on what you see in the 8.0 project files. Braden |