dreamstreat / libkml

Automatically exported from code.google.com/p/libkml
Other
0 stars 0 forks source link

Getting warning as warning LNK4099: PDB 'vc90.pdb' was not found with 'libkmlminizip.lib(ioapi.obj)' or at 'D:\Mailer Files\sc_mail_usr\bin\win32-msvc2005\debug\vc90.pdb'; linking object as if no debug info #192

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open the solution in VS2013 but it was developed in VS2005.
2. Build kml libraries from the latest source code libkml1.2.0.
3. It produced only libkmlbase, libkmldom and libkmlengine but i need 
libkmlminizip.lib , libkmlzlib.lib ,libkmluriparser.lib and these should be 
compatible to VS2013.

What is the expected output? What do you see instead?

I am expecting no build errors and application has to run. Instead i am getting 
warning as  warning LNK4099: PDB 'vc90.pdb' was not found with 
'libkmlminizip.lib(ioapi.obj)' or at 'D:\Mailer 
Files\sc_mail_usr\bin\win32-msvc2005\debug\vc90.pdb'; linking object as if no 
debug info

What version of the product are you using? On what operating system?

I am using VS2013 and windows 8.

Did you run the unit test suite that comes with the project? Did all tests pass?
I am not sure how and where to run these tests.

Please provide any additional information below.

Original issue reported on code.google.com by kalakodu...@gmail.com on 10 Apr 2015 at 8:30