wrapper for API

  • Thread starter Thread starter cody
  • Start date Start date
C

cody

I'd like to write a wrapper for a C++ API, so that I can use this in my
..NET application, can anyone point me in the right direction for
information on how to do this?
 
Hello (e-mail address removed),

What are u goint to wrap?
You can use P/Invoke to call your API functions. See there for more details
http://samples.gotdotnet.com/quickstart/howto/doc/Interop/Interop_Overview.aspx
I'd like to write a wrapper for a C++ API, so that I can use this in
my .NET application, can anyone point me in the right direction for
information on how to do this?
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
Back
Top