Click here to Skip to main content
15,917,645 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Redirecting the registy. Pin
Fredrik25-Sep-00 21:44
Fredrik25-Sep-00 21:44 
GeneralReal time recording Pin
ba20-Sep-00 1:13
ba20-Sep-00 1:13 
GeneralRe: Real time recording Pin
bobbies9-May-01 2:01
bobbies9-May-01 2:01 
QuestionHow to change the PropertySheet tab caption's color Pin
zhangyu19-Sep-00 23:05
zhangyu19-Sep-00 23:05 
Question_crtBreakAlloc doesn't evaluate? Pin
Brendan Tregear19-Sep-00 13:52
Brendan Tregear19-Sep-00 13:52 
AnswerRe: _crtBreakAlloc doesn't evaluate? Pin
Sam Hobbs19-Sep-00 14:19
Sam Hobbs19-Sep-00 14:19 
AnswerRe: _crtBreakAlloc doesn't evaluate? Pin
Tim Deveaux20-Sep-00 3:22
Tim Deveaux20-Sep-00 3:22 
GeneralRe: _crtBreakAlloc doesn't evaluate? Pin
Brendan Tregear20-Sep-00 13:37
Brendan Tregear20-Sep-00 13:37 
GeneralRe: _crtBreakAlloc doesn't evaluate? Pin
Tim Deveaux21-Sep-00 6:22
Tim Deveaux21-Sep-00 6:22 
GeneralRe: _crtBreakAlloc doesn't evaluate? Pin
Brendan Tregear21-Sep-00 15:13
Brendan Tregear21-Sep-00 15:13 
General** Random Number Generator ** Pin
Steve Lai19-Sep-00 10:47
Steve Lai19-Sep-00 10:47 
GeneralRe: ** Random Number Generator ** Pin
Erik Funkenbusch19-Sep-00 12:57
Erik Funkenbusch19-Sep-00 12:57 
GeneralRe: ** Random Number Generator ** Pin
WoR20-Sep-00 21:43
WoR20-Sep-00 21:43 
Generalextended style MFC Pin
kennan19-Sep-00 10:22
kennan19-Sep-00 10:22 
GeneralRe: extended style MFC Pin
Erik Funkenbusch19-Sep-00 13:08
Erik Funkenbusch19-Sep-00 13:08 
GeneralSingle Instance DLL Pin
Larry Dobson19-Sep-00 9:34
Larry Dobson19-Sep-00 9:34 
GeneralRe: Single Instance DLL Pin
Erik Funkenbusch19-Sep-00 13:07
Erik Funkenbusch19-Sep-00 13:07 
GeneralRe: Single Instance DLL Pin
Larry Dobson19-Sep-00 17:03
Larry Dobson19-Sep-00 17:03 
GeneralRe: Single Instance DLL Pin
Erik Funkenbusch20-Sep-00 9:14
Erik Funkenbusch20-Sep-00 9:14 
GeneralPaint problems Pin
Ori19-Sep-00 7:56
Ori19-Sep-00 7:56 
GeneralISAPI Filter Pin
Anderson J Almeida19-Sep-00 7:21
sussAnderson J Almeida19-Sep-00 7:21 
GeneralODBC API, BLOBs Pin
Oz Ben Eliezer19-Sep-00 7:12
Oz Ben Eliezer19-Sep-00 7:12 
QuestionInteresting Question on DLL...use class* as a parameter../?? Pin
Ryan Park18-Sep-00 23:52
Ryan Park18-Sep-00 23:52 
AnswerRe: Interesting Question on DLL...use class* as a parameter../?? Pin
Jignesh Patel19-Sep-00 4:12
Jignesh Patel19-Sep-00 4:12 
GeneralRe: Interesting Question on DLL...use class* as a parameter../?? Pin
Ryan Park19-Sep-00 16:16
Ryan Park19-Sep-00 16:16 
Hi, really thanks for your response....Smile | :)

Unfortunately, it just wouldn't work..

I think the same idea like you...I have to pass the

address of class's intance...I mean I should pass the

address of pointer to class's instance in DLL..

Anyway, the result of aa() is that of the implementation

in exe..not in DLL..

As far as I know about the class memory allocation modeling,

the pointer of class should point the instance's top..

In this case, (no member variable, 4 member functions)

it should point the constructor(first method)'s address..

So I think that if I could point out the proper address

of class, I can point the proper binary implementation...

But, as a result....I was wrong..

I want to find this out what the hell is going on in dll..

And about the class memory allocation...

If you have some interest about this..Let's dig it out!!

Give me your e-mail...I'll send you the whole codes I have..

If not...Thank you very much for suggestion..

And later I'll let you know the result of my study..

Regardz
-Ryan

-p.s The former responser's idea is wonderful..
I theaded also his idea..
Checking it out will be helpful too...

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.