Menu

#8 CListViewCtl: bug

V2.x_release
open-fixed
9
2004-02-16
2003-09-15
No

Fails with "sub or function not defined" if
CBX_LVSORT_ADVANCED is defined. Change line 79 from:

Call SendMessage(m_hWnd, LVM_SORTITEMSEX, ObjPtr
(Me), ByVal GetProcAddress(AddressOf
ListViewCompareProc))

To:

Call SendMessage(m_hWnd, LVM_SORTITEMSEX, ObjPtr
(Me), ByVal cbxGetProcAddress(AddressOf
ListViewCompareProc))

This causes the CBXDPhoneBook demo to fail.

For the time being, please download the updated class
from <a
href="http://www.vbbox.com/vb/codebox/CommonContro
ls/?
duid=A3F1E2087E5F44D5816CF1DFF951EAB5">here</a>.

Thanks.

Discussion

  • Klaus H. Probst

    Klaus H. Probst - 2004-01-08
    • assigned_to: nobody --> kprobst
     
  • Klaus H. Probst

    Klaus H. Probst - 2004-02-16

    Logged In: YES
    user_id=677921

    Fixed for 2.1

     
  • Klaus H. Probst

    Klaus H. Probst - 2004-02-16
    • status: open --> open-fixed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.