I have an app that works perfect in Xe5.. Now recompiles in XE6 fine..
but the firs thing I noticed, was that I couldnt use
Application.Terminate;
It kills the app.. not sure why it was recommended in xe5, but worked fine there..
Now it acts like it wants to run, shows my first frame. then locks up..
Weird.. Anyone else know of any tricks or differences in XE6???
Last edit: Gordon 2014-05-07
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have an app that works perfect in Xe5.. Now recompiles in XE6 fine..
but the firs thing I noticed, was that I couldnt use
Application.Terminate;
It kills the app.. not sure why it was recommended in xe5, but worked fine there..
Now it acts like it wants to run, shows my first frame. then locks up..
Weird.. Anyone else know of any tricks or differences in XE6???
Last edit: Gordon 2014-05-07
This very very basic app works fine in XE5.. weird in XE6..
Attached is a very very basic demo I wrote.. Works fine in XE5.. Dies in XE6.. Please, someone tell me what stupid thing I am doing..
2 things dont work..
First, it wont get the version info..and has nothing to parse to display on the label..
Then, when you click on the button.. It locks up when you try to display an alert box.. Am I doing something stupid? worked fine in XE5..
Last edit: Gordon 2014-05-07
Hi Gordon
In XE6 some functionality changed by EMB if you don't want to use XE5
Remove Application.Terminate.
Getting version info fixed.
Please download last source code from SVN ( Code Section ).
Thank you for feedback.
Regards
Thanks so much..
Also, Did you look at my alert box in the sample? Cant make it work in Xe6.. works fine in XE5.. so weird..
Hi Gordon
It works very well,
Please download last source code from SVN ( Code section )
Regards
K, Thanks!