Thread: what do I have to include for mfc app

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    7

    what do I have to include for mfc app

    Hi,
    I was just wondering, what files do I have to include with a program that uses mfc(besides my program files.)
    TIA

  2. #2
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    Don't know about that, I usually use the wizard to create the framework. I'm using VC++.

  3. #3
    Unregistered
    Guest

    Reply to myself

    After a bit of google searching, I figured out that I should check out the depends in the MSVC tools folder. Now it just seems easier to rewrite the program without MFC.
    I probably would have had an easier time if I could search for MFC in the search board.
    Is there away around not being able to search for words smaller than 4 characters.
    Thanks

  4. #4
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    You could also consult the MSDN library online:

    http://msdn.microsoft.com

  5. #5
    >>Is there away around not being able to search for words smaller than 4 characters

    you can use mfc* in your search field

    http://www.cprogramming.com/cboard/s...der=descending

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to use this part of dirent.h
    By kermit in forum Linux Programming
    Replies: 2
    Last Post: 01-31-2009, 08:51 AM
  2. Problem while constructing IP packet and sending using socket() system call
    By cavestine in forum Networking/Device Communication
    Replies: 10
    Last Post: 10-15-2007, 05:49 AM
  3. does not name a type ERROR
    By DarrenY in forum C++ Programming
    Replies: 3
    Last Post: 10-13-2007, 04:54 AM
  4. process programming
    By St0rM-MaN in forum Linux Programming
    Replies: 2
    Last Post: 09-15-2007, 07:53 AM
  5. Instant messenger app help
    By AusTex in forum C Programming
    Replies: 2
    Last Post: 05-01-2005, 12:41 AM