Calling member function declared in another dll
- by bharat
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....