Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Declare dll problem
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01437269
Message ID:
01437443
Views:
74
Why? AFAIK, the "unsigned char" is one byte unsigned integer not a string.

>My 2 cent's to what Boris has suggested. You might need to allocate more space for the lcTest.
>
>For example
>lcTest = SPACE(100)
>or
>lcTest = REPLICATE(CHR(0), 100)
>
>The description for this function possibly can give you the exact number of bytes. If this input parameter is a structure, after the function returns, the lcTest may contain some data about the device.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform