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

  • Home
  • SEARCH
  • 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

Ask A Question

Stats

  • Questions 75k
  • Answers 75k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer What seems to be happening here is that WPF is… May 11, 2026 at 2:47 pm
  • added an answer Disclaimer: This code doesn't search for a single exact match,… May 11, 2026 at 2:47 pm
  • added an answer Changing the LANG environment variable is one way to solve… May 11, 2026 at 2:47 pm

Related Questions

On a recent project I have been working on in C#/ASP.NET I have some
This question is a follow up to my question about sharing resources between web
I'm writing an ASP.NET MVC application and trying to use a RESX file to
I have a C# (2008/.NET 3.5) class library assembly that supports WPF (based on

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.