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
Sorry, I don't have a good idea.
But I looked at the Qt source code and it is in a metaData and library binding, the metaData is essentially a json file.
There is a debug item that writes true or false and then determines when the plugin is loaded dynamically.
It would be better to have a plug-in interface which is stable regarding the ABI.
Here the issue is not specific to debug/release mismatch. But about the binary compatibility, the CRT or a compiler mismatch can crash in the current plugin design.
Hello, As the title says, the cause is that when I load the release lib using debug it crashes, and vice versa.
Is there already a way to distinguish between debug and release in this project?
thanks.
The text was updated successfully, but these errors were encountered: