Linking object as if no debug info

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Linking object as if no debug info

simone pilozzi
Hi Users,
I am receiving a list of linking warnings from a project compilation that make uses of a few QuantLib classes (mainly related to bond and swap calculations). The project finally compiles but with warnings like these:

QuantLib-vc100-mt-gd.lib(averagebmacoupon.obj) : warning LNK4099: PDB 'vc100.pdb' was not found with 'QuantLib-vc100-mt-gd.lib(averagebmacoupon.obj)' or at 'V:\PMS\Debug\vc100.pdb'; linking object as if no debug info
QuantLib-vc100-mt-gd.lib(termstructure.obj) : warning LNK4099: PDB 'vc100.pdb' was not found with 'QuantLib-vc100-mt-gd.lib(termstructure.obj)' or at 'V:\PMS\Debug\vc100.pdb'; linking object as if no debug info

The target application is an xll files(via XLW). I am including already the auto_link. I would like to clear the warnings.
Any suggestion?
Thanks in advance!


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
xnb
Reply | Threaded
Open this post in threaded view
|

Re: Linking object as if no debug info

xnb
I also received a lot of warning LNK4099 when using XLW to build QuantLib application
for example:
xlw-vc100-mt-5_0_0f0.lib(XlOpenClose.obj) : warning LNK4099: PDB 'vc100.pdb' was not found with 'xlw-vc100-mt-5_0_0f0.lib(XlOpenClose.obj)'