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 'foo' delayed;
>> >
>> > The compiler error:
>> >
>>
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 will).
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, ";" expected but "identifier DEL
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
Regar
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
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
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 /hom
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 /home/
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 t
./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
>> Exception at 00
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 w
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
GoogleCale
12 matches
Mail list logo