On Sun, Jan 3, 2010 at 2:26 PM, Alexander Neundorf <[email protected]> wrote: > Isn't there some "binutil" which can tell what kind of library some .lib is ? > Or maybe every dll (and that way the accompanying lib) has some functions > which only dlls have ? > Or maybe they references some special functions which maybe could be checked > with something like nm ?
If I recall correctly we discussed this a long time ago and there were some dll specific symbols present in the accompanying import library that weren't there in the static library. -- Philip Lowman _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
