12 Jul
2010
12 Jul
'10
4:02 p.m.
When I link the project to Boost.Python, the linker evidently requires boost-python-vc90-mt-1_43.lib. But when I run the executable it loads boost-python-vc90-mt-1_43.dll.
Sorry if this is a stupid question, but why does the linker require the .lib file, when the runtime uses a dll?
It's just an import lib. Static libs begin with "libboost-".