LadybugDB c++ api in mingw? #112
-
|
is there any way to run LadybugDB c++ api with mingw? |
Beta Was this translation helpful? Give feedback.
Answered by
adsharma
Dec 29, 2025
Replies: 1 comment 2 replies
-
|
Can you paste the error you're seeing? I recall fixing some issues with mingw when debugging windows builds (where the CI was erroneously using mingw instead of MSVC). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That can't be an end user requirement. Must be your developer preference.
Most of ladybug code is compatible with gcc. The windows port is a small amount of code and tested only with MSVC.
If you get that to compile in mingw, should be easy to run.
Not a priority for me. Patches welcome