Zitat von
lbccaleb:
Delphi-Quellcode:
//bsp aus der verlinkten pdf....
Procedure GetEntryPoints;
var
lib:THandle;
begin
if not FileExists('deinedll') then Exit; //<------
lib := LoadLibrary(@szNameDLL[1]);
case lib = 0 of
TRUE:
begin
@OneFunction_CDECL := @whatifnoentry;
//....
case BoolescherAusdruck of??? case ist das neue if, oder wie?