Discussion:
LoadLibrary fails due to boost library
(too old to reply)
Frank
2014-12-18 15:47:33 UTC
Permalink
Dear people,

if I'm linking a library with

boost_regex-vc100-mt-1_48.lib

LoadLibrary fails. Without this linking,
everything is fine.

Could someone please enlighten me about the reason?

TIA!
Cholo Lennon
2014-12-30 20:06:23 UTC
Permalink
Post by Frank
Dear people,
if I'm linking a library with
boost_regex-vc100-mt-1_48.lib
LoadLibrary fails. Without this linking,
everything is fine.
Could someone please enlighten me about the reason?
TIA!
Try to profile your application with dependency walker (menu
Profile/Start profiling...) in order to get information about the failure.

http://www.dependencywalker.com/

Regards
--
Cholo Lennon
Bs.As.
ARG
Loading...