Hi!

Now I'm having some problem working with ressource files! I heard that we could use these to place files like pictures and audio inside a .rc file, so that we can then execute our application without having to carrying around dlls and others. Is this true? Could be interesting!

But the problem here is that I can't get to place or use files in ressources! I'm using MS-VC++ 2003, and when I add a .rc file to the project, I can try to add images, audio inside of the .rc, but I don't know how to use them in my code! I know I have to use some special syntax depending on the type of file, but what if you have to import some files like .png?

So do anyone here knows all to deal with ressources and give a syntax example, or are ressources files just serving for other things???

Thanks