Re: [Harbour] Still having errors building libs for Wince - Evc4

2008-09-29 Thread Szakáts Viktor
Hi Jose, JLC>Instead of this: JLC>> SET C_USR= -DHARBOUR_MAIN_WIN JLC>use this (if you really need it): JLC>SET C_USR=-DHB_MAIN_WIN Thanks for the info and suggestions. JLC> JLC>As for the error, probably MT mode is not properly disabled. JLC> Do I need to do something more ? It would be g

RE: [Harbour] Still having errors building libs for Wince - Evc4

2008-09-29 Thread José Luis Capel
Viktor, Thanks for your answer. JLC>These are not needed: JLC>> SET HB_ARCHITECTURE=w32 JLC>> SET HB_GT_DEFAULT=gui JLC> JLC>Instead of this: JLC>> SET C_USR= -DHARBOUR_MAIN_WIN JLC>use this (if you really need it): JLC>SET C_USR=-DHB_MAIN_WIN Thanks for the info and suggestions. JLC> JLC>As f

Re: [Harbour] Still having errors building libs for Wince - Evc4

2008-09-28 Thread Szakáts Viktor
Hi Jose, These are not needed: SET HB_ARCHITECTURE=w32 SET HB_GT_DEFAULT=gui Instead of this: SET C_USR= -DHARBOUR_MAIN_WIN use this (if you really need it): SET C_USR=-DHB_MAIN_WIN As for the error, probably MT mode is not properly disabled. Brgds, Viktor __

[Harbour] Still having errors building libs for Wince - Evc4

2008-09-28 Thread José Luis Capel -
Hi, After last svn (9512) I'm still having this error: source\rtl\gtclip.c(69) : error C2078: too many initializers I'm using these sets: SET HBPP=P:\programacion\harbour\hbpp.exe SET HB_BUILD_WINCE=yes SET HB_CC_NAME=vcce SET HB_ARCHITECTURE=w32 SET HB_GT_LIB=gtgui SET HB_GT_DEFAULT=gui SET