Linking a static library to a dynamic libraryI was building this on windows platform using C++ Express Edition 2008.
Linking a static library to a dynamic libraryGot it. You cannot import anything into a library, you can only export. In the file [b]dynamicLi...
Linking a static library to a dynamic libraryerror LNK2019: unresolved external symbol __imp__staticLibFunc referenced in function _dynamicLibFun...
Linking a static library to a dynamic libraryExactly, The linker finds the static library, but cannot import the the symbols exported from it ...
Linking a static library to a dynamic libraryHi, I'm working on a pet project which dynamically loads several dlls. One of the dll in turn has...
This user does not accept Private Messages