FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Trying to compile samples\alaska.prg
Posts: 142
Joined: Sun Oct 09, 2005 10:59 AM
Trying to compile samples\alaska.prg
Posted: Thu Jun 29, 2006 09:04 AM

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

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Trying to compile samples\alaska.prg
Posted: Thu Jun 29, 2006 09:25 AM

Frank,

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

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion