Re: [fpc-pascal] Looking for JavaScript component on FPC

2015-03-31 Thread Anthony Walter
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/ ___

Re: [fpc-pascal] Looking for JavaScript component on FPC

2015-03-31 Thread Michael Van Canneyt
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

[fpc-pascal] Looking for JavaScript component on FPC

2015-03-31 Thread Andrew Brunner
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

Re: [fpc-pascal] Do the make commands have a way of listing the options and possible values for them?

2015-03-31 Thread vfclists .
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

Re: [fpc-pascal] Do the make commands have a way of listing the options and possible values for them?

2015-03-31 Thread vfclists .
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

Re: [fpc-pascal] Do the make commands have a way of listing the options and possible values for them?

2015-03-31 Thread Tomas Hajny
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

Re: [fpc-pascal] Do the make commands have a way of listing the options and possible values for them?

2015-03-31 Thread Jonas Maebe
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

[fpc-pascal] Do the make commands have a way of listing the options and possible values for them?

2015-03-31 Thread vfclists .
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-

Re: [fpc-pascal] EAccessViolation on wrong exception re-raise: intended behavior?

2015-03-31 Thread Michael Van Canneyt
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

[fpc-pascal] EAccessViolation on wrong exception re-raise: intended behavior?

2015-03-31 Thread leledumbo
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] [No subject]

2015-03-31 Thread Mark Morgan Lloyd
___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal