From: Andi J. <ha...@cb...> - 2004-04-22 03:24:23
|
Rodrigo, I think uiHolders has to be replaced by ulHolders in window.c and control.c because both Harbour and xHarbour now use ulHolders by default. uiHolders is no more. Andi On Wed, 21 Apr 2004 11:01:51 -0300 "Rodrigo Moreno" <rod...@te...> wrote: > Hi all > > I Get this errors found in control.c: > > Error E2451 source\control.c 577: Undefined symbol 'ulHolders' in function > HB_FUN_TREEADDNODE > Error E2451 source\control.c 648: Undefined symbol 'ulHolders' in function > HB_FUN_TREEGETSELECTED > Error E2451 source\control.c 739: Undefined symbol 'ulHolders' in function > HB_FUN_TREE_GETNOTIFY > Error E2451 source\control.c 795: Undefined symbol 'ulHolders' in function > HB_FUN_TREE_HITTEST > *** 4 errors in Compile *** > > Because there is a setting in bld.bat: > SET cflags=%cflags% -DXHBCVS > > My suggestion is remove this declaration, and if someone need this, please > use your own bld.bat, please do not change the standard bld.bat. > > Regards > Rodrigo Moreno |