Dynamically Loading DLL Functions in VB
-
Hey, I have an ATL class in a .dll that I want to use the functions dynamically in VB (kinda like LoadLibrary() in VC) I found one tutorial in CodeProject, but it has to deal with making it "Super Ultra Fast", when i just want to make it work. is there just something i can put in front of the declarations of the functions to make it work? Thanks! ~Timothy T. Rymer www.digipen.edu tim.xpertz.com
-
Hey, I have an ATL class in a .dll that I want to use the functions dynamically in VB (kinda like LoadLibrary() in VC) I found one tutorial in CodeProject, but it has to deal with making it "Super Ultra Fast", when i just want to make it work. is there just something i can put in front of the declarations of the functions to make it work? Thanks! ~Timothy T. Rymer www.digipen.edu tim.xpertz.com
When you say ATL Class do you mean your dll is a COM server? You already have the means, CreateObject.