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
qemu -usb -vnc 127.0.0.1:0 -hda winxp.img -m 512 -localtime -net user -net nic,model=rtl8139 -cdrom //./d: