Results 1 to 2 of 2

Thread: Re: Quetion regarding MFC

  1. #1

    Thread Starter
    Fanatic Member kaihirst's Avatar
    Join Date
    Jul 2005
    Location
    The Resaurant At the End of The Universe
    Posts
    633

    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


  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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#.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width