fatal error RC1050: Cannot open include file 'afxres.h'.The solution? Replace your:
#include "afxres.h"from your .rc file with the following:
#include <windows.h> #define IDC_STATIC -1
We're full of IT!
fatal error RC1050: Cannot open include file 'afxres.h'.The solution? Replace your:
#include "afxres.h"from your .rc file with the following:
#include <windows.h> #define IDC_STATIC -1
No comments:
Post a Comment