Jul 16, 2005 14:19
Menuetstuff! It's finally pretty much finished, it just needs some spit 'n shine, and it's gonna go beta!!
I'll post a link when it does go up. I'm licencing it under the GPL, so sourcecode will be included. I really didn't do a good job on it, it was my first full C++ project ever, but I feel that I did ok for my skill level. I appologize for the inceredibly messy code. It's REALLY messy. before I release the source, I'll try to clean it up a little and comment it(that's right, there are no comments... fear.) It's not really a stuffer per se; I actually used a hex editor to split off the top and bottom of the msetup.exe, and the function 'stuff' in my code creates a new msetup.exe by creating a blank file, writing the top to it, the image you specify, then the bottom. I haven't had any kind of luck booting MeOS off of a hard drive in any way, so I couldn't test that, but I ran the new copy of msetup.exe and it wrote the floppy flawlessly, so I'm assuming it will work.
Changes to be made before the beta release:
>> I made the help output first, so i have to change that around as things changed as I coded
the app.
>> Code needs to be cleaned up.
>> Some small errors need to be fixed.
So, yeah next release I'll post a link to the binary and the source as soon as I get it perfected. I was thinking of going with version
1.0.0
in the format: release, update no., stable(1|0)
happy coding, all.