View previous topic :: View next topic |
Author |
Message |
Kenneth_Smith
Joined: 18 May 2012 Posts: 814 Location: Hamilton, Lanarkshire, Scotland.
|
Posted: Fri Apr 16, 2021 1:18 pm Post subject: Difference between win32 and x64 when missing a callback |
|
|
Win32 correctly generates a run time error with the following code, x64 does not.
Code: | use clrwin
i = winio@('%^bt[Click]')
end |
|
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8210 Location: Salford, UK
|
Posted: Fri Apr 16, 2021 3:26 pm Post subject: |
|
|
Ken
Thanks. I have made a note of this. |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8210 Location: Salford, UK
|
Posted: Sat Apr 17, 2021 9:13 am Post subject: |
|
|
Ken
This failure has now been fixed for the next release of ClearWin+. |
|
Back to top |
|
 |
Kenneth_Smith
Joined: 18 May 2012 Posts: 814 Location: Hamilton, Lanarkshire, Scotland.
|
Posted: Mon Apr 19, 2021 9:19 am Post subject: |
|
|
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. |
|
Back to top |
|
 |
|