Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I'm trying to compile a windows program (http://www.toppy.org.uk/~offdigital/rec2ts_v0.02.zip) for DNS-323
dpes anyone know how to define ULONG, USHORT, UCHAR
Offline
For U long you could problebly use a unsigned 32bit integer or unsigned double word.
ushort would be the same but 16 bit unsigned integer.
uchar just make it a char or string.
Offline
OK
Offline
Respectively:
unsigned long
unsigned short
unsigned char
Offline
Mijzelf wrote:
Respectively:
unsigned long
unsigned short
unsigned char
Thanks
Offline