Since I've downloaded Version 4.9.7.4 I can't compile
any console App (even this working with 4.9.7.3 )
I think it's a error in the new rc-file which is now created
for every Project.
This is the error I get :
[Resource Error] no resources
C:\C++\Tuto\Console\Makefile.win
[Build Error] exe: *** [Projekt1_private.res] Error 1
-> The Projekt1_private.res contains :
// THIS FILE WILL BE OVERWRITTEN BY DEV-C++!
// DO NOT EDIT!
so no res-File is builded bei winres - but in console-
Apps I don't need the rc-File !
CU Paul.