Hi, I have Dev 4.9.9.2 on Windows XP and in the Tools >Environment Options >files and directories tab I selected a file for the splash screen image and now it will not let me delete the file from the field to have it as the default setting. I already researched threads and couldn't find anything, any suggestions?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2007-11-27
It seems you can only modify those fields by browsing, and browsing for 'nothing' is not possible! ;)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2007-11-26
Close down Dev-C++, locate teh devcpp.ini file (typically in C:\Documents and Settings\Clifford\<profile name>\Dev-Cpp), open it in a text editor (not Dev-C++), remove the path from the "Splash" entry (so it just says Splash=""). Save the modified file.
Job done.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I have Dev 4.9.9.2 on Windows XP and in the Tools >Environment Options >files and directories tab I selected a file for the splash screen image and now it will not let me delete the file from the field to have it as the default setting. I already researched threads and couldn't find anything, any suggestions?
It seems you can only modify those fields by browsing, and browsing for 'nothing' is not possible! ;)
Close down Dev-C++, locate teh devcpp.ini file (typically in C:\Documents and Settings\Clifford\<profile name>\Dev-Cpp), open it in a text editor (not Dev-C++), remove the path from the "Splash" entry (so it just says Splash=""). Save the modified file.
Job done.
Thanks that solved it
Wayne