mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-21 19:49:40 +02:00
* Convert to HTTP app
This commit is contained in:
parent
c92fd16c96
commit
fd514eb43c
@ -3,11 +3,12 @@ program extdemo;
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
uses
|
||||
fpCGI, wmext;
|
||||
fphttpapp, wmext;
|
||||
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
Application.Port:=8080;
|
||||
Application.Title:='Ext.Direct demo application';
|
||||
Application.Initialize;
|
||||
Application.Run;
|
||||
|
Loading…
Reference in New Issue
Block a user