Re: [fpc-pascal] Just a question about OAuth 2.0 implementation

2014-04-15 Thread Michael Van Canneyt
On Tue, 15 Apr 2014, Dariusz Mazur wrote: On 2014-04-14 23:27, silvioprog wrote: 2014-04-14 17:52 GMT-03:00 Dariusz Mazur : [...]  I does one. If You interested I public it on github. I'm interested! :) https://github.com/darekm/openid4fpc OpenID, no less !! Great, than

Re: [fpc-pascal] Just a question about OAuth 2.0 implementation

2014-04-15 Thread Dariusz Mazur
On 2014-04-14 23:27, silvioprog wrote: 2014-04-14 17:52 GMT-03:00 Dariusz Mazur >: [...] I does one. If You interested I public it on github. I'm interested! :) https://github.com/darekm/openid4fpc Darek ___ fpc-

Re: [fpc-pascal] SourceForge April 2014 Project of the Month: Free Pascal

2014-04-15 Thread duilio foschi
congratulations! 2014-04-15 19:43 GMT+02:00 Andreas Schneider : > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 15.04.2014 14:43, João Marcelo Vaz wrote: > > Congratulations, FreePascal! > > > > http://sourceforge.net/blog/april-2014-project-of-the-month-free-pascal > I just saw tha

Re: [fpc-pascal] SourceForge April 2014 Project of the Month: Free Pascal

2014-04-15 Thread Andreas Schneider
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 15.04.2014 14:43, João Marcelo Vaz wrote: > Congratulations, FreePascal! > > http://sourceforge.net/blog/april-2014-project-of-the-month-free-pascal I just saw that news too in the SourceForge newsletter :-) That's really awesome! Hopefully this

Re: [fpc-pascal] "Double" specialization of generic class

2014-04-15 Thread Xiangrong Fang
2014-04-15 20:26 GMT+08:00 Sven Barth : > > Compiling wmodel.lError: /usr/bin/ppcx64 can't be executed, error > message: Failed to execute "/usr/bin/ppcx64", error code: -139 > > Is there really a "ppcx64" in /usr/bin? And is it really executable? (try > "/usr/bin/ppcx64 -i" in a shell) Also check

Re: [fpc-pascal] SourceForge April 2014 Project of the Month: Free Pascal

2014-04-15 Thread Marcos Douglas
On Tue, Apr 15, 2014 at 9:43 AM, João Marcelo Vaz wrote: > > Congratulations, FreePascal! > > http://sourceforge.net/blog/april-2014-project-of-the-month-free-pascal Congratulations! Marcos Douglas ___ fpc-pascal maillist - fpc-pascal@lists.freepasca

[fpc-pascal] SourceForge April 2014 Project of the Month: Free Pascal

2014-04-15 Thread João Marcelo Vaz
Congratulations, FreePascal! http://sourceforge.net/blog/april-2014-project-of-the-month-free-pascal -- João Marcelo http://blog.caixadepandora.com/ ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman

Re: [fpc-pascal] "Double" specialization of generic class

2014-04-15 Thread Sven Barth
Am 15.04.2014 11:52 schrieb "Xiangrong Fang" : > While the following program generate different error: > > program vectr; > uses > treap, vector; > type > TNodeHash = specialize TTreap; > TNodeVector = class(specialize TVector) > protected > function OnSort(v1, v2: T): Integer; override

Re: [fpc-pascal] "Double" specialization of generic class

2014-04-15 Thread Xiangrong Fang
2014-04-15 17:21 GMT+08:00 Sven Barth : > Am 15.04.2014 08:47 schrieb "Xiangrong Fang" : > > It's good to know that it works, at least in 2.7.1. I will report the > problem again while I start using 2.7.1 or when it is released as 2.8 :-) > > That's the point: I don't know wether it compiles in

Re: [fpc-pascal] "Double" specialization of generic class

2014-04-15 Thread Sven Barth
Am 15.04.2014 08:47 schrieb "Xiangrong Fang" : > It's good to know that it works, at least in 2.7.1. I will report the problem again while I start using 2.7.1 or when it is released as 2.8 :-) That's the point: I don't know wether it compiles in 2.7.1 as I did not test it. If you could provide a