News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

What does it take to compile a ^%$ MFC app?

Started by Crazy_Eddie, May 27, 2005, 10:00:04 PM

Previous topic - Next topic

Muffin

Quote from: batagy on June 24, 2005, 10:40:22 PMWhen I put winresrc.h or windows.h instead of afxres.h in the gammu.rc file, the following occurs:

Try changing #include "afxres.h" to #include "mfc/afxres.h". This is where the windows file search locates "afxres.h".