Reply To: MWEdit

Home Forums Projects MWEdit Reply To: MWEdit

#3522

Sorry, they’ve got things under a new branch: https://github.com/rfuzzo/MWEdit/tree/dev

Some of the changes make sense but others are lost on me. May make more sense later on, though. We could merge the changes later on if that’s the case. Most of the changes in rfuzzo’s seem to deal with the Windows API, which is pretty foreign to me. Most OS APIs are as I generally stick to platform independent code.

No worries, I can use GitHub if needed. 🙂 Just need to set things back up. Don’t know why, using it just isn’t a pleasant experience is all. Always felt better when using GitLab. Really can’t explain it.

I think it’ll be fine as we’re not using it as an API or anything but there are some memory operations in the code. Hopefully they’re part of the program and not trying to access anything in memory separately.

The code is twenty years old so who knows how much we’ll want to change it.

Couldn’t find the main function but there’s this one: https://github.com/NimrodPSI/MWEdit/blob/master/project/MWEdit.cpp#L461

Does Windows generate the main function at compile time for GUI programs, then? GTK doesn’t so if that’s the case, we’ll need to add one later.

No hurry! Just wanted to ask to see how progress was coming along 🙂 Been pretty slow myself. Just general moodiness. 😛