On 11/16/2010 7:19 PM, David Doria wrote:
Hm, it works correctly in Linux, but I still get a bunch of

error LNK2019: unresolved external symbol


What symbols?

Try running dumpbin /symbols OSC.lib. Also use VS IDE to make sure the library is listed.

Everything look ok? Any thoughts?
Looks OK, but there is not enough information to debug this, could be many different issues at this point....

Does the code build on Win32 without CMake?
What symbols are undefined?
Where should they be defined?
What symbols are in the .lib that is created?

etc, etc...



-Bill
_______________________________________________
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

Reply via email to