Silverfrost Forums

Welcome to our forums

Difference between win32 and x64 when missing a callback

16 Apr 2021 12:18 #27554

Win32 correctly generates a run time error with the following code, x64 does not.

use clrwin
i = winio@('%^bt[Click]')
end
16 Apr 2021 2:26 #27557

Ken

Thanks. I have made a note of this.

17 Apr 2021 8:13 #27565

Ken

This failure has now been fixed for the next release of ClearWin+.

19 Apr 2021 8:19 #27576

Paul,

Thanks.

John,

x64 does not detect the error and both the sample above and the more complex program this was embedded in ran within any apparent issues, however the button was only being used to close a window. It was only when recompiling the code in Win32 that my error became apparent. Win32 correctly reports too few arguments to satisfy the winio@ format.

Please login to reply.