Home | History | Annotate | Download | only in etc

Lines Matching full:dll

54 	* _ios.h : fixed DLL export decl for MSVC (thanks to Alberto Barbati for the report)
65 * _messages_facets.h : added DLL export decls (thanks to John Maddock for the report)
135 * src/mingw32.mak : Made use of stlport.rc for DLL build (thanks to Danny Smith for the suggestion)
200 * _[io]stream.h - removed extra DLL specs (thanks to Danny Smith for the report)
206 * Added workaround for static locale::id member in DLL for mingw32 (thanks for Danny Smith for the report)
228 * debug/_vector.h - fixed DLL export for vector<void*>
318 for non-DLL compilations.
321 vector<void*> exported from DLL
335 * _complex.h : fixed DLL declarations for i/o operators
337 * _ostream.h : fixed sentry behavoiur and DLL specs.
339 * _istream.h : fixed DLL specs, optimized some try/catch blocks
359 * _ios.h - fixed VC++ DLL warning for specializations
375 * stl/_strstream.h - fixed DLL specs (thanks to Parcival Willems for the report)
388 locale initialization when DLL is used.
390 * __get_c_string exported in DLL (thanks to Ed Ball for the report).
424 * .dll build schema improved, now builds with mingw32 and Borland C++
461 * stlport_msvc.rc resource file added for DLL's (thanks to Michael Entin)
503 * "install" target added for VC++ to install .dll's into Win system directory.
647 * Visual C++ : DLL export is supported for allocators and strings. To use it,
649 for the DLL which is supposed to instantiate STLport exports (at least one
650 source of this DLL must include <string>.