Reply To: MWEdit

Home Forums Projects MWEdit Reply To: MWEdit

#3883

Tried again to hunt down the main function or WinMain but still couldn’t find it. I wouldn’t be surprised if it was done as a macro somewhere. I’ll keep an eye out as I go and will take a close look at the VS project files when I get there.

Going through the esm folder and the code is really hard to understand without proper includes and namespace prefixes (there are very few comments to explain things) so those will definitely need to be added. Some of the class names are also on the docket for being changed as they’re not very descriptive, consisting of things such as item1 and item2. Lot of stuff to decipher before it starts making sense

Edit:

We also will need to extract the layout in the resource file and convert it into GTK’s cross-platform XML.