R3D9477
R3D9477
@dom96 async procedures isn't GC safe? Is it possible to call async procedure from another procedure who called in a new thread via spawn?
@dom96 yes, thanks! (sorry I'm a novice in Nim, yet)
@filcuc can it help to solve this situation?
@filcuc great news! can I close this issue?
I did comment excludes from krom, but it can't be compiled :( ``` mpty" -static-libgcc -static-libstdc++ -pthread -lasound -ldl -lGL -lX11 -lXinerama thread.o: In function `__hxcpp_register_current_thread()': Thread.cpp:(.text+0x1ee5): undefined reference to...
@sh-dave Awesome! Many thanks. Also can I set window mode "Top Most"? I can't find this or similar property.
@sh-dave Well, thank you for the update. For Linux your Multiwindow system also works fine! I opened enhancement [issue](https://github.com/Kode/Kha/issues/553) for "Top Most" parameter. What about window's events? Is it supported?
@sh-dave ok, Thanks for the help! I keep this issue to be opened
@primesoftware I'm trying to use several native windows, like in [this sample](https://github.com/Kode/Kha/tree/master/Tests/MultiWindow)
@RobDangerous hxcpp-debugger is works now (after little [fix](https://github.com/Kode/Kha/issues/628#issuecomment-366895797)), but very unstable and strange :D  [kha_application_dbg.zip](https://github.com/Kode/Kha/files/1739450/kha_application_dbg.zip) Also [Kha/korefile.js:33](https://github.com/Kode/Kha/blob/master/korefile.js#L33) was replaced with: ``` //project.addExcludes('Backends/Kore/khacpp/src/hx/Debugger.cpp'); //project.addExcludes('Backends/Kore/khacpp/src/hx/Telemetry.cpp'); project.addExcludes('Backends/Kore/khacpp/src/hx/Profiler.cpp'); ``` Lauched in Linux Mint...