Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hex conversion i VPF
Message
From
23/11/1997 06:23:51
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Hex conversion i VPF
Miscellaneous
Thread ID:
00061813
Message ID:
00061813
Views:
84
Hi all!

I have the following problem:

Im calling a DLL declared with:
DECLARE INTEGER TMRom IN IBFS32.DLL LONG,STRING @,INTEGER @

DIMENSION ROM(8)

I call this fuction with:
vfpflag = TMRom(SHandle,@state_buffer,@ROM)

In the documentation the TMRom is as follow:
TMRom(long,far *,short *)

In VFP you under DECLARE you cant pass a short parameter 16bit only integer 32bit

Is there a solution on this problem?
And how to convert my recieved values from 32bit int to a char string?

Best regards
Per Simmersholm
Next
Reply
Map
View

Click here to load this message in the networking platform