Search found 1 match

by privetamerica
Sat Jul 21, 2018 5:42 pm
Forum: Windows
Topic: Sciter; PB 5.42 LTS; Any prototypes available?
Replies: 8
Views: 6258

Re: Sciter; PB 5.42 LTS; Any prototypes available?

Hi,

Just wondering if someone managed to made Sciter running with PB incl. callbacks ?
Maybe we can start a community project for this ?

Thanks.
Define SCDOM_RESULT.l=0
Define SCDOM_OK= 0
Define SCDOM_INVALID_HWND= 1
Define SCDOM_INVALID_HANDLE= 2
Define SCDOM_PASSIVE_HANDLE= 3
Define SCDOM ...