OgreNewt_Main_d.lib

Maroho

24-03-2010 15:52:24

When attempting to compile OgreNewt, which I downloaded from Walaber.com, I get the error Error: fatal error LNK1104: cannot open file 'OgreNewt_Main_d.lib'. From what I understand reading other threads on the issue there's supposed to be a lib folder in OgreNewt_Main which I need to link to, but my OgreNewt_Main folder doesn't have a lib folder inside it. What it does have is an inc folder an a src folder, but neither of those contain the needed files.

Does anyone know where I can get this folder from, or a version of OgreNewt which has it?

kallaspriit

27-03-2010 19:56:21

Get the latest OgreNewt for NGD 2 from https://svn.ogre3d.org/svnroot/ogreaddo ... t/newton20 ;)

Maroho

30-03-2010 11:59:57

Thanks for the reply.

I got the latest version from that link, and also had to get the latest versions of Ogre and Newton to make them work together. I'm still getting a similar error though; now it's OgreNewt_d.lib that it can't find.

I understand that this file gets created when the program is compiled, so what could be preventing the compilation from getting to point where it creates that file, without any other errors?

kallaspriit

01-04-2010 15:48:19

Did you compile OgreNewt in debug mode?

Maroho

01-04-2010 16:04:58

I managed to fix it by compiling the OgreNewt project separately instead of the demo projects. Cheers though.