"LNK2019 unresolved external symbol __ip___iob_funct referenced in function _ShowError"
I've been looking this up, but most help I can find outside of TPT circles is for SDL2, and we aren't using that, right?
I have zero experience with C++, but I want to mod this game to learn, since I don't like working from scratch.
I followed the steps in the guide for VS TPT++ to the letter, with the exception of adding HAVE_STRUCT_TIMESPEC in the preprocessor args, and using VS2015. The latter apparently causes some issues with SDL, but I really can't figure out what to do about it. I could download 2013, but I already spent most of yesterday downloading this one. (My internet is slow)
I saw this post, but I'm really too much of a newb to know what's what.
https://powdertoy.co.uk/Discussions/Thread/View.html?Thread=20541
Most of the stuff that Stack Exchange page is telling me to do is causing errors, but I'm probably implementing it wrong.
I also am quite sure that VS 2015 worked with that guide before. I've done this stuff previously.
Could I get some help with this please?