Reply To: MWEdit

Home Forums Projects MWEdit Reply To: MWEdit

#3726

Do you mean this one? Possibly if it’s a drop-in replacement

Haven’t gotten to the windowing code yet but, as I recall, DOS and Windows had totally different ways of handling that so they’d likely be incompatible. Removing it won’t change the binary at all but will reduce code cruft.

Sorry, meant prefixed. Will definitely need to get the standard library stuff prefixed with std:: to help make it clear where everything is coming from. The code uses an odd mixture of C89 and C++98 but that may be due to VS being behind the times. I know it had severe limitations compared to competitors at the time, which is why we were instructed to use Dev C++ (also behind but still ahead of VS) in class. Personally, I just used GCC and got yelled at by one instructor. The others were fine with it 😛

Taking a bit of a break today. Adjusting whitespace for days gets very tedious 😛