Click here to Skip to main content
15,891,943 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MSXML2 - XML parser Memory Leak Pin
chevu15-Jul-10 18:31
chevu15-Jul-10 18:31 
QuestionNested DLL Pin
viduran15-Jul-10 1:38
viduran15-Jul-10 1:38 
AnswerRe: Nested DLL Pin
Richard MacCutchan15-Jul-10 2:05
mveRichard MacCutchan15-Jul-10 2:05 
GeneralRe: Nested DLL Pin
viduran15-Jul-10 2:30
viduran15-Jul-10 2:30 
GeneralRe: Nested DLL Pin
Richard MacCutchan15-Jul-10 2:52
mveRichard MacCutchan15-Jul-10 2:52 
GeneralRe: Nested DLL [modified] Pin
viduran15-Jul-10 3:06
viduran15-Jul-10 3:06 
GeneralRe: Nested DLL Pin
Richard MacCutchan15-Jul-10 4:18
mveRichard MacCutchan15-Jul-10 4:18 
GeneralRe: Nested DLL Pin
viduran15-Jul-10 19:39
viduran15-Jul-10 19:39 
Hi,
Thanks for your comments and reply.
the article is for calling dll in application.
I don't want that.I need to know how can i give reference for
dll in another dll.
I need to create two dll X and Y.
X.dll will have some functions exported.
Ex: double MyMathFuncs::Add(double a, double b);
Y.dll will have different function name but it should refer the function of X.dll.
Ex:double MyMathFuncs1::Addition(double a, double b);
This Addition function should call Add function in X.dll
then I will create an application which calls Addition function name
But i should get the result of Add in X.dll
Is it possible?
I think now it be clear for you that what i want to do.
GeneralRe: Nested DLL Pin
Richard MacCutchan15-Jul-10 21:26
mveRichard MacCutchan15-Jul-10 21:26 
GeneralRe: Nested DLL Pin
viduran15-Jul-10 21:37
viduran15-Jul-10 21:37 
GeneralRe: Nested DLL Pin
Richard MacCutchan15-Jul-10 21:49
mveRichard MacCutchan15-Jul-10 21:49 
AnswerRe: Nested DLL Pin
KarstenK15-Jul-10 2:26
mveKarstenK15-Jul-10 2:26 
GeneralRe: Nested DLL Pin
viduran15-Jul-10 2:55
viduran15-Jul-10 2:55 
QuestionEdit Control Pin
AbhiHcl15-Jul-10 0:33
AbhiHcl15-Jul-10 0:33 
AnswerRe: Edit Control Pin
Naveen15-Jul-10 1:37
Naveen15-Jul-10 1:37 
GeneralRe: Edit Control Pin
AbhiHcl15-Jul-10 2:00
AbhiHcl15-Jul-10 2:00 
GeneralRe: Edit Control Pin
Naveen15-Jul-10 2:08
Naveen15-Jul-10 2:08 
GeneralRe: Edit Control Pin
AbhiHcl15-Jul-10 2:33
AbhiHcl15-Jul-10 2:33 
GeneralRe: Edit Control Pin
Naveen15-Jul-10 2:40
Naveen15-Jul-10 2:40 
AnswerRe: Edit Control Pin
Member 392263915-Jul-10 2:12
Member 392263915-Jul-10 2:12 
GeneralRe: Edit Control Pin
AbhiHcl15-Jul-10 2:36
AbhiHcl15-Jul-10 2:36 
GeneralRe: Edit Control Pin
Richard MacCutchan15-Jul-10 4:26
mveRichard MacCutchan15-Jul-10 4:26 
QuestionFirst Chance Exception Pin
Pryabu14-Jul-10 23:58
Pryabu14-Jul-10 23:58 
AnswerRe: First Chance Exception Pin
Cedric Moonen15-Jul-10 0:08
Cedric Moonen15-Jul-10 0:08 
GeneralRe: First Chance Exception Pin
Pryabu15-Jul-10 0:16
Pryabu15-Jul-10 0:16 

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.