On 25/06/2019 17:47, Martin Liddle wrote:
On 24/06/2019 20:53, Peter wrote:
Trevor builds the rpms. RPM search { http://rpm.pbone.net/ } Leads to ...
http://ftp5.gwdg.de/pub/opensuse/repositories/home:/TrevorBl/CentOS_CentOS-7...
Thank you. I have installed it and our codebase compiles on 64 bit.
I am doubtless being stupid but with the 64 bit compiler what is a 32 bit integer called in 64 bit GPC. A little test program reports ShortInt as two bytes (as expected) but MedInt as 8 bytes when I was expecting 4 bytes and Integer as 8 bytes (as expected).
Not sure. Might be CInteger. The info file says ;-
"If you want to be sure that you have a signed integer with 32 bits width, write `Integer attribute (Size = 32)', not just `Integer' which might be bigger."
Regards, Peter B