Damien Feneyrou

Results 18 comments of Damien Feneyrou

Thanks for your file, I downloaded it and saw some message about corruption after importing, but no hangs nor crash. Which OS do you use? Windows or Linux (I tested...

I have done several fixes thanks to your file: - when the maximum thread quantity was reached, the GUI was not properly handling it and could lead to a crash...

Interesting project! I never had the opportunity to develop on Apple devices, that is why no such platform is provided in the current code. Did you check the [Dear Imgui...

The 2 commits above should make a step in the right direction. About the Mac OS port, this comment is interesting: https://github.com/ocornut/imgui/issues/3757#issuecomment-800921198 - the reported window size is "DPI corrected"...

See answer in #18 . I cannot help for Mac OS related questions because I have no such environment at hand nor experience with it. However, [Dear Imgui](https://github.com/ocornut/imgui) contains valuable...

> I can't understand why the header file doesn't include code even if I declare preprocessor PL_IMPLEMENTATION clearly in .cpp file. The ```#define PL_IMPLEMENTATION 1``` shall be placed before the...

You also have an example program, just see the beginning of the file ```./c++/testprogram/testProgram.cpp```. The USE_PL=1 is set in the ```CMakeLists.txt``` in the same folder.

The title of the issue mentions "shared libraries" but your initial description mentions several times "static library", that confused me. So you are describing an executable with several dynamic/shared libraries...

I confirm that my above proposal of dynamic library structure works straight under Linux. But not under Windows, which is your use case. Indeed, Windows requires explicit marking of shared...

Sorry for late answer. I had very few time recently to continue the work (I used to live in Kyiv...), I am now in better conditions to resume it. Keeping...