11 lines
130 B
ObjectPascal
11 lines
130 B
ObjectPascal
uses System;
|
|
|
|
type TClass = interface
|
|
|
|
[System.Runtime.InteropServices.DllImport('MyLib.dll')]
|
|
procedure Test;
|
|
end;
|
|
|
|
begin
|
|
|
|
end. |