Reply To: MWEdit

Home Forums Projects MWEdit Reply To: MWEdit

#3515

I’ve started adjusting the font sizes on my system so I’m able to spend more time looking at things now. Still have some fonts to adjust but I got the editor and that’s the important one 🙂

Anyways! Started to take a deeper dive into the cppcheck log and there are some things that it picked up that aren’t optional. It picked up a couple type mismatches with printf with trying to pass a long integer type while using the main integer specifier and most, if not all, of the memory operations are using floating points instead of integers, which could lead to wonky behavior. Not sure if this is the same stuff that rfuzzo picked up as I haven’t compared everything yet, though. Haven’t started looking at the main code yet but will get there in time. I like to check the logs first to get a better handle on things instead of diving right in. 🙂 I’ll also need to track down the main function. Tried a couple of weeks ago without success but I’ll need to try again

Any luck with Visual Studio?