Easy68K?

Talk about development tools here

Moderator: BigEvilCorporation

TmEE co.(TM)
Very interested
Posts: 2440
Joined: Tue Dec 05, 2006 1:37 pm
Location: Estonia, Rapla City
Contact:

Post by TmEE co.(TM) » Wed Jan 31, 2007 1:56 pm

Why do you think I'm messing with Visual Studio ? I'm messing with 17 year old DOS stuff, I like it so much because it does this nice syntax checking and is very user friendly (well, maybe not for people who have never seen DOS software in action).
Mida sa loed ? Nagunii aru ei saa ;)
http://www.tmeeco.eu
Files of all broken links and images of mine are found here : http://www.tmeeco.eu/FileDen

Stef
Very interested
Posts: 3131
Joined: Thu Nov 30, 2006 9:46 pm
Location: France - Sevres
Contact:

Post by Stef » Wed Jan 31, 2007 2:09 pm

I do know QBasic, I started "programming" 10 years ago with QBasic ;)
The IDE was simple but very well suited Basic programming. Then i used Turbo Pascal and Turbo C with the same sort of DOS style IDE.
DevCPP and Codeblock offers a different approch since they separate the IDE editor from the compiler. Even if they has been designed for C development mainly, you can use them for HTML, PHP, Basic, Pascal... as you can configure almost all.

TmEE co.(TM)
Very interested
Posts: 2440
Joined: Tue Dec 05, 2006 1:37 pm
Location: Estonia, Rapla City
Contact:

Post by TmEE co.(TM) » Wed Jan 31, 2007 2:13 pm

Official FreeBASIC IDE (made by vongodric) is similiar to things you use according to you, anyway, people do crazy stuff in QB/FB now, FB is as fast as C, while it is simple as BASIC. I'm moving to FB but first I'll use DOS version then later WIN.
Mida sa loed ? Nagunii aru ei saa ;)
http://www.tmeeco.eu
Files of all broken links and images of mine are found here : http://www.tmeeco.eu/FileDen

Stef
Very interested
Posts: 3131
Joined: Thu Nov 30, 2006 9:46 pm
Location: France - Sevres
Contact:

Post by Stef » Wed Jan 31, 2007 2:18 pm

It's surprising to see a basic compiler as fast than C compiler... anyway, why not ? But the main problem of basic language is the "non portability". You can find a C compiler for almost all target CPU which is not the base with basic.

TmEE co.(TM)
Very interested
Posts: 2440
Joined: Tue Dec 05, 2006 1:37 pm
Location: Estonia, Rapla City
Contact:

Post by TmEE co.(TM) » Thu Feb 01, 2007 6:23 am

BASIC is like one of those languages, that nobody (except BASIC freaks like me) wants to use, and because of its slowness in the past (now its fast) nobody even thought of having a BASIC compiler for their CPU.
And actually I don't care about portability, I use too much ASM so it will ruin every chance of easy porting (note: I prefer to use my code, other's code is last resort).
Mida sa loed ? Nagunii aru ei saa ;)
http://www.tmeeco.eu
Files of all broken links and images of mine are found here : http://www.tmeeco.eu/FileDen

KanedaFr
Administrateur
Posts: 1139
Joined: Tue Aug 29, 2006 10:56 am
Contact:

Post by KanedaFr » Thu Feb 01, 2007 12:54 pm

cdoty wrote: But, I'll probably stick with as (from the GCC package) and Visual Studio 6. This is definitely the best IDE.
hmm...you can change the compiler,... used by VS6 ?!!!
I like it a lot ( I cost me a lot to say that...but MS did great work here) so I can dev MD on it...wow!!!!!

cdoty
Very interested
Posts: 117
Joined: Wed Nov 29, 2006 2:54 pm
Location: Houston, TX
Contact:

Post by cdoty » Sun Feb 04, 2007 4:25 am

KanedaFr wrote:
cdoty wrote: But, I'll probably stick with as (from the GCC package) and Visual Studio 6. This is definitely the best IDE.
hmm...you can change the compiler,... used by VS6 ?!!!
I like it a lot ( I cost me a lot to say that...but MS did great work here) so I can dev MD on it...wow!!!!!
Yep. Check out the Frog Feast Sega CD source code. http://frogfeast.rastersoft.net/SegaCDSrc.html

It uses an nmake compatible makefile, and a utility from Loser (PSX hacker) to translate the GCC error message to VS format.

Post Reply