Hi, Just instaled the latest beta, when i click on Run I get the following message in the terminal window with thw following code:
export class TForm1 extends TWebForm
{
WebButton1: TWebButton;
WebButton1Click(Sender: TObject) {
}
}
globalThis.Form1 = null;
globalThis.TForm1 = dfm;
///////////////////////////////////////////////
ERROR in D:\ICS\ICSWebTS\Unit1.ts
./Unit1.ts 12:26-33
[tsl] ERROR in D:\ICS\ICSWebTS\Unit1.ts(12,27)
TS2304: Cannot find name 'TObject'.
ts-loader-default_ab4862433a94faea
@ ./ICSWeb.ts 4:16-34
webpack 5.98.0 compiled with 1 error and 3 warnings in 34777 ms
thanks in advance,
Omar Zelaya