Calling member function declared in another dll
Posted
by bharat
on Stack Overflow
See other posts from Stack Overflow
or by bharat
Published on 2010-06-10T09:28:40Z
Indexed on
2010/06/10
9:32 UTC
Read the original article
Hit count: 196
dll
I have created CMyClass,in which defined one method CallMe().when I build this project MyProject.dll is generated. Now in some another project, I want to call CallMe of CMyClass . can anybody tell me how to do it ? Thanks in advance....
© Stack Overflow or respective owner