The issue:
Always get fatal error RC1004: unexpected end of file found while building. The Sample file as below
[resource.h]
#define IDI_MYICON 101#define ID_FILE_EXIT 401
[test.rc]
#include "resource.h"#include <tchar.h>IDI_MYICON ICON _T("money.ico")/// MenusIDR_MYMENU MENUBEGIN...
[More]
Tags: c++, fatal error rc1004: unexpected end of file found, resource.h