Flix01 / imgui

Dear ImGui Addons Branch = plain unmodified dear imgui plus some extra addon.
https://github.com/Flix01/imgui/wiki/ImGui-Addons-Branch-Home
MIT License
396 stars 34 forks source link

consider using IMGUI_API #26

Open onqtam opened 6 years ago

onqtam commented 6 years ago

I use ImGui as a dll by setting IMGUI_API to either export or import symbols appropriately - currently the addons are unusable for me because the interface (forward declarations of functions in headers) is not annotated with IMGUI_API accordingly.

Flix01 commented 6 years ago

Truth. I'll see if I manage to set them in the future (even if probably 95% of the users don't use ImGui as DLL).

Flix01 commented 6 years ago

I've added IMGUI_API to many more methods. However I don't think this is enough to use it as DLL on Windows.

Unluckily, I don't have a test-case that I can check to see what functions are missing...