cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
resources files
resources files
Apr 9, 2016 at 7:48pm UTC
Cambalinho
(1445)
heres my resource file:
1
2
3
4
5
6
#ifndef _resource_rc
#define _resource_rc
MAINICON ICON
"x-7.ico"
#endif
the exe icon is changed.
my question is: can i change the string to a variable name?
Topic archived. No new replies allowed.