|
From: vatzct <va...@po...> - 2011-09-20 05:40:47
|
19.09.2011 17:34, Basso, Luis Fernando ???????(??): > 2011-09-18 11:55 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> > * source/htree.prg > * CLASS HTreeNode > + METHOD GetLevel( h ) > return level of node > * CLASS HTree > + METHOD SearchString( cText, iNivel, oNode, inodo ) > search text in tree and return node > + METHOD Selecteds( oItem, aSels ) > return selecteds in checkmark > * PROCEDURE MarkCheckTree > ! fixed recursive state > Luis Fernando Basso > lf...@vi... > Thanks, now all build ok, but with some warning ../../../../source/theme.c: In function 'HB_FUN_HWG_SETWINDOWTHEME': ../../../../source/theme.c:2012:4: warning: missing initializer ../../../../source/theme.c:2012:4: warning: (near initialization for 'ovi.dwMajorVersion') ../../../../source/theme.c:2015:7: warning: suggest explicit braces to avoid ambiguous 'else' ../../../../source/theme.c: In function 'HB_FUN_HWG_GETWINDOWTHEME': ../../../../source/theme.c:2026:4: warning: missing initializer ../../../../source/theme.c:2026:4: warning: (near initialization for 'ovi.dwMajorVersion') ../../../../source/window.c: In function 'HB_FUN_ANSITOUNICODE': ../../../../source/window.c:1431:4: warning: passing argument 2 of 'hb_retstrlen' from incompatible pointer type c:/dev/harbour/include/hbapistr.h:114:23: note: expected 'const char *' but argument is of type 'LPCWSTR' Regards, Alexey Myronenko |