cannot open file 'OgreNewt_Main_d.lib'

netoprojeto

16-10-2007 13:24:26

I got a problem that doesn't allow me to compile my progs. I've been workin on a project and we are developing a game using Ogre and Newton. My friends introduced me to OgreNewt, what would make my work a lot more easier. But when i debugg it i simply get this error message:

"1>OgreNewtApplication.cpp
1>Compiling manifest to resources...
1>Linking...
1>LINK : fatal error LNK1104: cannot open file 'OgreNewt_Main_d.lib'
1>Build log was saved at "file://c:
1>OgreNewt_Tutorial1 - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped "

I found a topic with the same question but the guy said he that the problem was a missing file that came with older versions but he didnt post it:

http://www.ogre3d.org/phpBB2addons/view ... 6f4e2718c6

Can anyone help me?

walaber

16-10-2007 18:17:51

it's not a missing file, you need to build the OgreNewt_Main project in debug mode, it will create that file.

open the OgreNewt solution, set debug mode, and choose "Build Solution", that will do it.

netoprojeto

17-10-2007 00:49:38

I did it =D

But now my progs request a OgreNewt_Main_d.dll but the one that i have is just a manifest ;p