cant compile OgreNewt

rekotc

06-07-2010 12:10:42

im trying to compile the latest version of OgreNewt, if i compile using the release mode no problems, but if i try with the debug mode...i get this error during the linking process:

LINK : fatal error LNK1104: cannot open file 'uiAccess='false' /DEBUG /PDB:./lib/OgreNewt_d.pdb /DYNAMICBASE:NO /IMPLIB:.\lib\OgreNewt_d.lib

i guess the linker cant find the OgreNewt_d.pdb ...but i have this file!...exactly in ./lib/OgreNewt_d.pdb....any idea?

SFCBias

06-07-2010 15:53:21

Yes I've had this problem before using visual studio. It usually goes away if you just delete the .pdb file and let the compiler create a new one. But i always keep a back up just in case ;)

rekotc

06-07-2010 17:20:37

ok! solved thanks! :)