Artur Efimov
Artur Efimov
Hi Dave, Yes, I must have missed the update. I've checked your solution with my test and it works. Sidenote: Just curious, what do you think about removing parentheses from...
The leading developer of the Ofront+ project says that it may have something to do with integer alignment and that he has come across a similar problem when porting Ofront+...
The (GCC) options `-malign-power` and `-malign-natural` may help.
@lenoil98 To set the language, run Free Oberon as follows: ``` ./FreeOberon --lang en ``` The language info is located in directory `Data/Texts` and you can add more languages if...
This probably happens because file "Env.Mod" is present in subdirectory "Programs". Delete this file and the compilation will work. In this case system module "Env" will be used instead. I've...
Yes, this is planned for one of the next updates. FreeOberon.exe will be split into IDE and a separate compiler+linker (the name will be something like foc.exe).
Hi @Spoiledpay, it will take about two weeks.
Hi. The command line compiler is already available as of April 22, 2022. There is now a second executable named "fob" ("fob.exe" on Windows). Run it to see help. Basically...
Hi @packetrhino, did you manage to fix your issue? Need any help?
Hi @Spoiledpay, Did you have a chance to check out the console compiler?