STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | WS_POPUP //This is the line 18
CAPTION "Holas compoadres"
FONT 8, "MS Sans Serif"
BEGIN
LTEXT "asodi", IDC_STATIC, 10,5,96,28, SS_LEFT
LTEXT "Copyright \251 ...", IDC_STATIC, 10,35,80,8, SS_LEFT
PUSHBUTTON "OK", IDOK, 75,45,40,12, 0
END
but if i comment this line, i obtain other parse errors in the LTEXT, and PUSHBUTTON, i think is correct the sintaxis, and the resource compiler only work if i have only ICON 's, dou you know what is wrong???
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hey, i am trying make a dialog, but this is the problem
18 D:\..\Dev-C\win32api\PRUEBA1.RC
[Resource Error] parse error
inside of the rc i have this
IDD_DIALOG1 DIALOG MOVEABLE IMPURE LOADONCALL DISCARDABLE 10, 10, 153, 92
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | WS_POPUP //This is the line 18
CAPTION "Holas compoadres"
FONT 8, "MS Sans Serif"
BEGIN
LTEXT "asodi", IDC_STATIC, 10,5,96,28, SS_LEFT
LTEXT "Copyright \251 ...", IDC_STATIC, 10,35,80,8, SS_LEFT
PUSHBUTTON "OK", IDOK, 75,45,40,12, 0
END
but if i comment this line, i obtain other parse errors in the LTEXT, and PUSHBUTTON, i think is correct the sintaxis, and the resource compiler only work if i have only ICON 's, dou you know what is wrong???