Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2006 Aug : Runtime resource loadingi
| Subject: | Runtime resource loadingi |
| Posted by: | "John Schmidt" (schmidtjo..@yahoo.com) |
| Date: | Mon, 14 Aug 2006 07:36:20 |
Hi,
If I have an <AppName>.RC file it will be compiled into the EXE when loading
it by
LoadResourceName(HInstance, 'RESNAME').
How can I make this replaceable by another version of <AppName>.RC file at
runtime?
Thanks,
John