Click here to Skip to main content
15,920,217 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Listview Sorting Pin
Eugen Podsypalnikov21-Apr-10 20:57
Eugen Podsypalnikov21-Apr-10 20:57 
GeneralRe: Listview Sorting Pin
arun_pk21-Apr-10 21:01
arun_pk21-Apr-10 21:01 
GeneralRe: Listview Sorting Pin
arun_pk21-Apr-10 20:55
arun_pk21-Apr-10 20:55 
GeneralRe: Listview Sorting Pin
Eugen Podsypalnikov21-Apr-10 21:04
Eugen Podsypalnikov21-Apr-10 21:04 
GeneralRe: Listview Sorting Pin
arun_pk21-Apr-10 21:09
arun_pk21-Apr-10 21:09 
GeneralRe: Listview Sorting Pin
Eugen Podsypalnikov21-Apr-10 21:18
Eugen Podsypalnikov21-Apr-10 21:18 
GeneralRe: Listview Sorting Pin
arun_pk21-Apr-10 22:45
arun_pk21-Apr-10 22:45 
GeneralRe: Listview Sorting Pin
Eugen Podsypalnikov21-Apr-10 22:46
Eugen Podsypalnikov21-Apr-10 22:46 
GeneralRe: Listview Sorting Pin
arun_pk21-Apr-10 23:03
arun_pk21-Apr-10 23:03 
GeneralRe: Listview Sorting Pin
Eugen Podsypalnikov21-Apr-10 23:14
Eugen Podsypalnikov21-Apr-10 23:14 
GeneralRe: Listview Sorting Pin
arun_pk21-Apr-10 23:14
arun_pk21-Apr-10 23:14 
GeneralRe: Listview Sorting Pin
Eugen Podsypalnikov21-Apr-10 23:18
Eugen Podsypalnikov21-Apr-10 23:18 
GeneralRe: Listview Sorting Pin
arun_pk22-Apr-10 0:06
arun_pk22-Apr-10 0:06 
GeneralRe: Listview Sorting Pin
arun_pk21-Apr-10 23:15
arun_pk21-Apr-10 23:15 
GeneralRe: Listview Sorting Pin
arun_pk21-Apr-10 21:14
arun_pk21-Apr-10 21:14 
GeneralRe: Listview Sorting Pin
KingsGambit31-Mar-10 20:11
KingsGambit31-Mar-10 20:11 
QuestionAllow/Disallow a user from changing system time Pin
Aseem Sharma31-Mar-10 17:17
Aseem Sharma31-Mar-10 17:17 
AnswerRe: Allow/Disallow a user from changing system time Pin
KingsGambit31-Mar-10 18:35
KingsGambit31-Mar-10 18:35 
AnswerRe: Allow/Disallow a user from changing system time Pin
Cool_Dev31-Mar-10 19:12
Cool_Dev31-Mar-10 19:12 
QuestionHow about BSCMAKE: error BK1505 ?? Pin
wangningyu31-Mar-10 15:49
wangningyu31-Mar-10 15:49 
AnswerRe: How about BSCMAKE: error BK1505 ?? Pin
KingsGambit31-Mar-10 17:07
KingsGambit31-Mar-10 17:07 
GeneralRe: How about BSCMAKE: error BK1505 ?? Pin
wangningyu31-Mar-10 21:57
wangningyu31-Mar-10 21:57 
AnswerRe: How about BSCMAKE: error BK1505 ?? Pin
Eugen Podsypalnikov31-Mar-10 21:21
Eugen Podsypalnikov31-Mar-10 21:21 
GeneralRe: How about BSCMAKE: error BK1505 ?? Pin
wangningyu31-Mar-10 21:54
wangningyu31-Mar-10 21:54 
QuestionMultithreading using AfxBeginThread Pin
kartikthakre31-Mar-10 7:32
kartikthakre31-Mar-10 7:32 
I am creating thread using AfxBeginThread in Visual Studio 2005 and the first parameter of this function is function pointer so i am passing member function pointer of that class but it gives error i.e.

my code is:

AfxBeginThread( &CMultithreadingInDialogDlg::MyThreadProc, GetSafeHwnd() );

in which MyThreadProc is member function. and the error is

error C2665: 'AfxBeginThread' : none of the 2 overloads could convert all the argument types.

but it is working if i am passing function pointer of any static function or global function


thanks in advance.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.