Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在embarcadero (Borland) C++ 编译器中,我们有以下 pragma 指令:
#pragma package(smart_init)
#pragma package(smart_init, weak)
如此处所述。
在 msvc(Visual C++ 编译器)等效项中为上述功能定义的编译指示指令是什么?
为了您方便,请看这里。