Share this article

Improve this guide

G++ has stopped working on Windows 10/11: How can I fix it?

3 min. read

Updated onOctober 4, 2023

updated onOctober 4, 2023

Share this article

Improve this guide

Read our disclosure page to find out how can you help Windows Report sustain the editorial teamRead more

The DEV C++ suite usually works without any issues on all platforms. However, there seems to be anerrorwhich is unique onWindows 10. The “g++ has stopped working”erroronWindows 10points towards some compatibility issues. In order to resolve it, try steps below.

How to address “g++ has stopped working” DEV C++  error on Windows 10

How to address “g++ has stopped working” DEV C++  error on Windows 10

Solution 1 – Change Compiler options

There are three methods we got a hold of, and either one should work in addressing the “g++ has stopped working”erroron DEV C++.

The first method concerns Compiler options, as some parameters seeming won’t work. Especially if you’re runningWindows 10with the 64-bit architecture.

Follow these steps to fix the “g++ has stopped working” by changing Compiler options values:

Solution 2 – Run DEV C++ in Compatibility mode

The second method is rather simple. If anapplicationworked seamlessly in a previous iteration of Windows, but it isn’t working as intended onWindows 10, we suggest trying the compatibility mode.

This way, the system will simulate Windows 7 and you should be able to work with DEV C++ without any further issues.

Follow these steps to run DEV C++ in the compatibility mode:

Solution 3 – Reinstall DEV C++ with custom headers

Finally, the third and last method is, in comparison to first, much more applicable toWindows 10with the 32-bit architecture (x86).

What you need to do is replace the current application version (uninstall it) with the last stable release. In addition, there are two extra header files which you need to copy into the installation folder later on.

Here’s the whole procedure you’ll need to follow:

With that said, we can conclude this article. In case you have any questions or suggestions, feel free to tell us in the comments section below.

RELATED STORIES YOU SHOULD CHECK OUT:

More about the topics:windows 10 fix

Aleksandar Ognjanovic

Aleksandar’s main passion is technology. With a solid writing background, he is determined to bring the bleeding edge to the common user. With a keen eye, he always spots the next big thing surrounding Microsoft and the Windows OS.

Focused on Windows errors and how to solve them, he also writes about the OS’s latest features as well as its interface.

In his free time, he likes to read, listen to music, and enjoy the nature. Hiking is one of his newly found passions.

User forum

1 messages

Sort by:LatestOldestMost Votes

Comment*

Name*

Email*

Commenting as.Not you?

Save information for future comments

Comment

Δ

Aleksandar Ognjanovic