Call Dll
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I have a dll file written by MFC6.0. Now, I want to use it in MFC8.0, but I don't know how to import it to my project MFC8.0. Can anyone help me?
-
I have a dll file written by MFC6.0. Now, I want to use it in MFC8.0, but I don't know how to import it to my project MFC8.0. Can anyone help me?
Does
LoadLibrary
help?:~
Nibu thomas Software Developer