Hi,
Good morning!
Is there any pattern (software design pattern) for loading images or message strings from resource files?
-Pavan.
Hi,
Good morning!
Is there any pattern (software design pattern) for loading images or message strings from resource files?
-Pavan.
A pattern describes a general solution to a particular situation. It's about the larger structure and not about single commands.
Loading images or message strings from resource files boils down to simple commands, i.e.
LoadString (HINSTANCE, UINT, LPTSTR, int)
so I don't think that you will find a "pattern" for this.