F
Francis Urquhart
I am trying to find the simplest possible way of writing a
GUI to run on top of a standard C++ library written in
VC++. I would like to avoid MFCs, COM, and if
possible .Net wrappers. The goal is just to be able to
demonstrate the capabilities of the library, rather than
create a finished product.
I have read things here and there about "managed code",
where you can write a GUI in C# to interface with
C++ "unmanaged" code. However, after searching through
pages and pages on MSDN, plus external sites, I remain
more confused than ever. If anyone could help answer the
following questions, or point me to some useful references
on the web or in print, I would greatly appreciate it.
1. Does managed/unmanaged code (using C# and VC++) allow
you to bypass MFCs and COM?
2. If so, is it still necessary to write some type of .Net
wrapper to instantiate the C++ objects?
3. Can this be done with the standard .Net 2003 versions
of C# and VC++, or does it require purchasing .Net
Professional?
Again, any feedback or references would be appreciated.
Thanks in advance.
GUI to run on top of a standard C++ library written in
VC++. I would like to avoid MFCs, COM, and if
possible .Net wrappers. The goal is just to be able to
demonstrate the capabilities of the library, rather than
create a finished product.
I have read things here and there about "managed code",
where you can write a GUI in C# to interface with
C++ "unmanaged" code. However, after searching through
pages and pages on MSDN, plus external sites, I remain
more confused than ever. If anyone could help answer the
following questions, or point me to some useful references
on the web or in print, I would greatly appreciate it.
1. Does managed/unmanaged code (using C# and VC++) allow
you to bypass MFCs and COM?
2. If so, is it still necessary to write some type of .Net
wrapper to instantiate the C++ objects?
3. Can this be done with the standard .Net 2003 versions
of C# and VC++, or does it require purchasing .Net
Professional?
Again, any feedback or references would be appreciated.
Thanks in advance.