
List of instantiated objects (from within ATL DLL)
Quote:
> - If 2 applications are using my DLL (on same PC), do they both create
> a new copy of the binary code, or do they share the same static
> members?
They share code, but not static data. A DLL in each process has its own
copy of all data.
Quote:
> - Does ATL provide any methods to iterate through a list of currently
> instantiated objects from within the DLL?
No. You have to code it yourself.
--
With best wishes,
Igor Tandetnik
"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken