In embarcadero (Borland) C++ compiler we have following pragma Directive:
#pragma package(smart_init)
#pragma package(smart_init, weak)
as describe in here.
What are the pragma directives defined in msvc(Visual C++ compiler) equivalence for above feature?
For you convenience take a look at here.