Forum Discussion
YMinaev
Staff
14 years agoHi,
Before calling a function from a DLL, you need to define this function and its parameters as it is described in the help. If you want to call multiple functions, you need to define them all one by one. There's no other way to call functions from Win32 DLLs.
Before calling a function from a DLL, you need to define this function and its parameters as it is described in the help. If you want to call multiple functions, you need to define them all one by one. There's no other way to call functions from Win32 DLLs.