Click here to Skip to main content
15,916,293 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: New caching proxy server, using C++, STL, boost Pin
CPallini24-Apr-09 3:23
mveCPallini24-Apr-09 3:23 
GeneralRe: New caching proxy server, using C++, STL, boost Pin
Stuart Dootson24-Apr-09 3:35
professionalStuart Dootson24-Apr-09 3:35 
GeneralRe: New caching proxy server, using C++, STL, boost Pin
CPallini24-Apr-09 5:38
mveCPallini24-Apr-09 5:38 
Questionarray passing problem Pin
VCProgrammer24-Apr-09 2:20
VCProgrammer24-Apr-09 2:20 
AnswerRe: array passing problem Pin
CPallini24-Apr-09 2:28
mveCPallini24-Apr-09 2:28 
GeneralRe: array passing problem Pin
VCProgrammer24-Apr-09 2:32
VCProgrammer24-Apr-09 2:32 
QuestionRe: array passing problem Pin
CPallini24-Apr-09 2:40
mveCPallini24-Apr-09 2:40 
AnswerRe: array passing problem Pin
Stuart Dootson24-Apr-09 3:34
professionalStuart Dootson24-Apr-09 3:34 
AnswerRe: array passing problem Pin
David Crow24-Apr-09 4:07
David Crow24-Apr-09 4:07 
AnswerRe: array passing problem Pin
krmed24-Apr-09 6:06
krmed24-Apr-09 6:06 
QuestionGDI+: How to draw an icon Pin
akirilov24-Apr-09 2:19
akirilov24-Apr-09 2:19 
AnswerRe: GDI+: How to draw an icon Pin
Stuart Dootson24-Apr-09 3:30
professionalStuart Dootson24-Apr-09 3:30 
QuestionDate compare Pin
MsmVc24-Apr-09 2:08
MsmVc24-Apr-09 2:08 
AnswerRe: Date camper Pin
Cedric Moonen24-Apr-09 2:11
Cedric Moonen24-Apr-09 2:11 
GeneralRe: Date camper Pin
CPallini24-Apr-09 2:13
mveCPallini24-Apr-09 2:13 
AnswerRe: Date camper Pin
CPallini24-Apr-09 2:21
mveCPallini24-Apr-09 2:21 
AnswerRe: Date compare Pin
David Crow24-Apr-09 4:10
David Crow24-Apr-09 4:10 
AnswerRe: Date compare Pin
Joe Woodbury24-Apr-09 15:45
professionalJoe Woodbury24-Apr-09 15:45 
QuestionProblem calling a DLL from another DLL Pin
Mohammad A Gdeisat24-Apr-09 1:30
Mohammad A Gdeisat24-Apr-09 1:30 
Hi there,

I have a DLL (DLL_1)for some measurement instrument that exports some functions, when I load DLL_1 from an MFC application and call Function_1 everything goes fine, but this not the way I want to use DLL_1. What I am trying to do is to create another DLL (DLL_2) to load the DLL_1 and call Function_1 but this always fails with a memory read error saying something like: "the memory at address 0x5435345 could not be read", this is wiered coz it is exactly the same code on the same machine.

btw: Function_1 has one integer parameter so I don't think it has anything to do with passing parameters to the function!

Could this have anything with the way DLLs manage memory? Any help? Any ideas?

Thanks alot

And ever has it been that love knows not its own depth until the hour of separation

Mohammad Gdeisat

AnswerRe: Problem calling a DLL from another DLL Pin
Cedric Moonen24-Apr-09 1:48
Cedric Moonen24-Apr-09 1:48 
GeneralRe: Problem calling a DLL from another DLL Pin
Mohammad A Gdeisat24-Apr-09 3:22
Mohammad A Gdeisat24-Apr-09 3:22 
AnswerRe: Problem calling a DLL from another DLL Pin
CPallini24-Apr-09 2:12
mveCPallini24-Apr-09 2:12 
GeneralRe: Problem calling a DLL from another DLL Pin
Mohammad A Gdeisat24-Apr-09 3:19
Mohammad A Gdeisat24-Apr-09 3:19 
Question[WMI]Why I Invoke GetObject() failed with message:"Access Denied" Pin
aqz954823-Apr-09 23:54
aqz954823-Apr-09 23:54 
AnswerRe: [WMI]Why I Invoke GetObject() failed with message:"Access Denied" Pin
Baltoro25-Apr-09 8:43
Baltoro25-Apr-09 8:43 

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.