Infected
Aug 4 2005, 04:30 PM
I using this:
http://www.governmentsecurity.org/forum/in...showtopic=15862 by tibber
and I want to know how can I add resources using Dev C++
if someone can explain it would be great
thanks
fandango
Aug 8 2005, 12:54 PM
hmz wheres your problem ?
Under the menupoint 'Project' choose 'Add Resource File',' Edit Resource File'
Afterwards you have a .rc and a resulting .res file which is linked to the exe...
Anyway DevCpp doesnt really help much on ressource creating, each resource (dialogs, icons etc) must be coded by hand
MS Visual C offers a lot more in this area (like a 'wysiwyg' editor for resources and automatic #define for these)
greetz