need to acces manually functional DLL (C++) with PINVOKE method, i don't how to access to signatures, this functional DLL is make for extern developers. exists another pinvoke method to return all values?
Visual Fox Pro 9.0 bug:
This problem is the VFP application isn't accessing the external libraries, libserialport-0.dll and TransbankWrap.dll, from TransbankPosSDK.dll.
Example C#
public delegate void MyCallback();
[DllImport("MYDLL.DLL")]
public static extern void MyFunction(MyCallback callback);
is this similar method?, you have another method to access with pinvoke?