Re: Dll without documenation
It looks like you may be using the wrong calling convention. Without docs, you'll have to use trial and error to get it to work:
http://blogs.msdn.com/dsvc/archive/2...-mismatch.aspx
http://social.msdn.microsoft.com/For...-11c7ee748868/
...
Viggy
Re: Dll without documenation
You can use Dependency Walker to find out what the calling convention is, of the exported functions for the DLL.
Re: Dll without documenation
Quote:
Originally Posted by
Ajay Vijay
You can use
Dependency Walker to find out what the calling convention is, of the exported functions for the DLL.
Dang, forgot about that!!! :D
Viggy