Reply To: MWEdit

Home Forums Projects MWEdit Reply To: MWEdit

#3945

In order to get the program to build using other compilers (assuming VS works), it’ll be necessary to add WinMain() as it currently doesn’t exist with a call to Run() from the main window (that class is already set up properly so it may be easy) and it’ll also be necessary to sort out the image library. The image library is set up to use an embedded DLL and will need to be changed to be handled at build time since DLLs are compiler specific. Haven’t gotten to the IL directory yet, though.

We’ll also probably need to get a build script together, which I always find pretty difficult. Will get there!