Re: OT? C# integration into MFC C++
- From: "David Ching" <dc@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 31 Jul 2007 11:20:01 -0700
"Ron H." <rnh@xxxxxxx> wrote in message
news:46af4698$0$4813$8d2e0cab@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Sorry if this is off topic but I need some advise::
I write C++ code using MFC. I purchased a 3rd party library of graphics
utilities that has a C# interface. I believe that one of the selling
points of Studio.net was that because of the common language layer, it was
"easy" to use modules developed in the different languages.
Can someone point me to an on-line tutorial that might help me get my arms
around using these C# calls from C++?
Thanks as usual!
Ron H.
Ron, if you go into your project settings and specify the /clr switch, then
you can use the C# library without further fuss. I highly recommend
"C++/CLI in Action":
http://www.amazon.com/C-CLI-Action-Nishant-Sivakumar/dp/1932394818
-- David
.
- References:
- OT? C# integration into MFC C++
- From: Ron H.
- OT? C# integration into MFC C++
- Prev by Date: Re: VS2005 Error List
- Next by Date: Re: Dialog Application Error, Pocket PC
- Previous by thread: Re: OT? C# integration into MFC C++
- Next by thread: error C2371: 'WCHAR' : redefinition; different basic types
- Index(es):
Relevant Pages
|