[Mess]Noobish install problem

EdCampion

22-10-2009 19:35:08

Hi all,
I've installed PhysX,PhysX SDK, created the enviroment variable and but when I extract 1.5.5 NxOgre I get a whole pile of headers and .cpp in one folder not split into build/msvc as I expected.

When I attempted to compile the project(ran NxOgre_VC9.sln) I got the following error.
1>c1xx : fatal error C1083: Cannot open source file: '..\source\NxOgreStable.cpp': No such file or directory
Should I split the cpp and the .h into source and include folders or is there a deeper problem?
Regards,
Ed

betajaen

22-10-2009 20:02:50

Sounds like you've unzipped NxOgre wrong. Try the git version of NxOgre, it's better than 1.5.5 and tested more.

EdCampion

29-10-2009 00:02:04

Thanks a lot the git version extracted correctly and the project compiles however it asks me to select an exe for this debug session.Very noobish but what do I do?

waffleShirt

29-10-2009 03:24:24

Are you trying to actually run the NxOgre project from within visual studio?

NxOgre only compiles to a DLL, not an exe so theres is no executable file that you can run. You will need to link another application with NxOgre, then you will be able to debug NxOgre code.

EdCampion

31-10-2009 17:52:04

Thanks guys for your help so far. However I've hit a new roadblock. After building(F7) NxOgre(in debug mode) I followed Spacegaier's second tut. When I try to run it I get one of two errors
1. Microsoft Incremental Linker has stopped working A problem caused the program to stop working correctly.Windows will close the program and notify you if a solution is available. and the output from the build is 1>LINK : fatal error LNK1000: Internal error during IncrBuildImage
OR!
2. A dll missing exception concerning NxOgre_Debug.dll."is missing from your computer"
Even though it is in the application dir.

So any ideas?