Author Topic: What does it take to compile a ^%$ MFC app?  (Read 25225 times)

Muffin

  • Guest
Re: What does it take to compile a ^%$ MFC app?
« Reply #15 on: November 05, 2005, 09:00:50 pm »
When 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".

sethjackson

  • Guest
Re: What does it take to compile a ^%$ MFC app?
« Reply #16 on: November 05, 2005, 10:19:33 pm »