I’m building an application that runs on both windows and macos.
This application converts .one to bmp.
On Windows (10) it works but on MacOs I get:
TypeInitializationException:The type initializer for ‘Gdip’ threw an…...Drawing APIs. As per Microsoft, On non-Windows...bitmap (which requires drawing APIs), so it won’t work. Anyways...