Hello,
I already asked a lot, but found no solution:
The 'Application settings' under project options for my console application are greyed out.
As someone suggested, I tried adding a .rs file to the project, containing
But the icon built into the applications .exe still was borlands default icon.
(using a wrong filename provoked a compilation error, so the .rc must have been interpreted somehow ..?)
And sadly, I can't find a description of the .rc files syntax, so the meaning of 101 remains hidden to me.
(tried some other numbers already .. whew ..)
Besides wanting to use my custom icon for console applications, I would really like to find out, how an .exe file can be structured, where meta-information is located, etc..
However, yet I haven't even found the right keywords for search terms.
thanks for any input!
I already asked a lot, but found no solution:
The 'Application settings' under project options for my console application are greyed out.
As someone suggested, I tried adding a .rs file to the project, containing
Code:
#define ID_ICON 101
ID_ICON ICON "nwstarter.ico
(using a wrong filename provoked a compilation error, so the .rc must have been interpreted somehow ..?)
And sadly, I can't find a description of the .rc files syntax, so the meaning of 101 remains hidden to me.
(tried some other numbers already .. whew ..)
Besides wanting to use my custom icon for console applications, I would really like to find out, how an .exe file can be structured, where meta-information is located, etc..
However, yet I haven't even found the right keywords for search terms.
thanks for any input!