Burak Canik

Results 10 comments of Burak Canik

It already says > Note: imgui only supports static library linkage. Building static library. when installing imgui through vcpkg. Although I tried it anyways and nothing changed. Going to try...

> > > > > A random idea: could you try putting the `set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)` line back into your copy of `ports/imgui/CMakeLists.txt` and installing the package again? I _think_ that...

I noticed I have both `imgui:x64-windows` and `imgui:x64-windows-static` So I removed all `x64-windows` packages and installed all of them with `x64-windows-static` ones. Now I can build and run the imgui...

I'm happy with GLFW :) I also don't (currently) have a problem with static build. Is there a disadvantage to linking against Magnum statically ? > The most scary parts...

Gotcha. Thanks for the help and also for creating Magnum!

Hello @troldal, thanks for this awesome library. I've ran into this same problem today. Can you review & merge this if possible ?

This is a crucial problem and needs attention imho. There is also a case very similar to this: A cell value of 5,00 is read as an integer by OpenXLSX...

Sorry I could not get back to you on this. @adkandrin summed it up well 👍

@aral-matrix I'll try it soon (I hope) and get back to you. Thanks for your hard work!

Hi, I'm upgrading my OpenXLSX installation and will test it now. Is your dev branch `development-aral` safe for production work? Current master is behind those commits you mentioned.