Hi,
This page (https://www.silverfrost.com/ftn95-help/clearwinp/util/64bit.aspx) suggests changing 'include <opengl.ins>' to 'use opengl$' for 64bit code.
So, for 'include <opengl.ins>,nolist', I changed it to 'use opengl$,nolist'.
But there is a compiling error. After deleting ',nolist', it compiled successfully.
Is it all right?
Cheers,
John