
3 Mar
2008
3 Mar
'08
12:48 p.m.
Simon Hammett wrote:
vc 7.1 and above offers __declspec(selectany) This used by Atl to ensure only one Atl module gets created I believe. Not used it myself though...
According to the docs this just creates the object in a COMDAT section - that will merge multiple instances in one module, but not across modules as far as I know? John.