svenbarth
|
2d454dc8fa
Move DynLibs support to System unit using a manager approach like for Threads, WideStrings, etc.. This is needed so that we can support features like "delayed" and loading of dynamic packages.
|
10 年之前 |
Tomas Hajny
|
1a430d8110
* GetProcAddr added for OS/2, type of argument for ordinal target specific now
|
11 年之前 |
svenbarth
|
6273192ce1
+ Add a new overload to DynLibs to allow loading by Ordinal only. This needs specific operating system support however and will return Nil (using a default implementation) if ordinals are not supported.
|
11 年之前 |
Jonas Maebe
|
3fdb3092af
+ defaultfilesystemcodepage support for dynlibs
|
12 年之前 |
michael
|
1f25547903
* Fixed compilation (mantis #22413)
|
13 年之前 |
michael
|
8eeb22720b
* Added GetLoadErrorStr function by Mark Morgan Loyd (Bug ID 22321)
|
13 年之前 |
sergei
|
cbdc08b641
* dynlibs.pas: added 'const' modifiers to eliminate unnecessary local string copies
|
14 年之前 |
Tomas Hajny
|
5c31042f6a
* SharedSuffix moved to include files to reduce number of ifdefs
|
15 年之前 |
marco
|
ec364a66e8
* win64 compatibility fix from Vincent. TLibHandle is now equal to system.thandle
|
16 年之前 |
florian
|
4866975145
+ more units for win64
|
19 年之前 |