小弟最近学习LISTCTRL,弄到那个排序的了,在网上也找到了些方法,不过自己仿照做了,不过就是编译不成功,就是做那个回调函数,int CALLBACK ListCompare(LPARAM lParam1, LPARAM lParam2, LPARAM lParamSort);
m_List.SortItems((PFNLVCOMPARE)ListCompare,(LPARAM)&m_List);
编译的时候,出现error C2440: 'type cast' : cannot convert from 'overloaded-function' to 'PFNLVCOMPARE'
1>        None of the functions with this name in scope match the target type
不知道是哪儿的错了,麻烦各位大哥,大姐了