[fpc-pascal] Test

2010-07-08 Thread Florian Klaempfl
___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] mysql query

2010-07-08 Thread Tom Carly
Hi, I'm using TMySQL50Connection and TSQLQuery to do a query on a mysql server. Is there a way that you can set a timeout on a query so that it also automatically kills the mysql process after the timeout and doesn't keep loading the mysql server? Thanks, Tom

Re: [fpc-pascal] Any drawbacks with -Fcutf8 param

2010-07-08 Thread Jonas Maebe
On 08 Jul 2010, at 10:07, Graeme Geldenhuys wrote: what would happen if they do contain characters > #127? Does the compiler though some "malformed unicode character" error during compilation? If the character is indeed malformed (it might also be a valid sequence by accident), then the com

Re: [fpc-pascal] Any drawbacks with -Fcutf8 param

2010-07-08 Thread Graeme Geldenhuys
On 8 July 2010 09:59, Jonas Maebe wrote: > > As long as they indeed don't contain any characters > #127: yes. OK, that should be fine. I'm curious though, what would happen if they do contain characters > #127? Does the compiler though some "malformed unicode character" error during compilation?

Re: [fpc-pascal] Any drawbacks with -Fcutf8 param

2010-07-08 Thread Jonas Maebe
On 08 Jul 2010, at 09:57, Graeme Geldenhuys wrote: If I pass -Fcutf8 to all my projects, even though the source code in units are plain ASCII, is there any negative/drawbacks regarding FPC and how it processes my units? Basically, is it "safe" to simply pass -Fcutf8 to FPC for all my pro

[fpc-pascal] Any drawbacks with -Fcutf8 param

2010-07-08 Thread Graeme Geldenhuys
Hi, If I pass -Fcutf8 to all my projects, even though the source code in units are plain ASCII, is there any negative/drawbacks regarding FPC and how it processes my units? Basically, is it "safe" to simply pass -Fcutf8 to FPC for all my projects? Regards, - Graeme - -- fpGUI Toolkit - a cro