SFML community forums

Help => Graphics => Topic started by: Pwndja on September 17, 2007, 12:46:30 am

Title: warning LNK4099: PDB 'vc80.pdb' was not found with
Post by: Pwndja on September 17, 2007, 12:46:30 am
Hey has anyone gotten this warning?
If so how have you fixed it so that it wont show up?
Title: warning LNK4099: PDB 'vc80.pdb' was not found with
Post by: Merkoth on September 17, 2007, 02:21:26 am
According to this link (http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=367316&SiteID=1), it might be related with parameters used to compile SFML itself. If you can compile your own libs from the sources, setting "Compatibility Mode" (/Z) on should solve the problem. But doing a google search give a lot of results, seems to be a common problem, but most post on forums don't give a clear fix :S
Title: warning LNK4099: PDB 'vc80.pdb' was not found with
Post by: Laurent on September 17, 2007, 09:01:50 am
Let me know if /Z fixes this warning ; if so I'll change it in the SFML projects properties.