A
Anders Eriksson
I have a dll that contains a class which is a singleton.
If multiple programs use this dll and the class, will the singleton work?
I.d. Will I only get one object or will each program have its own object?
// Anders
If multiple programs use this dll and the class, will the singleton work?
I.d. Will I only get one object or will each program have its own object?
// Anders