Mattias Gaertner via lazarus schrieb am
Mo., 25. Feb. 2019, 12:22:
> On Mon, 25 Feb 2019 11:24:29 +0100
> Sven Barth via lazarus wrote:
>
> >[...]
> > RTTI.Invoke() itself is working as is TRTTIMethod.Invoke(), so the
> > server side wouldn't be a problem, but what I'm still missing is
> > TVirt
On Mon, Feb 25, 2019 at 4:07 AM Michael Van Canneyt via lazarus <
lazarus@lists.lazarus-ide.org> wrote:
[...]
> Isn't Invoke() working already ? I have a JSON RPC implemention on my list,
> and thought to use Invoke() for that.
Sven implemented it for Windows and it is working fine. I've impleme
On Sun, Feb 24, 2019 at 1:46 PM Michael Van Canneyt via lazarus <
lazarus@lists.lazarus-ide.org> wrote:
> Hello,
>
> We received some feedback about Pas2JS - our effort to bring Pascal to the
> browser - that easy database connectivity is an issue, hampering easy
> development.
>
> To alleviate th
On Mon, 25 Feb 2019 11:24:29 +0100
Sven Barth via lazarus wrote:
>[...]
> RTTI.Invoke() itself is working as is TRTTIMethod.Invoke(), so the
> server side wouldn't be a problem, but what I'm still missing is
> TVirtualInterface for the client side.
Do you mean fpc's unit RTTI?
pas2js has TVirtua
Michael Van Canneyt via lazarus schrieb am
Mo., 25. Feb. 2019, 08:07:
>
>
> On Mon, 25 Feb 2019, Sven Barth via lazarus wrote:
>
> > Michael Van Canneyt via lazarus schrieb
> am
> > So., 24. Feb. 2019, 17:46:
> >
> >>
> >> Hello,
> >>
> >> We received some feedback about Pas2JS - our effort to b
On Mon, 25 Feb 2019, Sven Barth via lazarus wrote:
Michael Van Canneyt via lazarus schrieb am
So., 24. Feb. 2019, 17:46:
Hello,
We received some feedback about Pas2JS - our effort to bring Pascal to the
browser - that easy database connectivity is an issue, hampering easy
development.
To
Michael Van Canneyt via lazarus schrieb am
So., 24. Feb. 2019, 17:46:
>
> Hello,
>
> We received some feedback about Pas2JS - our effort to bring Pascal to the
> browser - that easy database connectivity is an issue, hampering easy
> development.
>
> To alleviate the problem I have created the SQ
Hello,
We received some feedback about Pas2JS - our effort to bring Pascal to the
browser - that easy database connectivity is an issue, hampering easy
development.
To alleviate the problem I have created the SQLDB Rest bridge.
This is a set of components that allow you to expose any database