|I have a program in C# that needs to access a couple of C++ dlls and libs.
|
| Can this be done?
|
| Thanks,
|
| Tom
|
|
You can only call functions exported by DLL's, C# (and all other .NET
languages) cannot bind to libs.
Note also that with "exports" I mean C style exported functions. Search the
docs for PInvoke interop for more details.
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.