I am looking for the c/c++ code for even a simple function to show how the signature is setup. I have tried many different calling conventions and can't get EasyLanguage to find the function in the DLL.
I am looking for the c/c++ code for even a simple function to show how the signature is setup. I have tried many different calling conventions and can't get EasyLanguage to find the function in the DLL.
You need to make sure that you are building a def file along with your C++ DLL in order to let TS find your functions. You also have to use the __stdcall convention