wxDev-C++7.4 sometime not save the changes of the project

If you are using wxDev-C++ for your wxWidgets design, please ask your questions here instead of in IDE Related.
Post Reply
guyanqiu
Knows some wx things
Knows some wx things
Posts: 25
Joined: Sun Jun 13, 2010 2:44 pm

wxDev-C++7.4 sometime not save the changes of the project

Post by guyanqiu »

The version of mine is 7.4.2.569.
Sometimes, when I create a new project, and add some files to the project, then compiler and link.
The project can save and can open with the files.
Then, I add other files to the project for update the program. then compiler and link.
now, close the project , then open the project, the files those later add to the project is not in the project, those files need add to the project once more.

用中文说就是:
我建一个工程,然后添加文件,编译链接,这个工程可以保存下来。
然后,我再次打开这个工程,为了升级程序,我再次添加几个文件,然后编译链接。
这个时候,我关闭工程,然后再次打开工程,我后添加的那些文件就没有添加到工程中。
需要再次添加文件到工程里才可以。

简言之,就是工程有时候不保存后添加的文件,每次打开工程需要重新添加。
softport
Experienced Solver
Experienced Solver
Posts: 61
Joined: Sat Jan 28, 2012 3:55 pm
Location: Houston TX
Contact:

Re: wxDev-C++7.4 sometime not save the changes of the projec

Post by softport »

I've had the same problem, but can't say why it happens. My solution, till a better one is suggested, is
to have a file that shows exactly how your project tree should look like. This will make it easier to fix.

Sometimes the names of some files and folders will get mixed up, and you end up with a new folder that
has stolen the name of a project file. If I remember right, from the last time, you can try closing the
project (without saving anything), and re-open it. Also, keep a backup of your project.
Windows XP, wxDev-C++ 7.4.2.259, wxWidgets 2.8.12, MingW
Post Reply