Install the mingw in its own Dir as: C:\minGW ( install program has this already ).
Now the only things to change are the paths.
In Dev under tools\compiler options select directories. Then in the first one ' Binaries' change to: C:\minGW\bin
and all the others ( Libraries , C includes , C++ includes )change path to just a period and nothing else.
Now in compiler options go to 'programs'. In the list i made these changes too:
IN . gcc: change to: mingw32-gcc
IN . g++: change to: mingw32.g++.exe
IN . Make change to: mingw32-make.exe
The make is important, without the change i found the projects will not work.
This is what i have found that has worked very well for me. I hope it work out for you as well... good luck. If you have any other questions please come back to this thread and ask, i will get to it as soon as i can.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Try here for mingw the other link was not working. http://sourceforge.net/projects/mingw/
download the top one MinGW 2.0.0 September 4, 2002 its about 12mb and has a self install.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
Recently I discovered that the following manipulators doesnt work!
The manipulators are:
right
left
I have included <iomanip> and the setw( ) manipulator works fine!
My teacher have said that the manipulators, right and left is part of the ANSI / ISO standard for C++.
Is it me that is doing something wrong since I cant get this to work? Or are these features simply not implemented in Dev?
Think they have to do with Trees ?.
tOn
What version of MinGW are you running? 2.95 has a bug. If you are using 3.2 you should be alright. Get it from sourcefore from the MinGW pages
Blakjak :]
where can I get information about how to change the compiler from v. 2.95 to 3.2
I have tried but it didn't work.........
J@ack had a thread on here a few weeks ago that described exactly how to do it. Give a search a try. If I get time later in the day, I'll look for it.
Wayne
Download The mingw 3.2 from here http://www.mingw.org/
Install the mingw in its own Dir as: C:\minGW ( install program has this already ).
Now the only things to change are the paths.
In Dev under tools\compiler options select directories. Then in the first one ' Binaries' change to: C:\minGW\bin
and all the others ( Libraries , C includes , C++ includes )change path to just a period and nothing else.
Now in compiler options go to 'programs'. In the list i made these changes too:
IN . gcc: change to: mingw32-gcc
IN . g++: change to: mingw32.g++.exe
IN . Make change to: mingw32-make.exe
The make is important, without the change i found the projects will not work.
This is what i have found that has worked very well for me. I hope it work out for you as well... good luck. If you have any other questions please come back to this thread and ask, i will get to it as soon as i can.
Thanks :-) I'l try it tomorrow!
Try here for mingw the other link was not working.
http://sourceforge.net/projects/mingw/
download the top one MinGW 2.0.0 September 4, 2002 its about 12mb and has a self install.