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]

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


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