Re: [fpc-pascal] try except end cannot handle Exception class name with "." Fatal: Syntax error, "DO" expected but "." found

2016-01-07 Thread Sven Barth
Am 08.01.2016 04:53 schrieb "Dennis" : > Is this problem solved in FPC 3.0? Why don't you simply test it? FPC 3.0 is already released after all. And if it doesn't work then it would be best if you report a bug :) Regards, Sven ___ fpc-pascal maillist -

[fpc-pascal] try except end cannot handle Exception class name with "." Fatal: Syntax error, "DO" expected but "." found

2016-01-07 Thread Dennis
I am using FPC 2.6.4 TMyClass =class public type EMyException=class(Exception); procedure DoSomething; end; procedure SomeProc; var aObj : TMyClass; begin try aObj := TMyClass.Create; aObj.DoSomething; except On E : TMyClass.EMyException do begin// this wil

Re: [fpc-pascal] JSON Web Token (JWT) implementation needed

2016-01-07 Thread leledumbo
> See: > > fcl-web/src/base/fpjwt.pp Ah, didn't notice this unit. Perhaps it was on the same batch as google API? Thanks anyway, always love FPC because of this provided non-trivial functionalities :) -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/JSON-Web-T