Click here to Skip to main content
15,890,845 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Event Handler for dynamic created Rich Edit Controls Pin
SutterA22-Jan-09 19:52
SutterA22-Jan-09 19:52 
Questionmsxml::ixmldomdocument save method fails Pin
VC++Maniac21-Jan-09 21:39
VC++Maniac21-Jan-09 21:39 
AnswerRe: msxml::ixmldomdocument save method fails Pin
KarstenK21-Jan-09 21:42
mveKarstenK21-Jan-09 21:42 
QuestionRe: msxml::ixmldomdocument save method fails Pin
CPallini21-Jan-09 21:50
mveCPallini21-Jan-09 21:50 
AnswerRe: msxml::ixmldomdocument save method fails Pin
VC++Maniac22-Jan-09 2:22
VC++Maniac22-Jan-09 2:22 
Questionwhich forum + mfc + digital telepphone Pin
hrishiS21-Jan-09 21:37
hrishiS21-Jan-09 21:37 
AnswerRe: which forum + mfc + digital telepphone Pin
KarstenK21-Jan-09 21:45
mveKarstenK21-Jan-09 21:45 
QuestionGetProcAddress and COM? Pin
TungstenX21-Jan-09 21:37
TungstenX21-Jan-09 21:37 
I need to access a DLL's functions. When I view the DLL, using DLL Export Viewer - option, Scan COM type libraries, I can see the function that I'm looking after, but it is displayed as
_PastelPartnerSDK::ImportCustomer 1610809394 (0x60030032) PasSDK.dll F:\PastelDLL\PasSDK.dl COM Method

Now I can't seem to find examples for GetProcAddress and COM Methods...
Do I call GetProcAddress as follows?
GetProcAddress(hm, _T("ImportCustomer"));
or
GetProcAddress(hm, _T("_PastelPartnerSDK::ImportCustomer"));
(Where "hm" is the handle returned by LoadLibrary)

The same goes for the typedef void * (__stdcall *ImportCustomer)(); (Can I use any name (ImportCustomer used here) or does it need to be the same as in the DLL?)

Thank you.
AnswerRe: GetProcAddress and COM? Pin
KarstenK21-Jan-09 21:40
mveKarstenK21-Jan-09 21:40 
GeneralRe: GetProcAddress and COM? Pin
TungstenX21-Jan-09 22:14
TungstenX21-Jan-09 22:14 
GeneralRe: GetProcAddress and COM? Pin
KarstenK21-Jan-09 22:30
mveKarstenK21-Jan-09 22:30 
GeneralRe: GetProcAddress and COM? Pin
TungstenX21-Jan-09 22:38
TungstenX21-Jan-09 22:38 
GeneralRe: GetProcAddress and COM? Pin
KarstenK21-Jan-09 22:57
mveKarstenK21-Jan-09 22:57 
GeneralRe: GetProcAddress and COM? Pin
TungstenX21-Jan-09 23:12
TungstenX21-Jan-09 23:12 
QuestionRe: GetProcAddress and COM? Pin
TungstenX21-Jan-09 22:45
TungstenX21-Jan-09 22:45 
AnswerRe: GetProcAddress and COM? Pin
KarstenK21-Jan-09 23:05
mveKarstenK21-Jan-09 23:05 
AnswerRe: GetProcAddress and COM? Pin
CPallini21-Jan-09 23:14
mveCPallini21-Jan-09 23:14 
GeneralRe: GetProcAddress and COM? Pin
TungstenX22-Jan-09 0:27
TungstenX22-Jan-09 0:27 
GeneralRe: GetProcAddress and COM? Pin
CPallini22-Jan-09 0:33
mveCPallini22-Jan-09 0:33 
QuestionRe: GetProcAddress and COM? Pin
TungstenX22-Jan-09 2:19
TungstenX22-Jan-09 2:19 
AnswerRe: GetProcAddress and COM? Pin
CPallini22-Jan-09 2:34
mveCPallini22-Jan-09 2:34 
QuestionRe: GetProcAddress and COM? Pin
TungstenX22-Jan-09 2:58
TungstenX22-Jan-09 2:58 
AnswerRe: GetProcAddress and COM? Pin
CPallini22-Jan-09 5:44
mveCPallini22-Jan-09 5:44 
GeneralRe: GetProcAddress and COM? Pin
TungstenX23-Jan-09 1:45
TungstenX23-Jan-09 1:45 
QuestionRe: GetProcAddress and COM? Pin
CPallini21-Jan-09 21:55
mveCPallini21-Jan-09 21:55 

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.