A question about lib files.
-
Dear all I add one library file (atapid.lib)to my project and compile it. but I get following error atapid.lib(tapireq.obj) : fatal error LNK1202: "D:\...\Debug\vc60.pdb" is missing debugging information for referencing module Error executing link.exe. How can I overcome to this problem. Regards Monhi
-
Dear all I add one library file (atapid.lib)to my project and compile it. but I get following error atapid.lib(tapireq.obj) : fatal error LNK1202: "D:\...\Debug\vc60.pdb" is missing debugging information for referencing module Error executing link.exe. How can I overcome to this problem. Regards Monhi
Try rebuilding the entire application. i.e. Make a Full Recompile. vc60.pdb is the 'Program Database' file and will be recreated when you will compile the app.