Win32 correctly generates a run time error with the following code, x64 does not.
use clrwin
i = winio@('%^bt[Click]')
end
Welcome to our forums
Win32 correctly generates a run time error with the following code, x64 does not.
use clrwin
i = winio@('%^bt[Click]')
end
Ken
Thanks. I have made a note of this.
Ken
This failure has now been fixed for the next release of ClearWin+.
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.