[.net] Managed wrapper

Started by
3 comments, last by RenderTarget 18 years ago
Ok you know how Managed DirectX is a managed wrapper around native DX. What if I wanted to do kind of the same thing with a library written in C++ so that I can use the library easily in my .NET projects? I really don't know what the process is called, and thus can't look for other resources, so I apologize that I didn't do my homework. Thanks for any info. -AJ
V/R,-AJThere are 10 kinds of people in the world: Those who understand binary and those who don't...
Advertisement
Here's the first google result I got from searching +managed +wrapper:
Head-Spinning Continued: The Managed Wrapper.
Thanks. Although that article explained the concept and not a whole lot of example code, I do now know where to look to find what I need. Thanks very much.

-AJ
V/R,-AJThere are 10 kinds of people in the world: Those who understand binary and those who don't...
You're quite welcome.
Look up P/Invoke (if the library is a dll) and Language Interop in general.
[sub]My spoon is too big.[/sub]

This topic is closed to new replies.

Advertisement