|
| Linux - Translated into what? |
| Iniciado por guest, 21,ago. 2017 16:26 - 4 respuestas |
| |
| | | |
|
| |
| Publicado el 21,agosto 2017 - 16:26 |
| One thing I have always wondered about. To get the cross platform effect for Wx I have read that WL gets translated... in WM it gets translated into Java code to run on iOS, and for WB it translated into JavaScript. For Linux, is there a similar translation into another language? Or when the translation is done is it to code native to Linux? |
| |
| |
| | | |
|
| | |
| |
| Publicado el 21,agosto 2017 - 20:43 |
WM can also translate into Objective-C for IOS and wd can translate into c++/c in linux 64/32 native code with .so library with GNOME/QT lib.
King |
| |
| |
| | | |
|
| | |
| |
| Publicado el 22,agosto 2017 - 02:40 |
| Fantastic, thanks for the info, esp the part about Obj-C... thought it was only Java. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 22,agosto 2017 - 21:18 |
Hi Art,
The translation occurs when the code needs to be run onto another typr of processor (iOS, Android) and therefore is using what type of compiler is available for those, or interpreted by another virtual machine (java, js, etc)
For linux, as the processor is still an intel compatible, there is no translation needed, just the use of linux formatted DLL instead of the windows one, and the call of linux primitves/functions in them.
So no language translation here.
Best regards |
| |
| |
| | | |
|
| | |
| |
| Publicado el 23,agosto 2017 - 03:09 |
| Thanks Fabrice, that makes perfect sense. |
| |
| |
| | | |
|
| | | | |
| | |
|