com dll
Publicado: 01 May 2013 06:46
is a COM DLL compatible with ams?
Foro Especializado en Autoplay Media Studio y más...
http://www.amsspecialist.com/
So, its using wide character reference, ams isnt unicode so you can have troubles here, and theyre using pointers to string so you must use AMSWMemory plugin or Alien extension to pass the pointer reference instead the string itself.All parameters are 16-bit Unicode strings.
All return values are either 16-bit Unicode strings or 32-bit boolean values.
Functions are called with stdcall calling convention.
String parameters are passed using pointers to wide strings:
wchar_t* or wchar16_t* in C++
PWideChar in Delphi and Lazarus/Free Pascal