Dev-Cpp icon indicating copy to clipboard operation
Dev-Cpp copied to clipboard

"Out of Memory" / "Access violation" after double-click in compiler window

Open IPEfluencer opened this issue 4 years ago • 2 comments
trafficstars

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:

grafik

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.

IPEfluencer avatar Jul 14 '21 19:07 IPEfluencer

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.

FMXExpress avatar Jul 14 '21 20:07 FMXExpress

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.

IPEfluencer avatar Jul 15 '21 18:07 IPEfluencer