[HELP] OgreNewt 2.07 Compile Problem

no2zero

28-08-2009 04:35:07

http://www.ogre3d.org/wiki/index.php/Ne ... namics_2.0

I have referenced this site .

i work to NewtonSDK 2.07 Setup and OgreNewt 2.07 SVN DownLoad !!

I am using CMAKE VC9 version was converted. and compile Successed !!

and dll file looks, but I did not see the lib file.

somebody help !! T.T

ps. sorry, my English is insufficient. Thank you !

kallaspriit

28-08-2009 14:58:12

Check out Visual Studio settings, perhaps it does't make it create the lib.

deadvirus

28-08-2009 19:06:07

If it generated the .dll it should generate the .lib too...
You can try this: http://rapidshare.com/files/272685180/lib.7z.html
It is compiled for Visual Studio 2008, in Windows Vista 32bits.

kallaspriit

29-08-2009 07:59:33

Not necessarily, check VS project Properties -> Linker -> Advanced -> Import Library. That should be set to something like "lib\OgreNewt.lib".

no2zero

31-08-2009 05:55:52

i was checked VS Setting .

Properties -> Linker -> Advanced -> Import Library.

my setting is like this - > C:\temp\Debug\OgreNewt.lib

this setting is Cmake Build and automatically set up as.

anyway .. Thank you for answering my questions.