H
hector santos
Guest
I'll keep it short. I have Visual Studio-like IDE with a window with a tree view. I've converting it to 64bit. I am having s fault with the TVSORTCB within the callback function:
typedef int (CALLBACK *PFNTVCOMPARE)(LPARAM lParam1, LPARAM lParam2, LPARAM lParamSort);
Not sure why its faulting under 64 bits and I've exhausting what to look for.
Tips in what to look for a CTreeview window with sorting of children when loading it.
Hector Santos, CTO Santronics Software, Inc. Santronics Software, Inc.
Continue reading...
typedef int (CALLBACK *PFNTVCOMPARE)(LPARAM lParam1, LPARAM lParam2, LPARAM lParamSort);
Not sure why its faulting under 64 bits and I've exhausting what to look for.
Tips in what to look for a CTreeview window with sorting of children when loading it.
Hector Santos, CTO Santronics Software, Inc. Santronics Software, Inc.
Continue reading...