Dev C++ icon trouble

I have tried to add my own icon file to a dev c++ file bt it just says icon is invalid

help
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
Topic archived. No new replies allowed.