Re: [fpc-pascal] Does FPC supports the `delayed` directive?

2016-08-13 Thread Sven Barth
Am 13.08.2016 19:47 schrieb "silvioprog" : > > On Sat, Aug 13, 2016 at 2:31 PM, Sven Barth wrote: >> >> On 13.08.2016 18:38, silvioprog wrote: >> > My test ({$mode delphi}; FPC from trunk): >> > >> > procedure foo(); cdecl; external 'foo' name

Re: [fpc-pascal] overloaded property index

2016-08-13 Thread Luca Olivetti
El 13/08/16 a les 00:28, Jonas Maebe ha escrit: On 12/08/16 22:51, Luca Olivetti wrote: El 12/08/16 a les 20:40, Jonas Maebe ha escrit: On 12/08/16 20:32, Sven Barth wrote: Better don't rely on it then. If at all it would be implemented properly (and for Delphi compatibility it probably

Re: [fpc-pascal] Does FPC supports the `delayed` directive?

2016-08-13 Thread silvioprog
On Sat, Aug 13, 2016 at 2:31 PM, Sven Barth wrote: > On 13.08.2016 18:38, silvioprog wrote: > > My test ({$mode delphi}; FPC from trunk): > > > > procedure foo(); cdecl; external 'foo' name 'foo' delayed; > > > > The compiler error: > > > > "Fatal: Syntax error,

Re: [fpc-pascal] Does FPC supports the `delayed` directive?

2016-08-13 Thread Sven Barth
On 13.08.2016 18:38, silvioprog wrote: > My test ({$mode delphi}; FPC from trunk): > > procedure foo(); cdecl; external 'foo' name 'foo' delayed; > > The compiler error: > > "Fatal: Syntax error, ";" expected but "identifier DELAYED" found". http://bugs.freepascal.org/view.php?id=23637

Re: [fpc-pascal] Does FPC supports the `delayed` directive?

2016-08-13 Thread silvioprog
Oops, I meant: "Does FPC support the `delayed` directive?". ^^' -- Silvio Clécio ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

[fpc-pascal] Does FPC supports the `delayed` directive?

2016-08-13 Thread silvioprog
Hello, Firstly, a quot from Dr.Bob's site: The basic idea of the solution is the fact that the DLL will not be loaded > right away (which is the case for implicit linking), but only when needed. > So potentially “delayed”, and hence the name “delay loading”. The main idea is the similar to the

Re: [fpc-pascal] googleapiconv

2016-08-13 Thread Michael Van Canneyt
On Sat, 13 Aug 2016, Marco van de Voort wrote: In our previous episode, Michael Van Canneyt said: On Fri, 12 Aug 2016, Dave Connolly wrote: ./googleapiconv -k -s calendar/v3 -o calendar.pp I tested the converter on the JSON output, and it works fine, it compiles: ./googleapiconv -i

Re: [fpc-pascal] googleapiconv

2016-08-13 Thread Marco van de Voort
In our previous episode, Michael Van Canneyt said: > On Fri, 12 Aug 2016, Dave Connolly wrote: > > > ./googleapiconv -k -s calendar/v3 -o calendar.pp > > > > I tested the converter on the JSON output, and it works fine, it compiles: > > ./googleapiconv -i /home/michael/calendar.json > fpc

Re: [fpc-pascal] googleapiconv

2016-08-13 Thread Michael Van Canneyt
On Fri, 12 Aug 2016, Dave Connolly wrote: ./googleapiconv -k -s calendar/v3 -o calendar.pp I tested the converter on the JSON output, and it works fine, it compiles: ./googleapiconv -i /home/michael/calendar.json fpc /home/michael/calendar.pp I'm completely baffled. Can you try with the

Re: [fpc-pascal] googleapiconv

2016-08-13 Thread Dave Connolly
./googleapiconv -k -s calendar/v3 -o calendar.pp On 12 August 2016 at 12:18, Michael Van Canneyt wrote: > > > On Fri, 12 Aug 2016, Dave Connolly wrote: > > Hi all, >> >> When I run googleapiconv, I get the following >> >> ./googleapiconv -s calendar/v3 -o calendar.pp

Re: [fpc-pascal] googleapiconv

2016-08-13 Thread Michael Van Canneyt
On Sat, 13 Aug 2016, Lubos Pintes wrote: Hello, It seems to me that all this is broken in some way. Well it may be my stupidity because I am receiving an Unhandled exception. I don't know how to generate useful trace, I am developing on Windows from command line. The lines I was able to see

Re: [fpc-pascal] googleapiconv

2016-08-13 Thread Lubos Pintes
Hello, It seems to me that all this is broken in some way. Well it may be my stupidity because I am receiving an Unhandled exception. I don't know how to generate useful trace, I am developing on Windows from command line. The lines I was able to see was GoogleService.pp, line 350 and