Rochus Keller
Rochus Keller
Thank you very much; once more impressive work! The PDF is exactly what I was looking for, also a local copy of the navigable HTML API ref is very useful....
Great, thanks. I try to be patient ;-)
Meanwhile I managed to build a working NAppGUI shared library including all required symbols using this improved qmake project and two helper files: [NAppGUI.pro.zip.zip](https://github.com/frang75/nappgui_src/files/7814804/NAppGUI.pro.zip.zip) I also managed to create my...
In case you're interested I finished the Oberon+ external library modules and migrated your Hello example; works perfectly on my Linux machine, both as generated CIL as well as C...
Thank you for the files, I will gladly integrate them. Tonight I will try to migrate your Fractals example and then compile your library on Windows and macOS and run...
Update: the fractals example works on Linux and Windows; here is a pre-compiled Windows version of the IDE and the examples (including the required DLLs): http://software.rochus-keller.ch/OberonIDE_win32.zip The generated C code...
> I can't download the OberonIDE_win32.zip file Do you have an anti-virus software on your PC preventing the download? Can you try using wget? > Can you pass me the...
Update concerning Mac: I was able to adapt the NAppGUI.pro file to macOS and generate the dylib. The commit is up, and a pre-compiled version of the IDE with all...
Btw. I also experience an issue when I want to download files from my website when using the WebKit based browser on Mac; the same also happens when I want...
Update: bthread_wait doesn't seem to be the primary problem; now I have evidence that the function handed over to bthread_create_imp doesn't start or causes a deadlock immediately when started; bthread_create...