NxVersionNumber.h

santosblanco.gabriel

24-06-2008 04:03:44

Hi,

I recentley downloaded the NxOgre 0.9'37. When i tryed to compile it there is one error.

Error 1 fatal error C1083: Cannot open include file: 'NxVersionNumber.h': No such file or directory c:\ogresdk\nxogre\include\nxogrestable.h 94
I already downloaded the files two times, and the problem remains!

Can someone help me?

Best Regards

Gabriel

netsurferj

24-06-2008 14:00:10

Hi

Have you set up the environmental vars (NXOGRE_DIR and PHYSX_DIR). Set them to: C:\Program Files\NVIDIA Corporation\NxOgre and C:\Program Files\NVIDIA Corporation\NVIDIA PhysX SDK\v2.8.1 respectively (your equivalent folders).

You also need to set up the include and lib folders if you are using vs.

hope it helps

fatpwnage

24-06-2008 14:26:18

Make sure you have the right SDK version as well. NxOgre 0.9 doesn't work with the 2.8.x PhysX sdk.

santosblanco.gabriel

30-06-2008 00:46:39

O Don't have the firt directory created! I added the second onw in to the vars and the problem was solved. Anyway i have this new error:

Error 4 error PRJ0019: A tool returned an error code from "Performing Post-Build Event..." NxOgre


...but the NxOgre_d.dll has been created!

What sould i do! And what about that first directory?

Thanks

xadh00m

30-06-2008 09:02:33

Maybe there is some more information in the output window.
But normally this could mean, that some files couldn´t copied into a
specified folder, maybe because this folder doesn´t exist. Check the post
build settings of your project. Maybe you could find the reason there...