Reading RC files?

Windows specific forum
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

Reading RC files?

Post 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...)
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

Re: Reading RC files?

Post by SFSxOI »

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.
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

Re: Reading RC files?

Post 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...
Post Reply