Using dll...
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I have a dll port.dll .I don't know how to use them in VC++. I use dumpbin tool but I can't use them. Help me doing this. Please tell me in detail.
-
I have a dll port.dll .I don't know how to use them in VC++. I use dumpbin tool but I can't use them. Help me doing this. Please tell me in detail.
Hi, Below link has a very useful tutorial related to DLL implementation in VC++ 6. http://www.codeproject.org/dll/XDllPt1.asp Hope it will be useful to you. Best Regards, Irshad