TheOverfloater / pathos-public

Public release of Pathos Engine
MIT License
42 stars 10 forks source link

libvorbis in release build is incompatible with newer visual studio toolsets #6

Closed Kleadron closed 8 months ago

Kleadron commented 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.