Hello every one, Maybe also my response is not what he is looking for,but anyway here it is, I like to use Qbasic, and the response below, about FB also is a good choice,I can not say I know much about C or watcom, other that it can view and run myexecutables,...but once I have the executable, why use another prgram to run it? Whenit runs just fine directly from the Dos prompt... visit my webb page:http://garryspages.webs.com
Garrison Ricketson 1. doing graphics (gideon425....@mailnull.com) 2. Re: doing graphics (Mateusz Viste) 3. doing graphics (gideon425....@mailnull.com) Message: 1 Date: Mon, 16 Aug 2010 14:20:50 -0400 (EDT) From: gideon425....@mailnull.com Subject: [Freedos-user] doing graphics To: freedos-user@lists.sourceforge.net Message-ID: <20100816182050.7da6f510...@outside.256.com> Please can someone tell me how I might go about building a freedos executable to do some simple graphics. I have already installed the watcom compiler and built a simple executable. What I need is information on what functions to call to change screen mode and to alter elements of the screen. ---------- Message: 2 Date: Tue, 17 Aug 2010 08:56:21 +0200 From: Mateusz Viste <mate...@viste-family.net> Subject: Re: [Freedos-user] doing graphics To: freedos-user@lists.sourceforge.net Message-ID: <201008170856.25723.mate...@viste-family.net> Content-Type: text/plain; charset="iso-8859-1" I'm not sure that C is a good choice to start programming... A BASIC dialect might be more adapted for an easy start. FreeBASIC is a very powerful compiler, and keeps things simple. Just as a quick example, a BASIC program displaying a yellow circle with a green line on screen would be as simple as: SCREEN 12 CIRCLE (320, 240), 120, 14 LINE (200, 120)-(440, 360), 2 SLEEP END Best regards, Mateusz Viste -- Thanks for the response Matuesz. I have the watcom compiler already installed on my debian box. So I would like to stay with C. I am also very familiar with C and C++ plus numerous other languages. > If you already are very familiar with C C+ and numerous languages.....then > it seems like would not need to ask....but ok any way, I am not to familiar > with those,but I found the easiest way to start learning basics, is the > Qbasic and FreeBasic...on m y web site I have some samples of my first > programs, I have not yet gotten into the graphics much as it is more > complicated, but am studieing on it,....I aminterested in checking out the > librarys that were shown it another response...for watcom,....there are also > lots of librarys for FreeBasic, and Qbasic.... Well good luck, and sorry I > don't have a better answer, actually this is more ofjust a > response.....Regards to everyone...from Garry visit my webb page:http://garryspages.webs.com Garrison Ricketson
------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________ Freedos-user mailing list Freedos-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freedos-user