Ondrej Kelle

Results 10 comments of Ondrej Kelle

As mentioned in the [readme](https://github.com/tondrej/chakracore-delphi#readme) you can download chakracore.dll from their [release](https://github.com/Microsoft/ChakraCore/releases/tag/v1.11.24) page. jedi.inc submodule is not missing if you follow the instructions in the readme.

Hi :-) Congrats on a very interesting project! It's also nice to see your RTTI extension. I had started something similar in a private branch already as I thought too...

Hi! Have a look at the experimental/variants branch and the new WmiSample.

Linux is supported for Free Pascal. I did not intend to provide Linux support for Delphi (mostly to avoid trouble with ARC which is apparently going to be deprecated anyway)....

It's a different memory management model. I'm not keen on writing code supporting both ARC and the classical one.

Good news: [Unified Memory Management - Coming with 10.4 Beta](https://dalijap.blogspot.com/2020/03/unified-memory-management-coming-with.html)

Can be worked around by downloading and extracting the QT runtime manually: ``` cd ~/.qmlnet-qt-runtimes/ wget https://github.com/qmlnet/qt-runtimes/releases/download/releases/qt-5.15.1-7fc8b10-linux-x64-dev.tar.gz tar -xvf qt-5.15.1-7fc8b10-linux-x64-dev.tar.gz ``` The version string is [configured](https://github.com/qmlnet/qmlnet/blob/0836ae783a3ed5fb404db68d0706f9a7fa3765b4/src/net/Qml.Net/QmlNetConfig.cs#L9) in `QmlNetConfig.QtBuildVersion`.

As they mention LLVM 11 in the [prerequisites](https://wiki.freepascal.org/WebAssembly/Compiler#Prerequisites) I've tried (on Debian Buster) installing llvm-11 and clang-11 and created symlinks in /usr/local/bin so that FPC finds the two tools (llvm-mc...

Thank you very much for such a swift response! I'm using fpcupdeluxe built from latest source code. For fpc trunk, both cross-compilers are installed without errors (I've tried on Debian...