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 8547923
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T13:22:28+00:00 2026-06-11T13:22:28+00:00

I have a static library which contains singletons. I need to load a separate

  • 0

I have a static library which contains singletons. I need to load a separate instance of those singletons in the same process for testing purposes.

So I have created a DLL which links the same static library, and then the main process loads that DLL.

As soon as the DLL tries to load, I get access violations when trying to access the static instance pointers in the singletons.

Some posts that I have read say that it’s impossible and that I need a second process, while others say that each DLL gets it’s own copies of all the static variables in the static library it links, which suggests that this should work..

Is what I am trying to do possible?

  • 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. Editorial Team
    Editorial Team
    2026-06-11T13:22:30+00:00Added an answer on June 11, 2026 at 1:22 pm

    Most of the time a singleton is really meant to be only one – your request is unusual.

    I know that linking a static library into a DLL can result in multiple instances of static variables, because I’ve seen it myself. Each DLL or EXE gets its own copy of the static library via the linker, and thus its own copy of the static variables.

    The access violations may come from problems with initialization order. The best way to control that is to make sure the static variables are within a function that initializes them just-in-time, rather than global variables.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a need to create a static library which will some of it's
I have to include a static native library (dsplink.a) which uses System V IPCs
I have global static variables in a C library, which generate exceptions in a
I have a program, myprogram , which is linked with a static convenience library,
I have the following problem: I'm linking against the Admob library which contains some
I have a library which contains all font characters (Arial in my case). For
I have a static library (let's call it S) that uses a category (NSData+Base64
I have created a static library following this link . But I am facing
I have a static C library (say mylib.a ) and I was wondering if
i have made my custom Static Library (.a) successfully. i have tested it in

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.