Is there a way to include some icons and bitmaps in the exe file without having forms/dialogs defined in a rc ?
Is there a way to include some icons and bitmaps in the exe file without having forms/dialogs defined in a rc ?
Yes, you don't have to create DIALOGs in your RC file. Just include ICON or BITMAP resource types.
EMG