I tried to compile the sample program testtre2.prg and get the error
Unresolved external symbol '_TreeView_SetItemState referenced from Fivehcm.lib(TREEVIEW.obj)'
I am using FWH 10.7 + xhb.com builder nov. 2009
I tried to compile the sample program testtre2.prg and get the error
Unresolved external symbol '_TreeView_SetItemState referenced from Fivehcm.lib(TREEVIEW.obj)'
I am using FWH 10.7 + xhb.com builder nov. 2009
#pragma BEGINDUMP
BOOL TreeView_SetItemState( void * p, BOOL bState ) {
 return TRUE;
}
#pragma ENDDUMPI have the same error when compile with FWH 11.06 + xHarbour.org 1.21.9376 + MSVC2008.
Antonio, with the lib uptaded:
Fivehcm.lib(TREEVIEW.obj) : error LNK2019: riferimento al simbolo esterno _TreeView_SetCheckState non risolto nella funzione _HB_FUN_TVSETCHECK
Fivehcm.lib(TREEVIEW.obj) : error LNK2019: riferimento al simbolo esterno _TreeView_GetCheckState non risolto nella funzione _HB_FUN_TVGETCHECK
("riferimento al simbolo esterno" is the italian translate of "Unresolved external symbol")
If I include in my app the treeview.c in FWH\Source\WinAPi i get no errors, seems we have different CommCtrl.h.
Antonio,
now it's ok, thank you.