Dev-C++ sometimes deletes files included in resource (.rc) file
A free, portable, fast and simple C/C++ IDE
Brought to you by:
orwelldevcpp
Version: Dev-C++ 5.4.1 - No Included Compiler (using TDM-GCC 32-bit)
OS: Windows XP SP3
When I added an existing resource file into my project, and clicked the 'Compile & Run' button, a manifest file listed in the resource file was deleted!
#include <windows.h> 1 24 "MyProgram.exe.Manifest"
The 'MyProgram.exe.Manifest' file was then deleted. It only did this two times, and I now cannot reproduce it. Perhaps it's on a new/fresh install of Dev-C++?