| Windows with Delphi Windows API (94) Windows Filesystem (41) Windows Forms (69) Windows Graphics (38)
|
DLLs: Import dynamic or static
(2 votes). Leave comments and/ or rate it.
Both techniques have their advantages. function f : integer;
external 'mydll.dll';
The advantage of static imports are:
Dynamic loading and binding of DLLs Comments:
|