Friday, 17 February 2017

How to fix crashes of wxDev-C++

Hi Guys, In this post I will show you how to fix wxDev-C++ IDE. This is one of my favorite  IDE for wxWidgets. But sometimes it crashes too much. So I am explaining you how to fix it without uninstalling. Like other software it also saves its configuration file in Roaming directory of current user. Whenever any error occurred related to writing/reading the data from the configuration file then it crashes.


How to repair wxDev-C++ without uninstalling 

Follow these steps you will get rid of this problem.

Step 1:


First of all close wxDev-C++ window.

Step 2:


Make sure that you can see hidden files or folders. If not then go to folder option and then in View tab Click on Show Hidden Files and Folders. Now
Open File Explorer and then go to" C:\Users\<User name>\App Data\Roaming" directory (In my system it is C:\Users\Shivam Saxena\AppData\Roaming). 

Step 3: 


Here you will find a directory named Dev-Cpp. Just delete it.

Step 4: 


Now open wxDev-C++ and it will behave like opening as first time. Choose your settings and finally you can work.

Note : For any problem related to wxDev-C++ you can contact me.

Thanks :-)

       

No comments:

Post a Comment