Auto sorting list control
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Im relatively new to MFC and Im trying to implement an automagically sorting list control (you know the one, click on the column header, and it sorts itself, etc), im fairly sure ive got it all figured, but i get the error; 'GetListCtrl' : undeclared identifier I always thought, as does msdn that GetListCtrl is a function of afxcview.h, yet despite me including this file, i still get the message, is there a lib i need to link or something ?