Hello,
I have a simple C DLL. This DLL have i compiled with VS2005 für Pocket/Arm.
Now i will test some function from a VB sample.
One C function is defined as
BOOL LslOnline(const char *szComm, BYTE a, BYTE b);
On PC VB i have add
Declare function LslOnline(ByVal szComm As String, ByVal a As Byte,
ByVal b As Byte) As Integer
But this does not work for VB / Pocket/Arm.
Why ?
How must i declare this for VB2005 Pocket/Arm ?
Thanks
Jimmy