Re: [fpc-pascal] HMAC_SHA1 and FPC

2013-03-26 Thread Sven Barth
Am 26.03.2013 06:53, schrieb Anthony Walter: On Tue, Mar 26, 2013 at 1:20 AM, silvioprog > wrote: I don't know if you noticed, but I sent the ALL test cases required by the RFC 2202 (http://tools.ietf.org/html/rfc2202), i.e., it's enough to check whether

[fpc-pascal] FBLib (firebird library for FPC, Delphi and Kylix) has moved

2013-03-26 Thread Graeme Geldenhuys
Hi, For years the FBLib (Firebird database library for Free Pascal, Delphi and Kylix) has lived in the '3rdParty' directory tree of tiOPF. We are cleaning up the tiOPF repository, and so I have now moved the FBLib project out to Github, into its own repository. The repository history is intact. I

[fpc-pascal] EmptyStr

2013-03-26 Thread Ernest V Miller
Hello! Why assigning EmptyStr as default value in signature is not allowed while using it in body is OK? Using fpc 2.6.0 function GroupThread.applyReflectRules(currIndex : integer; out skip : Boolean; beforeIndexSearch : Boolean = false; entity : StrFix = EmptyStr) : str

Re: [fpc-pascal] HMAC_SHA1 and FPC

2013-03-26 Thread Marcos Douglas
On Tue, Mar 26, 2013 at 12:43 AM, Anthony Walter wrote: > > On Mon, Mar 25, 2013 at 11:24 PM, silvioprog wrote: >> >> Nice. >> >> But there situations that the user does not have the OpenSSL lib. >> >> The routines I sent does not depend on external libs. >> >> -- >> Silvio Clécio >> My public pr

Re: [fpc-pascal] EmptyStr

2013-03-26 Thread Jonas Maebe
On 26 Mar 2013, at 10:39, Ernest V Miller wrote: Why assigning EmptyStr as default value in signature is not allowed while using it in body is OK? Because default paramater have to be (symbolic) constants. EmptyStr is a typed constant, which is the same as an initialized variable. Jon

Re: [fpc-pascal] HMAC_SHA1 and FPC

2013-03-26 Thread Anthony Walter
On Tue, Mar 26, 2013 at 5:57 AM, Marcos Douglas wrote: > Hi, > Is possible to make that only using Windows for any lib? > > Best regards, > Marcos Douglas Marcos, Are you asking, "Is it possible to build any static lib for Windows and link it to a free pascal project"? No, not all the time. L

Re: [fpc-pascal] HMAC_SHA1 and FPC

2013-03-26 Thread Ludo Brands
On 03/26/2013 10:40 AM, Sven Barth wrote: > Am 26.03.2013 06:53, schrieb Anthony Walter: >> I wasn't asking you to stop your work, rather I was attempting to >> share insights and my opinions with the group. My point in the >> previous message was that many times it make sense to reuse something >

Re: [fpc-pascal] Windows on ARM, how fast it can be implemented?

2013-03-26 Thread Max Vlasov
Hi, It was long time ago this post was sent. A platform appeared closed by design But since RT platform was jailbroken ( http://forum.xda-developers.com/showthread.php?t=2092158), I'm curious whether compiling into ARM Exe would work out of the box or will require some change on the compiler side?

Re: [fpc-pascal] HMAC_SHA1 and FPC

2013-03-26 Thread Marcos Douglas
On Tue, Mar 26, 2013 at 10:05 AM, Anthony Walter wrote: > On Tue, Mar 26, 2013 at 5:57 AM, Marcos Douglas wrote: >> >> Hi, >> Is possible to make that only using Windows for any lib? >> >> Best regards, >> Marcos Douglas > > > Marcos, > > Are you asking, "Is it possible to build any static lib fo

Re: [fpc-pascal] HMAC_SHA1 and FPC

2013-03-26 Thread silvioprog
2013/3/26 Sven Barth > Am 26.03.2013 06:53, schrieb Anthony Walter: > > On Tue, Mar 26, 2013 at 1:20 AM, silvioprog wrote: > >> I don't know if you noticed, but I sent the ALL test cases required by >> the RFC 2202 (http://tools.ietf.org/html/rfc2202), i.e., it's enough to >> check whether th

Re: [fpc-pascal] Windows on ARM, how fast it can be implemented?

2013-03-26 Thread Sven Barth
Am 26.03.2013 15:01 schrieb "Max Vlasov" : > > Hi, > > It was long time ago this post was sent. > A platform appeared closed by design > But since RT platform was jailbroken ( http://forum.xda-developers.com/showthread.php?t=2092158), I'm curious whether compiling into ARM Exe would work out of the

Re: [fpc-pascal] HMAC_SHA1 and FPC

2013-03-26 Thread Sven Barth
Am 26.03.2013 14:26 schrieb "Ludo Brands" : > > On 03/26/2013 10:40 AM, Sven Barth wrote: > > Am 26.03.2013 06:53, schrieb Anthony Walter: > > >> I wasn't asking you to stop your work, rather I was attempting to > >> share insights and my opinions with the group. My point in the > >> previous messa

Re: [fpc-pascal] Windows on ARM, how fast it can be implemented?

2013-03-26 Thread Max Vlasov
Thanks for the info, Sven. I will probably have a chance to get a device and jailbreak it, although not right now. If someone on the list does this before me, I'll be glad. I did not find any prior discussion about this topic, seems like it's not that hot to be discussed and everything. Max On Tu

Re: [fpc-pascal] Windows on ARM, how fast it can be implemented?

2013-03-26 Thread Noah Silva
Hi, Well windows has only about 1.5% of the tablet market, and its doubtful if that will grow - plus, as mentioned, it's closed by design. Then again, Apple's app store is restricted, and fpc supports that. Thank you, Noah Silva 2013/03/27 4:15 "Max Vlasov" : > Thanks for the info, Sven. I

Re: [fpc-pascal] EmptyStr

2013-03-26 Thread Ernest V Miller
Doh! These atavisms here and there and backward compatibilities scattered around units.. It was Borland's hack to introduce typed constants and I wonder these ancient workarounds are still declared between ordinary initialized variables. fpc-pascal-boun...@lists.freepascal.org написано 26.03.2013