You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the issue you have?
i found json.hpp conflicted with g++ build option -mwindows. When the option -mwindows was used, although the build succeeded, the exe file could not start normally. The program exited with an error code of 0xc000007b.
when i removed the option -mwindows, everything is ok.
Please describe the steps to reproduce the issue. Can you provide a small but working code example?
What is the expected behavior?
And what is the actual behavior instead?
Which compiler and operating system are you using? Is it a supported compiler?
Did you use a released version of the library or the version from the develop branch?
i found json.hpp conflicted with g++ build option -mwindows. When the option -mwindows was used, although the build succeeded, the exe file could not start normally. The program exited with an error code of 0xc000007b.
when i removed the option -mwindows, everything is ok.
Please describe the steps to reproduce the issue. Can you provide a small but working code example?
What is the expected behavior?
And what is the actual behavior instead?
Which compiler and operating system are you using? Is it a supported compiler?
Did you use a released version of the library or the version from the
develop
branch?If you experience a compilation error: can you compile and run the unit tests?
The text was updated successfully, but these errors were encountered: