I have a bunch of bitmaps/icons I use in the release version of a program. I was hoping to incorporate them in the executable file so I don't have to add a list image files along with the executable.

Many of them are loaded using LoadImage. Can I do it so they are lumped into the executable?

Thanks,

Matt