|
-
Sep 29th, 2005, 10:07 AM
#1
Thread Starter
Fanatic Member
Re: Quetion regarding MFC
Hi,
how does the MFC class library for visual C++ 6.0 relate to teh MFC for C#, and can you integrate the two sucessfully, or are there problems or drawbacks.
opinions neeed on this one as I am thinking integrating the two in Visaul Studio.
ta
kai
As the information I give is useful in its nature, consider using the RATE POST feature located on the bottom left of this post please..
A few things that make a good Developer a Great One.
Methodical and a thorough approach to research and design inevitably leads to success.
Forward thinking is the key to Flow of control.
Never test in the design environment, always test in real time, you get the REAL results.
CBSE & OOSE are the same animal, they just require different techniques, and thinking.
SEO is a globe of objectives, SE rankings is an end to a means for these objectives, not part of them.
The key to good design is explicit attention to both detail and response.
Think Freely out of the "Box" you're in..... You will soar to better heights.
Kai Hirst - MSCE, MCDBA, MCSD, MCP, MCAP, MSCT
-
Sep 29th, 2005, 06:28 PM
#2
Re: Quetion regarding MFC
Perhaps I've missed something somewhere but I don't think there is any relationship between MFC and C#. MFC is the standard class library for unmanaged C++, while the .NET Framework is the standard class library for all .NET languages, including C#. If you want to use code written in unmanaged C++ in a C# application then you need to either compile your C++ to a COM library which you can reference from your C# project or expose public methods in your C++ and use platform invoke from your C#.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|