1
General / Re: SFML-2.1 has encountered a problem and needs to close !
« on: August 28, 2013, 12:03:33 pm »
well,
I'd like to say thank you for all,
the problem has solved,
Croux said (ok thanks...mingw update solved my problem)
and also my lecturer told me that.
To overcome this problem, do the following:
1. Remove or rename the existing MinGW
2. Download the latest mingw-get-setup.exe installer file from: http://sourceforge.net/projects/mingw/files/latest/download?source=files
3. Run the installer, make sure you select the default folder (i.e. C:MinGW)
4. Select Basic Setup
5. Tick the mingw32-gcc-g++ package
6. Apply Changes
To check your compiler version after installation, type the below at the command windows:
g++ --version
If you get version 4.7.2, then you compiler should be ok now.
Just unzip it to C:MinGW, and you should be good to go.
( the is the solution )
Thank you for all
I'd like to say thank you for all,
the problem has solved,
Croux said (ok thanks...mingw update solved my problem)
and also my lecturer told me that.
To overcome this problem, do the following:
1. Remove or rename the existing MinGW
2. Download the latest mingw-get-setup.exe installer file from: http://sourceforge.net/projects/mingw/files/latest/download?source=files
3. Run the installer, make sure you select the default folder (i.e. C:MinGW)
4. Select Basic Setup
5. Tick the mingw32-gcc-g++ package
6. Apply Changes
To check your compiler version after installation, type the below at the command windows:
g++ --version
If you get version 4.7.2, then you compiler should be ok now.
Just unzip it to C:MinGW, and you should be good to go.
( the is the solution )
Thank you for all