Original Post
Is it possible to disable the creation of stdout.txt and stderr.txt without having to rebuild the SDL source? I'm not currently including , or using std::cout, or std::cerr. (Not outputting to stdout, or stderr in any way) I checked both the VC6, and ming development zips for the library mentioned in: http://www.libsdl.org/faq.php?action=listentries&category=4#85 but I don't find it. (Must be too old of an answer?) I was hoping I don't have to recompile SDL if I don't have to, but I will try if I have to. (I had tried in the past, but I had problems on win32) -- thanks, monkey