Thread: MFC question

  1. #1
    Registered User asbo60's Avatar
    Join Date
    Jan 2006
    Posts
    38

    MFC question

    my compiler(Dev C++) didnt come with any afx headers and now my compiler comes up with tons of errors just cause i dont have any header files ive looked up some but theres so many and i think i am doing somthing wrong so if some one could help me find a site where i could download them all at once or somthing to fix the problem it would be very helpfull

  2. #2
    Registered User
    Join Date
    Dec 2005
    Posts
    50
    do this...

    Code:
    //#include "afxres.h"
    . seriously try to comment out all those with afx headers first... and if when error still occurs then it needs, well in a vague sense to be run on a Microsoft compiler...

  3. #3
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    Problem with Dev like what 3v3r said is that it does not fully support most headers like MSVC++ does. Larger more complex programs in the industry are created on Microsoft Compilers or Borland. Not too sure wether Dev is used or not...

  4. #4
    Registered User
    Join Date
    Dec 2003
    Posts
    50
    Quote Originally Posted by asbo60
    my compiler(Dev C++) didnt come with any afx headers and now my compiler comes up with tons of errors just cause i dont have any header files
    Hi,

    I've been using Dev-C++ for several years now. AFAIK Dev-C++ does not come with the MFC header files and libraries. However, Dev-C++ does have the necessary header files and libraries for Win32 development using the C API.

    If you want to do C++ development with Dev-C++, a good C++ framework is wxWidgets.

    Best Regards,
    Yeoh
    --

  5. #5
    Registered User asbo60's Avatar
    Join Date
    Jan 2006
    Posts
    38
    got it thanks for the help

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. MFC check box question
    By MyglyMP2 in forum Windows Programming
    Replies: 2
    Last Post: 03-09-2009, 05:47 PM
  2. MFC simple question
    By dole.doug in forum Windows Programming
    Replies: 5
    Last Post: 09-26-2008, 06:11 AM
  3. Window Resize question (MFC)
    By IfYouSaySo in forum Windows Programming
    Replies: 2
    Last Post: 11-16-2005, 12:34 PM
  4. MFC UI question
    By naruto in forum Windows Programming
    Replies: 1
    Last Post: 04-21-2005, 10:10 PM
  5. MFC Dialog App Screen Refresh Question
    By Scotth10 in forum Windows Programming
    Replies: 2
    Last Post: 10-18-2002, 02:07 PM