The following code compiles OK with 32 bit checkmate, 32 bit release, and 64 bit release.
program main
include<windows.ins>
i = winio@('%nl%ws','Base speed is taken as synchronous speed calculated from frequency and number of poles.')
end
However, 64 checkmate returns the following error:
C:\Users\KSS\Documents\problem.F95(3) : error 1222 - f poles.'
Can somebody tell me that this error means? If I shorten the string the problem goes away.