Hi I am trying to build OgreOde_Core with VS 7.1 and I get compile errors. I read in another post that I should include oded.lib. I can only build to get ode.lib? Is there anyt´hing else I need to build the code?
nikki
01-11-2006 16:28:19
Just batch-build an select only release.
There maybe some build errors because of project dependencies. In that case, build each project
individually in the following order:-
1. ode
2. OgreOde_Core
3. OgreOde_Prefab
4. Demo_SimpleScenes
5. Demo_Landscape
6. Demo_GranTourismOgre
But, I suggest you use Debug libs too. I used to use only Release before and have started using Debug lately. The debugger is very helpful. Or, you could even build in Release and generate .pdb files, but then you have to change the setting every time you release the app (or want to test it without .pdb), which is what configurations are for anyway (among other things).