I need to convert this statement to powerbasic..
MagWrite((BYTE *)buf, strlen(buf));
I am using
Declare Function MagWrite lib "X.dll" Alias "MagWrite" ( byVal A as string, lLen as long) as long
and various other combos and I can not get this to work, and unfortunately
there is no documentation regarding this on the sdk I purchased
any help would be greatly appreciated
thanks
------------------
MagWrite((BYTE *)buf, strlen(buf));
I am using
Declare Function MagWrite lib "X.dll" Alias "MagWrite" ( byVal A as string, lLen as long) as long
and various other combos and I can not get this to work, and unfortunately
there is no documentation regarding this on the sdk I purchased
any help would be greatly appreciated
thanks
------------------
Comment