If you're back end is on a windows machine this is probably the easiest
solution:
http://www.codebot.org/delphi/?doc=9573
Otherwise, you might want to consider chromium embeded framework and just
reusing the exposed Javascript engine. here is a link for that:
https://code.google.com/p/dcef3/
___
On Tue, 31 Mar 2015, Andrew Brunner wrote:
I am trying to integrate javascript for back-end support of cloud apps. I
noticed the fcl-js package. Does anyone have an idea when we can expect to
have a component suite much like the PascalScript?
If you want to integrate JS in a pascal app, y
I am trying to integrate javascript for back-end support of cloud apps.
I noticed the fcl-js package. Does anyone have an idea when we can
expect to have a component suite much like the PascalScript?
Thanks,
--
Andrew Brunner
Aurawin LLC
512.850.3117
https://aurawin.com/
Aurawin is a great
On 31 March 2015 at 15:28, vfclists . wrote:
>
>
>
> On 31 March 2015 at 14:18, Jonas Maebe wrote:
>
>>
>> vfclists . wrote on Tue, 31 Mar 2015:
>>
>> The ./configure command used by a lot of unix programs can list the
>>> options
>>> and possible values for them.
>>>
>>
>> Note that ./configur
On 31 March 2015 at 14:18, Jonas Maebe wrote:
>
> vfclists . wrote on Tue, 31 Mar 2015:
>
> The ./configure command used by a lot of unix programs can list the
>> options
>> and possible values for them.
>>
>
> Note that ./configure can only do this if someone explicitly added
> information abou
On Tue, March 31, 2015 15:18, Jonas Maebe wrote:
> vfclists . wrote on Tue, 31 Mar 2015:
>
>> The ./configure command used by a lot of unix programs can list the
>> options
>> and possible values for them.
>
> Note that ./configure can only do this if someone explicitly added
> information about al
vfclists . wrote on Tue, 31 Mar 2015:
The ./configure command used by a lot of unix programs can list the options
and possible values for them.
Note that ./configure can only do this if someone explicitly added
information about all of those options to the help text of a
particular config
The ./configure command used by a lot of unix programs can list the options
and possible values for them. Do the make commands for Lazarus and FPC have
such an option?
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-
On Tue, 31 Mar 2015, leledumbo wrote:
Consider the following program:
{$mode objfpc}
uses sysutils;
begin
try
try
raise exception.create('test');
except
on e: exception do begin
e.message := 'tset';
raise e; // correct re-raise should only have raise; no excep
Consider the following program:
{$mode objfpc}
uses sysutils;
begin
try
try
raise exception.create('test');
except
on e: exception do begin
e.message := 'tset';
raise e; // correct re-raise should only have raise; no exception
variable may present
end;
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
11 matches
Mail list logo