Page 1 of 1

Few warnings with CEGUI and ThirdParty-libs

Posted: Sun Jul 19, 2009 15:55
by Tooa
Hello,

first i want to thank CEGUI developing Team for this great Work! Now i try to explain my problems. I´ve got few warnings while compiling my project.
CEGUIBase_Static_d.lib(CEGUIBaseFactories.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with
DirectX9GUIRenderer_Static_d.lib(d3d9renderer.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with
CEGUIFalagardWRBase_Static_d.lib(FalButton.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with
CEGUITinyXMLParser_Static_d.lib(tinystr.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with
freetype_d.lib(ftsystem.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with
pcre_d.lib(pcre_chartables.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with


I think this warning is because the various libary built-types. Got someone the same warnings? Maybe anyone can upload me the libary´s with the same built-typ or is it another Problem? Need help (got this warning 217 times xD )

Have a nice day Toa..

Re: Few warnings with CEGUI and ThirdParty-libs

Posted: Mon Jul 20, 2009 08:42
by CrazyEddie
These warnings basically arise because we do not distribute the debug databases with the binary packages (mainly for size reasons). If you want to eliminate most of them, you could build just CEGUI yourself, this way you'll have the debug database files. The only way to eliminate them entirely is to rebuild all the debug binaries -including the dependencies.

HTH

CE.

Re: Few warnings with CEGUI and ThirdParty-libs

Posted: Mon Jul 20, 2009 13:21
by Tooa
Thanks4Help! Now the linking works perfect =)

gretz Toa