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
I used G++ to generate a dynamic library libz3.dll for Z3 in a Windows environment, and then I needed to build a project in Virtual Studio and use Z3 for special needs, I added the dynamic library I generated earlier to the linker, but I ran the program with an error: G:vs projectstest4test4srclibz3.dll : fatal error LNK1107 Invalid or corrupted file: Cannot be read at 0x200
The text was updated successfully, but these errors were encountered:
I used G++ to generate a dynamic library libz3.dll for Z3 in a Windows environment, and then I needed to build a project in Virtual Studio and use Z3 for special needs, I added the dynamic library I generated earlier to the linker, but I ran the program with an error: G:vs projectstest4test4srclibz3.dll : fatal error LNK1107 Invalid or corrupted file: Cannot be read at 0x200
The text was updated successfully, but these errors were encountered: