Literal Facepalm
For those who don’t remember me (which is a pretty large demographic) last time my entry failed because it didn’t have all the dependencies and crap. I learned that you need to track some dependencies so that it would work. I did this. And I found that it was missing 2 dependencies (even though it could still run) and these were “ieshims.dll” and “wer.dll”. After a quick bit of research, I found out that these are Internet Explorer default files that don’t exist in IE8. Why, SDL, do you need INTERNET EXPLORER?
Also if anybody knows how the hell to export something on Visual Studios 2010, please tell me, nothing I try works.
Comments
zzForrest
04. Apr 2013 · 10:30 UTC
So after fixing it I found out that my problem might be rooted in that my VC++ includes are 64 bit and the SDL components that I used are x86…