This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Resource compiler option in GCC
- From: "Brunda Sathi" <bsathi at telcordia dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 16 Dec 2002 10:48:12 -0500
- Subject: Resource compiler option in GCC
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?
Thanks