I know it is possible to interface c# with a dynamically linked library but what about a statically linked library? Is it possible to build an interface to a .lib file? Thanks. -- Bud
Thanks. Any reason I couldn't use unmanaged c++ to wrap the lib and create a dll? I only have vc++ 6.0 available
----- Jochen Kalmbach wrote: ----
=?Utf-8?B?QnVk?= wrote
I know it is possible to interface c# with a dynamically linke
library but what about a statically linked library? Is it possible t
build an interface to a .lib file? Thanks. -- Bud
You can, but you will have to use PInvoke to call the exported function's in
you dll.
Willy.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.