Originally posted by: Rene Lang
very interesting this article. BUT: there are a lot of examples calling a SIMPLE function from a dynamically loaded dll. i'd need to load a class out of an extension dll. sadly i found nothing than the tip "use AfxLoadLibrary and a CRuntimeClass-typedef"...
Can anybody help me out there??
Originally posted by: Craig L. Ching
You might want to check out Windows Developer's Journal's feature article for August 1998. Try out this URL: http://www.wdj.com/archive/0908/feature.html This subject was covered pretty thoroughly in that article. There may be more information at that site, try searching the arcives for "dynacall". Good luck!
Reply