Page 1 of 1
MinGW
Posted: Mon Mar 14, 2005 12:00 am
by trey_monty
I recently downloaded MinGW but i cant get it to open up to work on C wich folder do i use? need help please.
Thanks so much!!!
Re: MinGW
Posted: Tue Mar 15, 2005 12:00 am
by rexlunae
trey_monty wrote:I recently downloaded MinGW but i cant get it to open up to work on C wich folder do i use? need help please.
Thanks so much!!!
I think there is a fundamental misunderstanding here. MinGW is a command-line tool, a compiler which you call from a dos shell or cmd window. There is nothing to "open" per se, and it does not come with an Integrated Development Environment (IDE) ala Visual Studio. You write your code in any old text editor, and when you are done writting it, you enter a command, and it generates your program for you. I suggest you read the documentation <a href="http://mingw.sourceforge.net/docs.shtml">on MinGW's web site</a> which will tell you the commands you need. I'm not sure this forum is the right place to get help with the sort of problems you seems to be having. What is it that you want to do with MinGW?
Re: MinGW
Posted: Fri Mar 18, 2005 12:00 am
by trey_monty
well i want to write an OS, but im just starting programming and that is what i downloaded.
Thanks
P.S. I asked somewhere else about what compiler to use and the person told me MinGW.
Re: MinGW
Posted: Sat Mar 19, 2005 12:00 am
by carbonBased
You just started programming and you want to write an OS? I'm hope you realize that's an incredibly huge undertaking. And OS is one of -- if not the -- hardest, largest, and most demanding projects to write.
I would strongly suggest attempting several smaller tasks before attempting an OS...
--Jeff
Re: MinGW
Posted: Sat Mar 19, 2005 12:00 am
by trey_monty
Okay. ill do just that.thanks.
Re: MinGW
Posted: Wed Mar 23, 2005 12:00 am
by DRF
There is an IDE for MinGW called Dev C++ this isn't the same as Visual C/Basic or Delphi as you can't make fancy graphical interfaces just by drawing them and then adding a little bit of code for each button. But it allows you to use projects and a nicer interface than a normal text editor.
The url for this is:
http://www.bloodshed.net/devcpp.html
Daniel
Re: MinGW
Posted: Thu Mar 31, 2005 12:00 am
by ZOSdever
Im quiting using this compiler it is a pain.
Re: MinGW
Posted: Thu Mar 31, 2005 12:00 am
by Legend
Yes, the MinGW port of gcc is a bit tricky sometimes ...
Re: MinGW
Posted: Fri Apr 01, 2005 12:00 am
by ZOSdever
I noticed
Re: MinGW
Posted: Fri Apr 01, 2005 12:00 am
by Legend
There are however two different ports - cygwin and djgpp of that compiler, however, I think for os development, djgpp can be even more trickier ...
Re: MinGW
Posted: Sun Apr 17, 2005 11:00 pm
by ZOSdever
OK thanks