I have been trying to figure out, for a while now, how to set the Description, when looking in Task Manager, when compiling from the command prompt using g++. I found this resource example but when I run windres foo.rc foores.o
, g++ -c foo.cpp
, g++ -o foo.exe foo.o foores.o
and then look at Task Manager I still see foo.exe in the Description field.
I have found many sites and examples but nothing that I have tried seems to work. Any help would be appreciated. I prefer not to use Visual Studio.