Page 1 of 1

Reading RC files?

Posted: Sat Feb 18, 2012 11:28 pm
by jassing
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...)

Re: Reading RC files?

Posted: Sun Feb 19, 2012 10:32 am
by SFSxOI
You can include .rc files in the Compiler Options on the Resources tab.

Re: Reading RC files?

Posted: Sun Feb 19, 2012 6:24 pm
by jassing
SFSxOI wrote:You can include .rc files in the Compiler Options on the Resources tab.
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...