Re: [fpc-pascal] Creating FPC enabled websites

2009-03-04 Thread Vincent Snijders
Prince Riley schreef: Wasn't this thread supposed to be continued on fpc-other? If you are ignorant: http://www.hu.freepascal.org/mailman/listinfo/fpc-other/ Vincent ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepa

Re: [fpc-pascal] 2.2.4 for FreeBSD AMD64?

2009-03-04 Thread Prince Riley
If anything breaks before then, I'll send you word on the RC... Prince On Wed, Mar 4, 2009 at 10:04 PM, Francisco Reyes wrote: > Prince Riley writes: > > Thanks for the reply. > >> I just checked the list on FreeBSD kernel group on the AMD64 port. >> > > The work is getting done by someone on th

Re: [fpc-pascal] 2.2.4 for FreeBSD AMD64?

2009-03-04 Thread Francisco Reyes
Prince Riley writes: Thanks for the reply. I just checked the list on FreeBSD kernel group on the AMD64 port. The work is getting done by someone on the FreeBSD side? the answer is maybe.. A more definitive answer might be available soon I was told. There is still some delay on the QC for

Re: [fpc-pascal] Convert complicated string to DateTime

2009-03-04 Thread leledumbo
Gabor Boros wrote: > > But I defined LongMonthNames in a TFormatSettings type variable and > passed to ScanDateTime. > That's what you didn't tell us. I'm not sure either, perhaps a bug in ScanDateTime. This little program shows it (got EConvertError): uses SysUtils,DateUtils; var f: TFor

Re: [fpc-pascal] 2.2.4 for FreeBSD AMD64?

2009-03-04 Thread Prince Riley
Hello I just checked the list on FreeBSD kernel group on the AMD64 port.. and the answer is maybe.. A more definitive answer might be available soon I was told. There is still some delay on the QC for the 2.2.4 RC1 that hasn't been completed and the person doing that QC wasn't answering with a dat

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-04 Thread Prince Riley
On Wed, Mar 4, 2009 at 5:31 AM, Dariusz Mazur wrote: > Prince Riley pisze: > >> Since the discussion in this thread has advanced pretty far along toward >> recommending a FP and Powtils solution to you, then it appears you have a >> technical answer from the group you can explore. >> >> However,

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-04 Thread Prince Riley
On Wed, Mar 4, 2009 at 1:33 AM, Michael Van Canneyt wrote: > > > On Tue, 3 Mar 2009, Prince Riley wrote: > > > Joost > > > > Reading the responses on this discussion thread, it appears the > 'religious > > war' you mentioned in your prior post was unavoidable. > > > > Not to add any fuel to the wa

[fpc-pascal] 2.2.4 for FreeBSD AMD64?

2009-03-04 Thread Francisco Reyes
Is there any way to get 2.2.4 RC1 for FreeBSD AMD64? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Using TFileStream class

2009-03-04 Thread Howard Page-Clark
On Wed, 4 Mar 2009 20:42:14 +0100 Aurélie de LUCA wrote: > Hy everybody, > > I'm trying to use the TFileStream class to read a file with a record, > and I obtain this message when I execute my application : Access > violation. You can find my code in the following : > > type > DmatLine= rec

[fpc-pascal] Using TFileStream class

2009-03-04 Thread Aurélie de LUCA
Hy everybody, I'm trying to use the TFileStream class to read a file with a record, and I obtain this message when I execute my application : Access violation. You can find my code in the following : type DmatLine= record ID1: string; ID2: string; C: integer;//cl

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-04 Thread Dariusz Mazur
Michael Van Canneyt pisze: On Wed, 4 Mar 2009, Dariusz Mazur wrote: I've heard all this before since 10 years, and it is only true for small applets used by a broad public. For large applications (1500+ windows) that stay open virtually all day and are used by a specialized public, the bene

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-04 Thread Michael Van Canneyt
On Wed, 4 Mar 2009, Dariusz Mazur wrote: > > > I've heard all this before since 10 years, and it is only true for small > > applets used by a broad public. > > > > For large applications (1500+ windows) that stay open virtually all day > > and are used by a specialized public, the benefits of w

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-04 Thread Dariusz Mazur
Prince Riley pisze: Since the discussion in this thread has advanced pretty far along toward recommending a FP and Powtils solution to you, then it appears you have a technical answer from the group you can explore. However, without suggesting there is a bias in favor of a specific client-cen

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-04 Thread Dariusz Mazur
I've heard all this before since 10 years, and it is only true for small applets used by a broad public. For large applications (1500+ windows) that stay open virtually all day and are used by a specialized public, the benefits of web-based are zero, and are even contraproductive. I've made t

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-04 Thread Adrian Veith
Hello Francisco, I use the following for my applications: - synapse with visualsynapse ( I modified visualsynapse to perform Keep-Alive http connections) - HaXe/Neko for remoting (www.haxe.org) - very easy to use ! same language for client/ server/ flash I have created a pascal framework for emb

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-04 Thread Jonas Maebe
Joost van der Sluis wrote on wo, 04 mrt 2009: Now imagine that all efforts that has been put in developing ajax-like technologies were put in building a good web-based distribution system. something like: "click here to run this program on your desktop" and then build a safe environment on the d

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-04 Thread Joost van der Sluis
Op dinsdag 03-03-2009 om 14:50 uur [tijdzone -0600], schreef Andrew Brunner: > On Tue, Mar 3, 2009 at 2:44 PM, Joost van der Sluis wrote: > > > > If users use the application constantly, don't use a web-application. > > > > So the things explained in this document from IBM is usefull for very > >

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-04 Thread Joost van der Sluis
Op dinsdag 03-03-2009 om 16:17 uur [tijdzone -0600], schreef Prince Riley: > Reading the responses on this discussion thread, it appears the > 'religious war' you mentioned in your prior post was unavoidable. Tha wasn't my comment. But now I realise that it was me that started this... What have I

Re: [fpc-pascal] Convert complicated string to DateTime

2009-03-04 Thread Gabor Boros
leledumbo írta: What's the output of this: FormatDateTime(' dd hh:nn:ss ',Now); március 04 09:42:02 2009 that way you can understand what you should supply to ScanDateTime as the corresponding value for format. I mean, maybe it's not November, but something else equivalent in

Re: [fpc-pascal] Convert complicated string to DateTime

2009-03-04 Thread leledumbo
Gabor Boros wrote: > > And? I don't understand your suggestion. > What's the output of this: FormatDateTime(' dd hh:nn:ss ',Now); that way you can understand what you should supply to ScanDateTime as the corresponding value for format. I mean, maybe it's not November, but somethi

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-04 Thread Michael Van Canneyt
On Wed, 4 Mar 2009, Bee wrote: > > Web apps: by all means, but not for every possible scenario... > > Exactly! I believe all web app developers realize that web-based app > is never meant to do *every* scenarios. But, there are some cases > which web app suit the scenario very well, in some cas

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-04 Thread Bee
> Well, drop by and I'll prove to you - hands down - that what our clients need > simply cannot be done by web applications, because they cannot interact with > the local desktop. Can your web-app burn a CD-ROM ? Does it have access to > a smartcard reader ? Can it start and control MS-Word ? Can y