imgui icon indicating copy to clipboard operation
imgui copied to clipboard

consider using IMGUI_API

Open onqtam opened this issue 8 years ago • 2 comments

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.

onqtam avatar Aug 17 '17 14:08 onqtam

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 avatar Aug 18 '17 07:08 Flix01

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...

Flix01 avatar Aug 19 '17 17:08 Flix01