C :: B issues:
|| can't popen `gcc -E -xc -DRC_INVOKED -IC: \ wxWidgets-3.1.1 \ include -IC: \ wxWidgets-3.1.1 \ lib \ gcc_lib \ mswud C: \ Users \ TIMONI ~ 1 \ Desktop \ Queue \ PROGRA ~ 2 \ Lw11 \ Lw11.3 \ resource.rc ': No error |
When running .exe applications: 
In the compiler settings added command:
windres.exe - use-temp-file
With it, the application in C :: B works, but the exe file itself is not.
COMSPECenvironment variable (if changed) can be to blame. - Vladimirwindres... In the compiler settings, C :: B at the bottom of the program list has a setting for windres. You can try adding an option to it:windres.exe --use-temp-file- this will force it to use a temporary file instead of the channel (popencall). They say in the documentation that this can sometimes solve the problem when the system fails to open the channel (but are there references about windows 95/98 ... is this not your case?) - Vladimir