Hi all!. I'm trying to compile an example of SFML in debug mode, but I get this warnings:
sfml-system-d.lib(Platform.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'C:\Leandro\Programacion\SFML-1.1\lib\vc2005\static\sfml-system-d.lib' or at 'c:\documents and settings\leandro\mis documentos\visual studio 2005\projects\test_sfml\debug\vc80.pdb'; linking object as if no debug info
sfml-system-d.lib(Clock.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'C:\Leandro\Programacion\SFML-1.1\lib\vc2005\static\sfml-system-d.lib' or at 'c:\documents and settings\leandro\mis documentos\visual studio 2005\projects\test_sfml\debug\vc80.pdb'; linking object as if no debug info
sfml-system-d.lib(Sleep.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'C:\Leandro\Programacion\SFML-1.1\lib\vc2005\static\sfml-system-d.lib' or at 'c:\documents and settings\leandro\mis documentos\visual studio 2005\projects\test_sfml\debug\vc80.pdb'; linking object as if no debug info
The example works fine, but I don't like those warnings.
In Linker-Input-Additional dependencies I have this: sfml-system-d.lib.
Thanks in advance!