*** empty log message ***
[wxWidgets.git] / src / common / dynlib.cpp
1999-07-29  David Webster*** empty log message ***
1999-07-10  Vadim Zeitlin1. minor fixes in wxDynLib
1999-07-06  Vadim Zeitlin1. wxAppBase class appers, wxApp in wxGTK and wxMSW...
1999-07-03  Karsten BallüderAdded wxDllLoader::UnloadLibrary()
1999-06-29  Karsten BallüderAdded code to look up main program symbols - unix only...
1999-06-22  Robert Roebling Some #include and #if wxUSE_XX things
1999-06-08  Karsten Ballüderanother fix
1999-06-08  Karsten BallüderFixed compilation, sorry for that.
1999-06-07  Karsten BallüderCoupled some core functionality out, to allow its use...
1999-04-12  Ove KaavenIt now compiles all these files without warnings in...
1999-02-23  Vadim Zeitlincompilation fixes
1999-02-23  Vadim ZeitlinHP-UX compilation fixes (thanks to Zdravko Bas)
1999-02-22  Vadim Zeitlindlopen fixes
1999-02-22  Vadim Zeitlindlopen() also exists under FreeBSD
1999-02-22  Vadim ZeitlinHP-UX support added
1999-01-01  Stefan Csomormac support as stubs added
1998-12-28  Julian SmartChanges for 16-bit BC++ (not there yet), GnuWin32;...
1998-09-30  Robin DunnFound the RIGHT place to make the __unix__ fix.
1998-09-30  Robin Dunnfixed some ifdef's to also check for __unix__
1998-09-17  Guilhem Lavaux* Added wxSerial DLL support for Borland 32
1998-09-10  Julian SmartEliminated some warnings under Windows; wxGetHomeDir...
1998-09-08  Julian SmartAdditional makefiles; changes for compilation with...
1998-09-01  Guilhem Lavaux* wxCreateDynamicObject() uses an hashtable now
1998-08-23  Guilhem Lavaux* New function wxObjectInputStream::Recall()
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-18  Robert Roebling Next attempt at dynlib.cpp
1998-08-18  Karsten Ballüder#ifdef'd out some parts for non-supported systems.
1998-08-17  Robert Roebling Added IRIX compile fixes
1998-08-05  Guilhem Lavaux* Added source file info in utils/serialize/*
1998-08-04  Guilhem Lavaux* Fixes and new features in wxObject*Stream