Erwin,
take ' short * MyByte ' in the *.h file followed by type casting ' asUInt8 '
in VEE. It works (even without the type casting) and I think it's the only
way.
Detlef Kersten
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@it.lists.it.agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
take ' short * MyByte ' in the *.h file followed by type casting ' asUInt8 '
in VEE. It works (even without the type casting) and I think it's the only
way.
Detlef Kersten
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@it.lists.it.agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Advanced programming reference, chapter 4 (I think). Look for "Compiled
Libraries". As far as I can remember, the list is:
char, short, long, double and int, as well as pointers to those types and
pointers to pointers to those types. I've never used pointer to pointer to
pointer but I imagine it would work fine.
> In particular how can I use
> a 'C' function that takes
> a pointer to a char (NOT a string)
Same as string: char *.
> unsigned char.
VEE 6 has the UInt8 type that is unsigned char. Unfortunately, it doesn't go
any farther than that. I've always meant to ask why. Signage is an attribute
of a type, not a type in itself. There *should* be 'U' versions of all VEE
types.
-SHAWN-
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@it.lists.it.agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".