From: Larry M. <lar...@gm...> - 2007-07-03 18:46:31
|
Thanks Braden - I was able to get past that but now I get the following when building openvrml LINK : fatal error LNK1104: cannot open file 'libboost_thread-vc80-mt-gd-1_34.lib' I could not find reference to this library in any of the project settings. Unfortunately, if I have to build boost for this, it's time to give up for me....it's going to be a maintenance nightmare and I dont want to support this forever.... Thanks for your help. Rohit. On 7/3/07, Braden McDaniel <br...@en...> wrote: > 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 > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > openvrml-develop mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/openvrml-develop > |