How to Call .dll component in Appliacation Appwizard .exe app
-
i have created a .dll component and i want to call in my main exe appliacation. how i will do it.
-
i have created a .dll component and i want to call in my main exe appliacation. how i will do it.
jananjoy wrote: .dll component Are you creating a ATL/COM based DLL or RAW Win32/MFC based DLL, Please clarify, as procedure for loading is Different
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta
-
i have created a .dll component and i want to call in my main exe appliacation. how i will do it.
First u load library function with argument as path to that dll. with using that handle u can access functions which are exporting from dll with regards........ Kiran Kumar Singani