Click here to Skip to main content
15,902,777 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralValue of a pointer of function Pin
Chen Jiadong23-Nov-01 5:00
Chen Jiadong23-Nov-01 5:00 
GeneralRe: Value of a pointer of function Pin
Michael Dunn23-Nov-01 8:04
sitebuilderMichael Dunn23-Nov-01 8:04 
GeneralRe: Value of a pointer of function Pin
Chen Jiadong23-Nov-01 18:34
Chen Jiadong23-Nov-01 18:34 
GeneralRe: Value of a pointer of function Pin
Michael Dunn23-Nov-01 20:36
sitebuilderMichael Dunn23-Nov-01 20:36 
GeneralRe: Value of a pointer of function Pin
Nish Nishant23-Nov-01 21:00
sitebuilderNish Nishant23-Nov-01 21:00 
GeneralRe: Value of a pointer of function Pin
Chen Jiadong24-Nov-01 0:03
Chen Jiadong24-Nov-01 0:03 
GeneralRe: Value of a pointer of function Pin
Michael Dunn24-Nov-01 8:59
sitebuilderMichael Dunn24-Nov-01 8:59 
GeneralRe: Value of a pointer of function Pin
Chen Jiadong24-Nov-01 16:27
Chen Jiadong24-Nov-01 16:27 
Thank you very much. i knew this way of calling the virtual function. but now i want to implement that by another way. and i know it really works. i just don't know how to do the last step -- if you got the function address, how to assign it to a function pointer, just like:
void* address; // or int* address;
void (*pFunc)();
...
pFunc = address; // address contains a function address. but pFunc cannot be assign like this expression.
Roll eyes | :rolleyes:
GeneralRe: Value of a pointer of function Pin
Michael Dunn24-Nov-01 18:48
sitebuilderMichael Dunn24-Nov-01 18:48 
GeneralRe: Value of a pointer of function Pin
Chen Jiadong24-Nov-01 23:01
Chen Jiadong24-Nov-01 23:01 
GeneralRegistry Search for ClassId and progId Pin
23-Nov-01 4:55
suss23-Nov-01 4:55 
GeneralRe: Registry Search for ClassId and progId Pin
Bill Wilson23-Nov-01 10:22
Bill Wilson23-Nov-01 10:22 
GeneralRe: Is there any MFC class for Registry Search Pin
23-Nov-01 20:55
suss23-Nov-01 20:55 
GeneralRe: Is there any MFC class for Registry Search Pin
Nish Nishant23-Nov-01 21:03
sitebuilderNish Nishant23-Nov-01 21:03 
GeneralRe: Thank you busterboy Is there any specific MFC class for Registry Pin
23-Nov-01 21:37
suss23-Nov-01 21:37 
GeneralRe: Thank you busterboy Is there any specific MFC class for Registry Pin
Nish Nishant23-Nov-01 21:55
sitebuilderNish Nishant23-Nov-01 21:55 
GeneralFloating text (like tooltip) in client area Pin
hierro23-Nov-01 4:30
hierro23-Nov-01 4:30 
GeneralRe: Floating text (like tooltip) in client area Pin
Chen Venkataraman23-Nov-01 5:00
Chen Venkataraman23-Nov-01 5:00 
GeneralRe: Floating text (like tooltip) in client area Pin
hierro25-Nov-01 4:01
hierro25-Nov-01 4:01 
GeneralOpen a Modal Dialog as Hidden Pin
sanskypotov23-Nov-01 4:26
sanskypotov23-Nov-01 4:26 
GeneralRe: Open a Modal Dialog as Hidden Pin
Carlos Antollini23-Nov-01 4:47
Carlos Antollini23-Nov-01 4:47 
GeneralRe: ShowWindow (SW_HIDE) works? Pin
Masaaki Onishi23-Nov-01 10:58
Masaaki Onishi23-Nov-01 10:58 
GeneralRe: ShowWindow (SW_HIDE) works? Pin
Nish Nishant23-Nov-01 17:24
sitebuilderNish Nishant23-Nov-01 17:24 
GeneralRe: Thanks, BusterBoy! Pin
Masaaki Onishi23-Nov-01 18:46
Masaaki Onishi23-Nov-01 18:46 
GeneralRe: Open a Modal Dialog as Hidden Pin
Michael Dunn23-Nov-01 8:11
sitebuilderMichael Dunn23-Nov-01 8:11 

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.