Dev-Cpp
Dev-Cpp copied to clipboard
"Out of Memory" / "Access violation" after double-click in compiler window
Dev-Cpp gives an error ("Out of Memory...") or even crashes (rasing an "Access violation"), when I double-click on the 1st line in the following compiler result window:

To get such a compiler result, simply try to compile a project without a main function.
PS: Interestingly, the folder "c:\crossdev", mentioned in the 2nd line does not exist on my computer.
Did you compile dev-cpp from source or you're using v6.3? I think the source version might have that path in the project file.
I'm using the v6.3 binaries on Win10 and created a standard "console application" project for this minimal example, without any special path settings in the project file.