[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Integers
I'm calling a C function from Goo that can return an integer greater
than the 30 bits that Goo uses. How can I represent that value in Goo
so I can later pass it to another C function that requires the full
value?
Currently from C code, I'm using YPint(...) to convert the unsigned
long to an <int> to be passed back to Goo and this is where the
information is being lost. What can I pass it back to Goo as to keep
the bits?
Chris.
--
Chris Double
chris.double@double.co.nz