Discussion:
Quit in 64-bit code
Paul Young
2017-05-14 20:13:39 UTC
Permalink
I am just starting to learn how to convert 32-bit code to 64-bit code.

In 32-bit code I can use Quit when I close the main (last window). In 64-bit code this throws an exception. What is the proper way to quit an app?

Paul Young
_______________________________________________

Xojo forum:

https://forum.xojo.com/
Jon Ogden
2017-05-14 20:53:28 UTC
Permalink
I think it's something else throwing the exception. Quit works fine as far as I know.

Sent from my iPhone
Post by Paul Young
I am just starting to learn how to convert 32-bit code to 64-bit code.
In 32-bit code I can use Quit when I close the main (last window). In 64-bit code this throws an exception. What is the proper way to quit an app?
Paul Young
_______________________________________________
https://forum.xojo.com/
_______________________________________________

Xojo forum:

https://forum.xojo.com/
Paul Young
2017-05-14 20:55:15 UTC
Permalink
OK, thanks. I will study some more.

Paul Young
Post by Jon Ogden
I think it's something else throwing the exception. Quit works fine as far as I know.
Sent from my iPhone
Post by Paul Young
I am just starting to learn how to convert 32-bit code to 64-bit code.
In 32-bit code I can use Quit when I close the main (last window). In 64-bit code this throws an exception. What is the proper way to quit an app?
Paul Young
_______________________________________________

Xojo forum:

https://forum.xojo.com/

Loading...