Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 148975
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T09:03:14+00:00 2026-05-11T09:03:14+00:00

Is it possible to build resources into a static library and reuse them by

  • 0

Is it possible to build resources into a static library and reuse them by simply linking with the library?

I’m primarily thinking about the case where you call a function in the library which in turn accesses resources.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T09:03:15+00:00Added an answer on May 11, 2026 at 9:03 am

    It can be done, but it’s quite painful: You can’t do it by simply linking with the static library.

    Consider this: resources are embedded in an EXE or DLL. When some code in the static library calls (e.g.) LoadIcon, it’ll get the resources from the EXE or DLL that it’s linked with.

    So, if your static library requires resources to be available, you’ve got a couple of options:

    1. You can have the library build them on the fly, and then use (e.g.) CreateDialogIndirect. See Raymond Chen’s "Building a dialog template at run-time".
    2. You can have them embedded in the library as simple arrays (i.e.) char my_dialog_resource[] = { .... };, and then use (e.g.) CreateDialogIndirect. You’ll probably need to find (or write) a utility that converts from .RES files to .CPP files.
    3. You can ship the LIB file with a resource script (.RC file) and corresponding header file. You then #include them as relevant. You’ll need to reserve a range of resource IDs for the LIB to use, so that they don’t collide with those of the main EXE or DLL. This is what MFC does when used as a static library. Or you can use string resource IDs (this doesn’t work for STRINGTABLE resources).
    4. Your static library can ship with a separate resource DLL.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Warning: The Copy Bundle Resources build phase contains this target's Info.plist file
Is it possible to build balancer trees with several levels in mod_jk configuration? for
Is it possible to build an iOS app that will get user's voicemails ?
is it possible to build a jar file made up of all jar files
Would it be possible to build and deploy Meteor applications on Google App Engine
Just wondering is it possible to build CLI app that can be run from
I'm searching if it's possible to build the same Linux Kerneltwice (same sources, same
If I have 6 modules in my project is it possible to build only
I am curious if it is possible to dynamically build a list comprehension in
Possible Duplicate: How to Manage CSS Explosion I intended to build my web site

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.