Closed Kleadron closed 8 months ago
To compile a release build in 64-bit in vs2017 I had to recompile the libvorbis library file due to it being made by an older compiler. https://stackoverflow.com/questions/837073/error-c1047-object-file-created-with-an-older-compiler-than-other-objects Disabling the "Whole Program Optimization" option should make it behave like the other libraries, this is the only one I had to recompile to make work fine in vs2017 and the v141 toolset. Everything else works.
To compile a release build in 64-bit in vs2017 I had to recompile the libvorbis library file due to it being made by an older compiler. https://stackoverflow.com/questions/837073/error-c1047-object-file-created-with-an-older-compiler-than-other-objects Disabling the "Whole Program Optimization" option should make it behave like the other libraries, this is the only one I had to recompile to make work fine in vs2017 and the v141 toolset. Everything else works.