Skip to content

How to, info... #1

Description

@Dariusz1989

Hey

1st of all, thank you for this all-in-one example! I've been banging my head against a wall for 2 weeks now screaming and losing my mind with this,

In any case, any chance to get some more explanations?
As far as I can tell we have 2 dlls made here, 1 singleton, 1 my_dll + both linked to my_exe as our app.
Would this work too if we make these static libraries? Say:

  1. Static lib singleton
  2. Static lib backend framework - could be my_dll
  3. Exe (like u have) + link the 2 static-libs above
  4. Dll imported via HMODULE h=LoadLibrary(filename); at runtime ?
  5. Would singletons made in either static-libs, or exe or DLL then be all properly shared?

I'm still trying to wrap my head around it and what is needed/not needed depending on the lib static/shared system...
But any comments/info would greatly help!

How would one go around deleting one singleton? for some crazy reason... TIA!

Thank you again for this lib! So far I'm @_@

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions