The dll is not enough.
You need the *.lib file which holds the symbol information.
If you don't have, you could use GetProcAdresss() with the function signatures you have in your header. (under windows).
http://msdn.microsoft.com/en-us/libr...=vs.85%29.aspx
Bookmarks