Am incercat sa creez o aplicatie in resurce editor in MinGW Developer studio dar nu imi dau seama de eroare pentru ca spune ceva de o eroare de sintaxa inaintea constantei numerice.
#define IDD_DLG1 1000 #define IDC_RBN1 1001 #define IDC_PGB1 1002 #define IDC_CHK1 1003 #define IDC_IPA1 1004 IDD_DLG1 DIALOGEX 6,6,233,169 CAPTION "IDD_DLG" FONT 8,"MS Sans Serif" STYLE 0x10CF0000 EXSTYLE 0x00000000 BEGIN CONTROL "Click this",IDC_RBN1,"Button",0x50010009,14,14,120,24,0x00000000 CONTROL "",IDC_PGB1,"msctls_progress32",0x56000000,18,60,132,26,0x00000000 CONTROL "Check this too",IDC_CHK1,"Button",0x50010003,16,116,138,26,0x00000000 CONTROL "",IDC_IPA1,"SysIPAddress32",0x50010000,144,3,88,19,0x00000000 END
Cine ma poate ajuta?
Am gasit problema. O variabila nu era definita corect in a 4-a macroinstructiune.