On Thu Oct 12 21:02:44 2023 +0000, Santino Mazza wrote:
Where should I initialize it? GdipDrawString works without having to call CoInitialize in Windows.
That's a thing, you shouldn't do that in a library, it's main application decision to how and when initialize it. Again, unless gdiplus for some reason does initialize COM on Windows.