Hello JAL users, I am looking for people that want to test the new version of the JAL compiler under Windows (Linux is also allowed if you want to play with it). Main reason is that I compiled the compiler using a different c-compiler. This because the current JAL 32-bit Windows compiler shows random (but still correct) behavior assigning variables to data space. Since it is only for the 32-bit version I suspected Visual Studio with which I create the new JAL compiler.
So I recompiled the JAL compiler sources for Windows with a different c-compiler and that fixed the problem so my plan is to compile the JAL compiler using this c-compiler. In order not to mix up things too much I used for these compilers the same names as are used for the Linux versions but they have the extension '.exe': jalv2-i686.exe : Newly created Windows 32-bit binary jalv2-x86-64.exe : Newly created Windows 64-bit binary You can find the compilers here: https://github.com/jallib/jalv2compiler/tree/master/bin What you will also see is that these compiler are smaller in size than their Visual Studio counterparts (jalv2.exe and jalv2_64.exe). As I mentioned earlier this version of the compiler also fixed this issue: https://github.com/jallib/jalv2compiler/issues/8 If you are testing it let me know if it works or not. Thanks for your help. Kind regards, Rob -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jallib/faa077ef-7359-45c8-a691-5b2ba02162ca%40googlegroups.com.
