Re: [fpc-pascal] locale solution for unix systems

2009-03-21 Thread Graeme Geldenhuys
On Fri, Mar 20, 2009 at 5:04 PM, Henry Vermaak wrote: > > but fpgui depends on x, right? and x depends on libc? you might as > well include clocales by default under an ifdef (like lazarus does > with cthreads). fpGUI depends on libx11 for X11 based systems. Also on embedded ARM systems (tested

Re: [fpc-pascal] Mac OS X SDL without gcc or XCode

2009-03-21 Thread dmitry boyarintsev
> "2009-03-21 16:25:08.178 test[694:10b] Warning once: This application, > or a library it uses, is using NSQuickDrawView, which has been > deprecated. Apps should cease use of QuickDraw and move to Quartz." > > Am i doing something wrong? Nothing. i've got the same warning too. I suspect this is S

[fpc-pascal] Re: SQLDB/Firebird unable to open table with more than 128 fields

2009-03-21 Thread Funky Beast
Graeme Geldenhuys wrote: > On Fri, Mar 20, 2009 at 5:27 PM, Funky Beast > wrote: >> Its Firebird 2.0.3, that bug only appears in sqldb/firebird combination. >> The same table that this combo can't open, opens successfully with >> fblib-0.85, flamerobin and fenixsql. > > Then in must be a SqlDB i

[fpc-pascal] Re: SQLDB/Firebird unable to open table with more than 128 fields

2009-03-21 Thread Funky Beast
Hi Joost, Joost van der Sluis wrote: > Op vrijdag 20-03-2009 om 22:38 uur [tijdzone +0800], schreef Funky > Beast: > >> I've found a bug in sqldb/firebird. >> Its reported here, with sample project to reproduce: >> http://bugs.freepascal.org/view.php?id=13340 > > You are using one TSQLQuery obje

Re: [fpc-pascal] Mac OS X SDL without gcc or XCode

2009-03-21 Thread Joseph Montanez
I am also using sdl via macports but when I run an sdl demo, i get: "2009-03-21 16:25:08.178 test[694:10b] Warning once: This application, or a library it uses, is using NSQuickDrawView, which has been deprecated. Apps should cease use of QuickDraw and move to Quartz." Am i doing something wrong?

Re: [fpc-pascal] locale solution for unix systems

2009-03-21 Thread Bart
On 3/21/09, Marco van de Voort wrote: > > Like an fplocale unit, that users can include if they do not want to > > use clocale? > > Yes, I don't see a problem with that, if the quality is suitable. (read: the > code quality is good and multiplatform). > > I won't accept a linux own package, s

Re: [fpc-pascal] Re:[FPC 0013023]: COM Write Access to Properties crashes

2009-03-21 Thread Jonas Maebe
On 21 Mar 2009, at 22:37, Adriaan van Os wrote: Jonas Maebe wrote: Maybe this one was indeed closed too quickly, I'll set it back to "resolved". However, very few people close their bug reports, so almost all of them are eventually closed by an admin (otherwise they remain in the "resolv

Re: [fpc-pascal] Re:[FPC 0013023]: COM Write Access to Properties crashes

2009-03-21 Thread Adriaan van Os
Jonas Maebe wrote: Maybe this one was indeed closed too quickly, I'll set it back to "resolved". However, very few people close their bug reports, so almost all of them are eventually closed by an admin (otherwise they remain in the "resolved" state forever). Ah, I for one, didn't know the r

Re: [fpc-pascal] Re: SQLDB/Firebird unable to open table with more than 128 fields

2009-03-21 Thread Graeme Geldenhuys
On Fri, Mar 20, 2009 at 5:27 PM, Funky Beast wrote: > Its Firebird 2.0.3, that bug only appears in sqldb/firebird combination. > The same table that this combo can't open, opens successfully with > fblib-0.85, flamerobin and fenixsql. Then in must be a SqlDB issue. By the way, if you are using F

Re: [fpc-pascal] Re:[FPC 0013023]: COM Write Access to Properties crashes

2009-03-21 Thread Jonas Maebe
On 21 Mar 2009, at 16:16, z0m...@gmx.net wrote: Why do you close Bugs that are reported from me ? I hadnt the chance to test until now... I dont think that it is correct that someone of the admins closes untested Bugreports... Maybe this one was indeed closed too quickly, I'll set it back t

[fpc-pascal] Re:[FPC 0013023]: COM Write Access to Properties crashes

2009-03-21 Thread z0m...@gmx.net
Why do you close Bugs that are reported from me ? I hadnt the chance to test until now... I dont think that it is correct that someone of the admins closes untested Bugreports... best reagrds Christian >Das folgende Problem wurde geschlossen. >

Re: [fpc-pascal] SQLDB/Firebird unable to open table with more than 128 fields

2009-03-21 Thread Joost van der Sluis
Op vrijdag 20-03-2009 om 22:38 uur [tijdzone +0800], schreef Funky Beast: > I've found a bug in sqldb/firebird. > Its reported here, with sample project to reproduce: > http://bugs.freepascal.org/view.php?id=13340 You are using one TSQLQuery object for all sorts of actions. Try to create a new TS

Re: [fpc-pascal] Sending UDP packets windows, linux

2009-03-21 Thread Rainer Stratmann
It works with windows and linux if a _connection_ between 2 PC's is made. If there is no connection fpsendto blocks the program. Am Freitag, 20. März 2009 21:58 schrieb Rainer Stratmann: > With 2 Linux PC's this works, but I wanted to connect a Linux and a Windows > computer. > Would that be po

Re: [fpc-pascal] locale solution for unix systems

2009-03-21 Thread Marco van de Voort
In our previous episode, Bart said: [ Charset ISO-8859-1 unsupported, converting... ] > On 3/20/09, Marco van de Voort wrote: > > A plugin is the more logical route, for the ones that want to remain libc > > free, but want to risk maintainance problems. > > Like an fplocale unit, that users can

Re: [fpc-pascal] locale solution for unix systems

2009-03-21 Thread Bart
On 3/20/09, Marco van de Voort wrote: > A plugin is the more logical route, for the ones that want to remain libc > free, but want to risk maintainance problems. Like an fplocale unit, that users can include if they do not want to use clocale? > Are they guaranteed default installed on most OS