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
The dll exception is thrown because VS on build is copying the wrong cimgui.dll version.
If target architecture is set to x64 VS on build still copies the x86 version it seems, manually replacing the dll allows the build to run.
I don't know enough about the build process to fix it but leaving that out here in case someone needs x64 or has an idea how to fix it.
The text was updated successfully, but these errors were encountered:
The dll exception is thrown because VS on build is copying the wrong cimgui.dll version.
If target architecture is set to x64 VS on build still copies the x86 version it seems, manually replacing the dll allows the build to run.
I don't know enough about the build process to fix it but leaving that out here in case someone needs x64 or has an idea how to fix it.
The text was updated successfully, but these errors were encountered: