Re: [fpc-pascal] *** GMX Spamverdacht *** Re: *** GMX Spamverdacht *** Re: WebAssembly Target

2017-04-15 Thread Jürgen Hestermann
Am 2017-04-15 um 03:54 schrieb Ryan Joseph: > I think you’re confusing Java for JavaScript. JavaScript doesn’t allow execution of arbitrary code and as far as I know it’s still the only language that can manipulate the DOM on the browser to perform actions on the client side like changing the

Re: [fpc-pascal] fpc code for Java class and Android.

2017-04-15 Thread Jon Foster
On 04/09/2017 11:30 AM, Paul Breneman wrote: On 04/09/2017 11:32 AM, fredvs wrote: For this, Xorg must be installed. Huh, of course only for gui applications (fpGUI or MSEgui). For no gui console application, compile your fpc java native library for the same cpu than the one of Android.

[fpc-pascal] Coroutines and VirtualAlloc

2017-04-15 Thread Ryan Joseph
I was curious about possible ways coroutines could work in FPC and found this example that claims to implement just that. It appears to be designed for Windows though and makes use of a function called VirtualAlloc which I don’t understand. Is there a non platform specific version of this

Re: [fpc-pascal] fpc code for Java class and Android.

2017-04-15 Thread fredvs
Jon Foster wrote > The only thing that console apps need is a terminal emulator. Huh, yes, when I re-read my mail, I see directly that this will be the problem. The "One only library-method used by the Java Class" needs of course a terminal to show his output. Jon Foster wrote > Linux (Android