403 Subj : Re: #pragma package (smart_init) To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Mon Mar 29 2004 05:01 pm #pragma package (smart_init) did not exist in any version of Borland C++. It is specific to C++ Builder, the compiler which replaced Borland C++ years ago. It arranges for correct behavior with respect to using Packages, a type of enhanced DLL used by both the C++ Builder and Delphi compilers. There is no Microsoft Visual C++ equivalent. C++ Builder newsgroups have the word 'cppbuilder' in their name. Please ask C++ Builder questions in C++ Builder newsgroups. .. Ed > Jeff Kish wrote in message > news:4m6h60dr1ehgflkprfas9hm2spjlkuj9fl@4ax.com... > > Someone is trying to port some old code to visual c++, and it > includes a #pragma package (smart_init). > > I could not find this in the borland help. Does anyone know > what it does for Borland 5.02? > > If you know what it does for visual c++ also that would help. . 0