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
__
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
also i tried both methods , and they don't seem to work under gtwvt.
Przemyslaw Czerpak-2 wrote:
>
> On Fri, 26 Sep 2008, Abeb wrote:
>> The trick is to trap the keypress of numlock ( or other control key)
>
> And your received correct answer.
>
> Sample code below. It uses two different meth
But the chalange is to trap any time the user presses the numlock, and put it
back on.
Przemyslaw Czerpak-2 wrote:
>
> On Fri, 26 Sep 2008, Abeb wrote:
>> The trick is to trap the keypress of numlock ( or other control key)
>
> And your received correct answer.
>
> Sample code below. It uses