3 Aug
2005
3 Aug
'05
6:08 p.m.
No, it does not.
The library that you are referring to is the import library. I am using that
already. My point is, it seems to need the import library AND the static
library (during linking). That does not make sense. Please see my first
message for the details.
"Christian Henning"
You usually don't need to specify the boost lib, that is done automatically depending on your project settings.
For dynamic linking you also need to have a .lib file. But this time the .lib file only contains functions declaration, but no implementation. Those are in the DLL.
Does that help?
Greets, Christian