> Also use VS IDE to make sure the library is listed.

The library is indeed listed in "Additional Dependencies" of the
linker for the executable target.

> What symbols? Try running dumpbin /symbols OSC.lib.

I figured it out - I had to link to "winmm" to get the symbol:

symbol __imp__timeGetTime

and "Ws2_32" to get several symbols like:

symbol __imp__ht...@4

I have never developed in Windows - I didn't know I needed to link to
additional libraries sometimes. Now I know.

Thanks for all of the pointers!

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