1
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
2
General / Warnings in debug mode
« on: September 28, 2007, 06:15:03 pm »
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!
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!
Pages: [1]