Amiga.org

Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: TheMagicM on August 11, 2003, 01:16:27 PM

Title: C Programming and MUI + MOS
Post by: TheMagicM on August 11, 2003, 01:16:27 PM
Got a question for the p-rogrammers out there..
I guess this is the place to ask questions since this is where all the MOS users hang out.. lol

Where would a NEWBIE to MUI programming look for tutorials about coding in MUI?  I'm ok with C coding and am refreshing my memory on it.  But desigining windows, menus etc is kinda tough.  I downloaded MUIBuilder from Aminet and I can stumble my way through and make a few buttons etc but the app seems to lock up or stay in a "busy" state if I click on the menu design button...

Need some guidance my fellow MOS/Amiga coders...
Title: Re: C Programming and MUI + MOS
Post by: uncharted on August 11, 2003, 01:42:12 PM
Hi there,

I don't know exactly how much help this will be, but here is a GCC+MUI tutorial I used.

http://www.ezcyberspace.com/gcc (http://www.ezcyberspace.com/gcc/)

The first 2 lessons are mainly about GCC (although there are some bits about compiling MUI on GCC, which I don't know if it applies to MOS GCC or not)  The lessons afterwards take you through some different aspects of MUI, building up to a basic program that has network support.