EmulationStation
EmulationStation copied to clipboard
VS2013 compilation errors, ideas?
EDIT: since I found my way with Cmake, I'll update the question.
Do anyone compiling ES in Visual Studio 2013 can answer?
- Any known issue with VS2013 and the dependencies (Boost 1.60.0, Eigen 3.2.8, FreeImage 3.1.7.0, SDL 2.0.4, cURL 7.47.1, FreeType 2.4.9)? Or should I use older/newer versions?
- I have, most of the time, errors about unresolved symbols or with msvcprtd.lib. Seems like problems when compiling the libs. Even using MT or MTd, I couldn't make ES compile yet. Any idea?
Hey, I am also still struggling with this, only on VS2015. Did you see #4 ?
Yes, I followed zimmann suggestion about /MT or /MTd all through the project and libraries, but no luck yet... I spent five days trying everthing I could. Very tired for now, but I'll try again soon.