home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Format Collection 48
/
SENT14D.ISO
/
tech
/
delphi
/
disk15
/
bdedll.pak
/
DLLPROJ1.DPR
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-24
|
285 b
|
19 lines
library Dllproj1;
uses
Dllunit1 in 'DLLUNIT1.PAS' {DllForm1};
exports
UseDll,
ExitDll,
ViewTable;
{$R *.RES}
begin
{ Remember to remove the generated application control invocations
Application.CreateForm(TDllForm1, DllForm1);
Application.Run;
}
end.