summaryrefslogtreecommitdiff
path: root/rtl/inc/dynlibs.pas
Commit message (Expand)AuthorAgeFilesLines
* * i386 and x86_64 changes for Delphi compatibility:sergei2014-04-251-2/+2
* * GetProcAddr added for OS/2, type of argument for ordinal target specific nowhajny2014-01-191-6/+12
* + Add a new overload to DynLibs to allow loading by Ordinal only. This needs ...svenbarth2014-01-141-0/+12
* + defaultfilesystemcodepage support for dynlibsjonas2013-07-221-20/+75
* * Added GetLoadErrorStr function by Mark Morgan Loyd (Bug ID 22321)michael2012-07-111-0/+1
* * fix SafeLoadLibrary: fixed defines, sse control word should be stored as wellflorian2011-08-181-13/+27
* * unmerged table based initialization of libraries.marco2011-02-191-306/+3
* * dynlibs.pas: added 'const' modifiers to eliminate unnecessary local string ...sergei2010-11-181-6/+6
* * InitializeLibrary defaults now the parameter NoSymbolErrors to true and no ...ivost2010-10-301-12/+21
* * removed writeln call ivost2010-05-191-7/+5
* * fixed #0016261ivost2010-05-121-8/+31
* * SharedSuffix moved to include files to reduce number of ifdefshajny2010-02-131-15/+0
* * lib handler: default libraries can be changed nowivost2009-11-011-76/+123
* * symbols are cleared now after unloading the library (ClearLibrarySymbols)ivost2009-10-301-2/+3
* * added some highlevel helper functions to load/unload dynamic libraries.ivost2009-10-301-5/+229
* * SharedSuffixmarco2008-04-271-1/+17
* * Safeloadlibrarymarco2007-07-091-0/+19
* * Renamed dynlibs.pasmichael2007-02-231-0/+68