-
Thanks. Downloaded :¬)
2009-09-30 20:26:31 UTC in Win32++
-
Hello David,
I found the source of my problem and you're right that it has nothing to do with the handling of WM_NOTIFY. CTreeView::GetItemData() has a bug:
On line line 205 of treeview.h:
TreeView_GetItem( m_hWnd, hItem );
should be
TreeView_GetItem( m_hWnd, &tvi );
Thanks again.
2009-09-28 15:48:08 UTC in Win32++
-
^^ Sorry, I meant TreeView not ListView ^^.
2009-09-22 10:11:09 UTC in Win32++
-
Hi,
First I'll say thanks for providing this framework. I needed to de-mfc some code and Win32++ has been a godsend. Sadly after updating to 6.61 from 6.5 I have had some trouble.
One problem was easy to track down and fix. The destructor of CDialog no longer calls Destroy() so my code crashed when a CDialog object was destroyed without first closing the dialog. Not a big problem but I'm...
2009-09-22 09:05:20 UTC in Win32++
-
CTreeView::GetItemData() returns the BOOL from TreeView_GetItem() instead of tvi.lParam. This is in Version 6.5 so apologies if you've already fixed it in the upcoming release.
2009-09-18 09:39:47 UTC in Win32++
-
Please consider adding support for the Monkey's Audio file format (APE) to Paul's Extreme Sound Stretch. The SDK is available at http://www.monkeysaudio.com/developers.html.
2009-08-20 13:22:04 UTC in HyperMammut
-
ixix committed patchset 6 of module mtrk to the Matilde-Tracker CVS repository, changing 1 files.
2009-06-01 10:51:18 UTC in Matilde-Tracker
-
ixix committed patchset 5 of module mtrk to the Matilde-Tracker CVS repository, changing 7 files.
2009-05-12 09:16:15 UTC in Matilde-Tracker