G
Guest
Hi,
I just created a solution that is based on unmanaged C++ code. Now, the .net
framework consists of some cool functions and classes - there is especially
one namespace I'd like to use.
That's why I'm currently trying to figure out what's the best way to use
this managed code snippet.
Is it possible to create a managed Dll (in any language, C#,VB,C.net) and
call this out of my unmanged C++ code?
If not, is it possible to create an old-style C++ dll (for calling
convention) and to insert some managed code (just like building a 'hybrid')?
Thanks for any help
Peter
I just created a solution that is based on unmanaged C++ code. Now, the .net
framework consists of some cool functions and classes - there is especially
one namespace I'd like to use.
That's why I'm currently trying to figure out what's the best way to use
this managed code snippet.
Is it possible to create a managed Dll (in any language, C#,VB,C.net) and
call this out of my unmanged C++ code?
If not, is it possible to create an old-style C++ dll (for calling
convention) and to insert some managed code (just like building a 'hybrid')?
Thanks for any help
Peter