Trying to compile samples\alaska.prg

Post Reply
Frank Demont
Posts: 142
Joined: Sun Oct 09, 2005 10:59 am

Trying to compile samples\alaska.prg

Post by Frank Demont »

Got as errors :

xRC: alaska.rc(16): error: Invalid syntax.
xRC: alaska.rc(16): error: Invalid syntax.
xRC: alaska.rc(16): error: Invalid syntax.
xRC: alaska.rc(16): error: Invalid syntax.
xRC: alaska.rc(16): error: Invalid syntax.
xRC: alaska.rc(16): error: Invalid syntax.
xRC: alaska.rc(16): error: Invalid syntax.
xRC: alaska.rc(16): error: Invalid syntax.

Line 16 :
LISTBOX 115, 6, 5, 162, 67, LBS_STANDARD

Warnings :

xRC: B:\MCLS\Xhb\c_include\win\winuser.h(1008): warning: Macro redefinition of 'WS_OVERLAPPEDWINDOW'.
xRC: B:\MCLS\Xhb\c_include\win\winuser.h(1009): warning: Macro redefinition of 'WS_POPUPWINDOW'.
xRC: B:\MCLS\Xhb\c_include\win\winuser.h(1010): warning: Macro redefinition of 'WS_CHILDWINDOW'.
xRC: B:\MCLS\Xhb\c_include\win\winuser.h(1032): warning: Macro redefinition of 'WS_EX_OVERLAPPEDWINDOW'.
xRC: B:\MCLS\Xhb\c_include\win\winuser.h(1033): warning: Macro redefinition of 'WS_EX_PALETTEWINDOW'.
xRC: B:\MCLS\Xhb\c_include\win\winuser.h(2250): warning: Macro redefinition of 'DS_SHELLFONT'.
xRC: B:\MCLS\Xhb\c_include\win\winuser.h(2346): warning: Macro redefinition of 'LBS_STANDARD'.
xRC: B:\MCLS\Xhb\c_include\win\commctrl.h(269): warning: Macro redefinition of 'CCS_LEFT'.
xRC: B:\MCLS\Xhb\c_include\win\commctrl.h(270): warning: Macro redefinition of 'CCS_RIGHT'.
xRC: B:\MCLS\Xhb\c_include\win\commctrl.h(271): warning: Macro redefinition of 'CCS_NOMOVEX'.
xRC: B:\MCLS\Xhb\c_include\win\commctrl.h(791): warning: Macro redefinition of 'TBSTYLE_CHECKGROUP'.

Deleting line 16 doesn't solve the problem , the exe file doesn't start

What is the problem ?

Frank
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Frank,

It looks as a xRC problem with that line. You may contact xRC developers.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply