This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Resource compiler option in GCC


"Brunda Sathi" <bsathi@telcordia.com> writes:

> I have worked with Microsoft C compiler for many years. I am new to GCC. In
> MSC we could hardcode all the string constants in a .RC file and invoke
> resource compiler to compile and link these rc files. Strings could be
> dynamically loaded at runtime with an API call. Is there a way to achieve
> the same using GCC?

Not exactly with GCC. Binutils (the package that brings the linker,
the librarian, the assembler, etc) comes with windres;

http://sources.redhat.com/binutils/docs-2.12/binutils.info/windres.html#windres

-- 
Oscar



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]