We're talking about doing some localizations. It was brought up to use .rc files -- pb's support for it is well; it isn't there.. anyone have code around for reading resource files (specifically string tables) at runtime?
(I presume the .rc/res files added in the project manager do get compiled in...)
Reading RC files?
Re: Reading RC files?
You can include .rc files in the Compiler Options on the Resources tab.
The advantage of a 64 bit operating system over a 32 bit operating system comes down to only being twice the headache.
Re: Reading RC files?
yes, then how I read them in the program? From what I can see, it doesn't look like it compiles the rc ... I need to read some string tables...SFSxOI wrote:You can include .rc files in the Compiler Options on the Resources tab.
