cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Dev C++ icon trouble
Dev C++ icon trouble
Dec 10, 2008 at 5:13pm UTC
Timbo1
(91)
I have tried to add my own icon file to a dev c++ file bt it just says icon is invalid
help
Dec 10, 2008 at 5:36pm UTC
Bazzy
(6281)
What you mean with that?
Are you trying to set an icon for your program?
If so you have to add to your project a .res file containing something like this:
1 ICON "myicon.ico"
Last edited on
Dec 10, 2008 at 5:36pm UTC
Topic archived. No new replies allowed.