I have a strange problem with the code in the attached file.
If I start a new project in Pelle's IDE and add the two files TryIt.c and TryIt.rc to the project by selecting "Add files to project" from the "Project menu" then I can build an EXE file that runs as expected.
When I close the IDE and then run the project by double clicking on the .ppj file created by the above procedure, the IDE opens, but then when I try to build the EXE file the IDE crashes.
The crash file @@@FD60.tmp is blank.
Experimenting further, I found that if I close the IDE and delete the output folder, the .tag file, the .ppx file and the .exe file produced when building the program then
- When I open the IDE, open the project and build it then the .exe file compiles correctly
or
- If I double click on the project file to build it the IDE crashes.
How can I prevent the IDE from crashing? I am using Windows 11.