VS2005 Build Warning “libbmt.pdb was not found”

Build Error in Visual Studio 2005:

LIBCMT.lib(gshandler.obj) : warning LNK4099: PDB 'libbmt.pdb' was not found with
 'C:\Program Files\Microsoft Visual Studio 8\VC\ce\lib\ARMV4I\LIBCMT.lib' or at
'c:\Source\AIMS Ticketer 4\Release\libbmt.pdb'; linking object as if no debug info

libbmt.pdb not found

To remove the warning: open the project properties and under Code Generation > Buffer Security Check Change the value to Off/No

Leave a Reply