Reply To: MWEdit

Home Forums Projects MWEdit Reply To: MWEdit

#5319

Where do you see the error about the missing main() function? I missed that. I never did figure out how things were working without WinMain()

It is missing the Run() function and is supposed to use the inherited one instead. I noticed it during the initial audit a year ago but I don’t think I put it on the tracker. Sorry about that. It’ll need one or the equivalent anyways for GTK support since it does things in a standard C++ way. Will look at the structure of it and will probably have questions about it 🙂

Will also try the stdafx.h file and see what happens 🙂

We knew going in that the cleanup would break most everything until completion so I’m not all that worried. Most of what’s broken is the Windows code. The rest remains intact 🙂

Though, why adding the needed includes would cause this issue is beyond me when things were working before. I’ll take another look at the previous log file from before I added the offending header and see if it has any additional insight.