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).