VC++ 6 project settings - help needed
Posted: Thu Jul 22, 2004 19:17
While not a newbie to programming...I am utterly hopeless when trying to get this GUI up and running correctly.
Does anyone want to spare some time to help me get this up and running?
I'm using Visual Studio 6 (Enterprise Edition) SP 4
I've downloaded the source code for CEGUI as well as the precompilled libraries. At this point: I've unzipped the CEGUI .zip file (do you need to put this in the Ogre directory? if so where, with the samples) and created a blank project. So from here where do I go? I know I need to include the libraries, and include directories, which ones? I know I need to add the source files to the project...
Basically...can anyone take me from a blank project to correctly configured project? or does anyone that has compiled and run successfully with vs 6 want to post their project file...I know I'll need to change all the directories and includes, but it at least gives me a place to start.
Or am I too hopeless...and I should give up.
Thanks!
edit:
Have set additional include directories to:
dependencies/include (this has the .h's for boost, xerces, freetype)
include (this has the cegui includes)
Have set additional .lib directories to:
dependencies/lib (this has the .libs for boost, xerces, freetype)
Have added the OgreMain.lib to the dependencies/lib directory
Do I need to add all the .lib names to the .lib list in the project settings (like you have to add OgreMain.lib to your library list for ogre programs)
Questions:
What else do I need to do?
Do I need to copy all the .dll's from ogre common/bin/debug to cegui_mk2/bin/debug?
Do I need to add all the .h files from boost, freetype, xerces to the project?
Does anyone want to spare some time to help me get this up and running?
I'm using Visual Studio 6 (Enterprise Edition) SP 4
I've downloaded the source code for CEGUI as well as the precompilled libraries. At this point: I've unzipped the CEGUI .zip file (do you need to put this in the Ogre directory? if so where, with the samples) and created a blank project. So from here where do I go? I know I need to include the libraries, and include directories, which ones? I know I need to add the source files to the project...
Basically...can anyone take me from a blank project to correctly configured project? or does anyone that has compiled and run successfully with vs 6 want to post their project file...I know I'll need to change all the directories and includes, but it at least gives me a place to start.
Or am I too hopeless...and I should give up.
Thanks!
edit:
Have set additional include directories to:
dependencies/include (this has the .h's for boost, xerces, freetype)
include (this has the cegui includes)
Have set additional .lib directories to:
dependencies/lib (this has the .libs for boost, xerces, freetype)
Have added the OgreMain.lib to the dependencies/lib directory
Do I need to add all the .lib names to the .lib list in the project settings (like you have to add OgreMain.lib to your library list for ogre programs)
Questions:
What else do I need to do?
Do I need to copy all the .dll's from ogre common/bin/debug to cegui_mk2/bin/debug?
Do I need to add all the .h files from boost, freetype, xerces to the project?