Click here to Skip to main content
15,887,350 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ style casting Pin
Zac Howland17-Jul-06 16:12
Zac Howland17-Jul-06 16:12 
GeneralRe: C++ style casting Pin
Zac Howland17-Jul-06 9:46
Zac Howland17-Jul-06 9:46 
QuestionBackground color Pin
goodoljosh198017-Jul-06 5:06
goodoljosh198017-Jul-06 5:06 
AnswerRe: Background color Pin
SimonSays17-Jul-06 6:05
SimonSays17-Jul-06 6:05 
GeneralRe: Background color Pin
goodoljosh198017-Jul-06 9:14
goodoljosh198017-Jul-06 9:14 
AnswerRe: Background color Pin
Hamid_RT17-Jul-06 18:14
Hamid_RT17-Jul-06 18:14 
QuestionExporting function objects from DLL Pin
napoleaninlondon17-Jul-06 4:52
napoleaninlondon17-Jul-06 4:52 
AnswerRe: Exporting function objects from DLL Pin
Cedric Moonen17-Jul-06 4:57
Cedric Moonen17-Jul-06 4:57 
napoleaninlondon wrote:
try_func export_func;



napoleaninlondon wrote:
MyFunc1 = (LPFNDLLFUNC1)GetProcAddress(hDLL,"export_func");


export_func is an instance of the class try_func. It is not a function at all. So, you will never be able to 'retrieve' it with GetProcAddress. GetProcAddress is only used to get the address of a function !


Cédric Moonen
Software developer

Charting control
GeneralRe: Exporting function objects from DLL Pin
napoleaninlondon17-Jul-06 5:04
napoleaninlondon17-Jul-06 5:04 
GeneralRe: Exporting function objects from DLL Pin
Cedric Moonen17-Jul-06 5:10
Cedric Moonen17-Jul-06 5:10 
GeneralRe: Exporting function objects from DLL Pin
napoleaninlondon17-Jul-06 5:18
napoleaninlondon17-Jul-06 5:18 
GeneralOT Pin
Eytukan17-Jul-06 6:25
Eytukan17-Jul-06 6:25 
GeneralRe: OT Pin
Cedric Moonen17-Jul-06 6:32
Cedric Moonen17-Jul-06 6:32 
GeneralRe: OT Pin
Eytukan17-Jul-06 7:11
Eytukan17-Jul-06 7:11 
GeneralHello Pin
Hamid_RT17-Jul-06 7:58
Hamid_RT17-Jul-06 7:58 
QuestionCrash after sending custom message (only in release mode) Pin
Matthijs Wessels17-Jul-06 4:47
Matthijs Wessels17-Jul-06 4:47 
QuestionRe: Crash after sending custom message (only in release mode) Pin
David Crow17-Jul-06 4:52
David Crow17-Jul-06 4:52 
AnswerRe: Crash after sending custom message (only in release mode) [modified] Pin
Matthijs Wessels17-Jul-06 5:01
Matthijs Wessels17-Jul-06 5:01 
GeneralRe: Crash after sending custom message (only in release mode) Pin
David Crow17-Jul-06 5:11
David Crow17-Jul-06 5:11 
GeneralRe: Crash after sending custom message (only in release mode) Pin
Matthijs Wessels17-Jul-06 5:13
Matthijs Wessels17-Jul-06 5:13 
GeneralRe: Crash after sending custom message (only in release mode) Pin
David Crow17-Jul-06 5:23
David Crow17-Jul-06 5:23 
GeneralRe: Crash after sending custom message (only in release mode) Pin
Matthijs Wessels17-Jul-06 7:18
Matthijs Wessels17-Jul-06 7:18 
GeneralRe: Crash after sending custom message (only in release mode) Pin
Matthijs Wessels17-Jul-06 5:22
Matthijs Wessels17-Jul-06 5:22 
AnswerRe: Crash after sending custom message (only in release mode) Pin
Steve S17-Jul-06 4:54
Steve S17-Jul-06 4:54 
GeneralRe: Crash after sending custom message (only in release mode) Pin
Matthijs Wessels17-Jul-06 5:02
Matthijs Wessels17-Jul-06 5:02 

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.