Edit128

Started by xlar54, February 20, 2008, 02:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

xlar54

Ok, so I bit the bullet...ML didnt necessarily beat me, but its definitely not fun after awhile :)  So, Ive recoded the edit128 app using CC65.  For those unaware, its a MS-DOS edit.com clone.  The interesting part was delving into the world of function pointers to handle the drop down menus and their actions.  The code isnt the prettiest right now, but Ill clean it up in a few days and post it.  Stuff like this really helps get a grasp on how event driven apps work under the hood.  I will say this amount ML though - the code is MUCH smaller even though it wasnt the best code in the world either.  This is at a really good starting point as far as getting a community project off the ground, and so Im curious if any C programmers might be interested in helping get this thing finished up and improved upon.  Again, the ML version lives at:

http://www.scotthutter.com/c128/

and Ill put the C version up there soon.  Let me know if anyone is interested in helping out.

Thanks

X