mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +02:00
* Convert to HTTP app
This commit is contained in:
parent
acdde37429
commit
5ec1ab2164
@ -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