CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: A question !

  1. #1
    Join Date
    Jun 2006
    Posts
    5

    Smile A question !

    Hi .

    Many years ago , I worte a program with a huge code in c++/win32
    and i want use a func,class,struct,... in my new Application(In MFC 8) . ?
    can i do that ?
    and how to , i am beginner in MFC .

    ThnX a LoT .

  2. #2
    Join Date
    Jun 2002
    Posts
    1,417

    Re: A question !

    Yes, certainly you can do it. MFC is nothing more nor less than c++ classes. If you have the huge function in a library then just do normal C/C++ programming to access it. Nothing at all MFC-special techniques.

  3. #3
    Join Date
    Oct 2005
    Location
    Bangalore
    Posts
    1,051

    Re: A question !

    Add the source and the .h files to the project, and then It should be just the regular function calls, object access techineques etc.
    - Sreehari
    "Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us."
    " Everybody is sent to Earth on a purpose. I am so Lagging behind that i won't die." – Calvin

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

Featured