Calling Unmanaged Code

  • Thread starter Thread starter Roth Fouty
  • Start date Start date
R

Roth Fouty

We have a ton of code already written in C++ and the code
is compiled into dynamically linked dll's. What is the
easiest way to call this code, or is it even possible to
call the code. We do export serveral classes from those
dll's right now. Any direction on this would be
appreciated.

Thanks
 
We have a ton of code already written in C++ and the code
is compiled into dynamically linked dll's. What is the
easiest way to call this code, or is it even possible to
call the code. We do export serveral classes from those
dll's right now. Any direction on this would be
appreciated.

Thanks

Look up "interop services" in the help system, or look up "DLLImport."
 

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.

Ask a Question

Back
Top