ghkweon / dwscript

Automatically exported from code.google.com/p/dwscript
0 stars 0 forks source link

Scripting for Android and IOs #444

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I would like to see dwscript working for Android and IOs by using Delphi XE5 
cross compiler. 

Then I can have the same source code that can be compiled to Windows, Android 
and IOs 

And in all these platforms be able to run the same scripting.

Not sure if there is platform specific issues, however if that is such a case 
it could be have a way to what is common to all these platforms work.

Original issue reported on code.google.com by edua...@yashar.com.br on 3 Oct 2013 at 6:14

GoogleCodeExporter commented 8 years ago
Actually it is not a defect, it is a suggestion...

Original comment by edua...@yashar.com.br on 4 Oct 2013 at 2:36

GoogleCodeExporter commented 8 years ago
There are a few roadblocks:
- I don't have access to Android, iOS compilers or XE5 compilers (beyond trial 
version)
- The XE5 mobile compilers could be missing some features (UTF8String f.i.) and 
have other changes that may require significant work (ARC)
- for iOS, Apple doesn't allow 3rd party script engines, you have to use the JS 
engine they provide

Original comment by zar...@gmail.com on 4 Oct 2013 at 4:04