i change the code in BOLD:
Code:
public static extern ushort PrtOpenDevice([B][System.Runtime.InteropServices.MarshalAsAttribute(System.Runtime.InteropServices.UnmanagedType.U8)][/B] long *PrtHandle, [B]ushort[/B] pPort);
with:
Code:
public static extern ushort PrtOpenDevice(long *PrtHandle, [B]long[/B] pPort);
thanks to "ChBinder"...
Leave a comment: