home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QBasic & Borland Pascal & C
/
Delphi5.iso
/
C
/
BC_502
/
DLLMIX.PAK
/
DELPHI2C.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
|
1997-05-06
|
200 b
|
14 lines
program Delphi2C;
uses
Forms,
main in 'main.pas' {DelphiToC};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TDelphiToBC, DelphiToBC);
Application.Run;
end.