How to resolve the warning: LNK4099: PDB 'vc120.pdb' was not found in C++

  • Thread starter Thread starter bhavya internship
  • Start date Start date
B

bhavya internship

Guest
Hi,

I am including the third party library libxmlrpc_util.lib with my C++ project. When compiling the project I am getting the below warning message:

libxmlrpc_util.lib(time.obj):-1: warning: LNK4099: PDB 'vc120.pdb' was not found with 'libxmlrpc_util.lib(time.obj)' or at 'C:\EMRAPP\Source\SourceManager\debug\vc120.pdb'; linking object as if no debug info

Could some one help me how to resolve this warning?

Continue reading...
 
Back
Top