PDA

View Full Version : Nested DLL



Bsbosa.com
07-15-2010, 09:41 PM
HI,
I have X.dll with some 2-3 functions.
I need to create another Y.dll which calls the X.dll functions.
I can import X.dll and its function and use in .exe
But i don't want to do that.
I need to know how to make it an .dll file with different function prototype.
Can anyone pls. help on this issue.