I'm having troubles working a return array from a Delphi5-6 Dll within C#
My.dll communicates between the PC and a PIC and works in the Delphi created test.exe
Delphi
function GetArray1(MemAdr, MemLen: integer): TData; stdcall; external 'My.dll';
returns the TData as a byte array.
C#...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.