| |
|
|
Michael W. | Kap. 11.4 - Externe functions
dynamisches Linken:
. Def funktion_prfName(n) !"dieDll","funktionsname"
. funktion_prfName(parameterliste)
.
. External("dieDll","funktionsname",parameterliste)
.
. var handle hDll = UseDLL("dieDll")
. ; und Adress-Ermittlungs-Gedödel
. Call(adr_von_funktionsname,parameterliste)
.
statisches Linken:
. var handle hDll = UseDLL("dieDll")
. ImportFunc(hDll,"funktionsname","funktion_prfName")
. funktion_prfName(parameterliste)
.
. var handle hDll = ImportDLL("dieDll","präfix_")
. präfix_funk ame(parameterliste)
.
If I with my supposition correctly. lie, the sowohl "External" as well as "Call" to that dynamic left belong, then ought to this too in the Help vermerkt go.
the "External" over-dynamic is (UseDLL-External-FreeDll in a) and that with "Call" most caution because of Direktadresse counts, is Yes erwähnt.
there us the "DEF funktion" Yes sometime missing comes. |
|
|
| System: Windows 8/10, XProfan X4 Programmieren, das spannendste Detektivspiel der Welt. | 09/05/15 ▲ |
|
|
|