Re: [fpc-pascal] splitting string into array

2007-07-12 Thread Marc Santhoff
Am Mittwoch, den 11.07.2007, 20:48 -0700 schrieb L: > > > > Wouldn't this function be a candidate for crawling into the 'strutils' > > > > unit? > > > > > > Probably, but I would change the interface: > > > > > > function Split(const str: string; const separator: string; var Res : array > of > > >

[fpc-pascal] IDE blows up itself

2007-07-12 Thread Arjan van Dijk
Hi! I had problems debugging my program under the last official IDE/Freepascal for Windows, so I just installed the release candidate that is bound to become official in 2 months. My problem still stands: during my debug session the whole IDE simply disappears! I narrowed down the problem to just

[fpc-pascal] Master Detail relationship in SQLdb

2007-07-12 Thread John
I have a table structured like this: ref (integer) (value generated by a sequence) (also Primary Key) par_ref (integer) name(varchar) I am using it as a two level look-up list of values. Top level entries have a par_ref of 0, next level entries have a par_ref that points to the ref o

Re: [fpc-pascal] fpc make vs. gnu make

2007-07-12 Thread Tomas Hajny
Michael Van Canneyt wrote: > On Thu, 12 Jul 2007, Tom Walsh wrote: > >> I am starting work on one fpc project and planning another. The current >> project will be for an x86 target, the planned project would be on ARM. >> I'm >> confused by the inclusion of a make utility within the fpc package. >

Re: [fpc-pascal] fpc make vs. gnu make

2007-07-12 Thread Michael Van Canneyt
On Thu, 12 Jul 2007, Tom Walsh wrote: > I am starting work on one fpc project and planning another. The current > project will be for an x86 target, the planned project would be on ARM. I'm > confused by the inclusion of a make utility within the fpc package. > > Is there a compelling reason

Re: [fpc-pascal] fpc make vs. gnu make

2007-07-12 Thread Florian Klaempfl
Tom Walsh schrieb: > Is there a compelling reason NOT to use GNU make for the fpc projects? Main problem: you can't express the cyclic interdependencies pascal units can have. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.free

[fpc-pascal] fpc make vs. gnu make

2007-07-12 Thread Tom Walsh
I am starting work on one fpc project and planning another. The current project will be for an x86 target, the planned project would be on ARM. I'm confused by the inclusion of a make utility within the fpc package. Is there a compelling reason NOT to use GNU make for the fpc projects? Is t

Re: [fpc-pascal] Profane question: can I use the IDE for another compiler/debugger?

2007-07-12 Thread Martin Schreiber
On Thursday 12 July 2007 10.21, Arjan van Dijk wrote: > > Can someone from the development team tell me if the Freepascal IDE can be > told to > call a FORTRAN compiler instead of Freepascal, and use gdb instead of the > Freepascal debugger? Just like the Freepascal website can be switched from > e

Re: [fpc-pascal] Profane question: can I use the IDE for another compiler/debugger?

2007-07-12 Thread Felipe Monteiro de Carvalho
On 7/12/07, Arjan van Dijk <[EMAIL PROTECTED]> wrote: and use gdb instead of the Freepascal debugger? AFAIK Free Pascal uses gdb on most platforms. -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://list

Re: [fpc-pascal] RE: Profane question: can I use the IDE for another

2007-07-12 Thread Henry Vermaak
On 12/07/07, Jeff Pohlmeyer <[EMAIL PROTECTED]> wrote: Here is something you might like: http://setedit.sourceforge.net/ it says it can play mp3s! how bizarre... - Jeff henry ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http:/

Re: [fpc-pascal] Which FPU instruction sets are really implemented?

2007-07-12 Thread Henry Vermaak
On 12/07/07, josepascual <[EMAIL PROTECTED]> wrote: Any comment? Anyone know something about it? Is only SOFT FPU instruction sets working? nope, fpa must be working, since some people are using it. i don't know the intricacies of the different fpa implementations, though. > > This is the F

[fpc-pascal] RE: Profane question: can I use the IDE for another

2007-07-12 Thread Jeff Pohlmeyer
Here is something you might like: http://setedit.sourceforge.net/ - Jeff ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

RE: [fpc-pascal] Which FPU instruction sets are really implemented?

2007-07-12 Thread josepascual
Any comment? Anyone know something about it? Is only SOFT FPU instruction sets working? > -Mensaje original- > De: [EMAIL PROTECTED] [mailto:fpc-pascal- > [EMAIL PROTECTED] En nombre de josepascual > Enviado el: miércoles, 11 de julio de 2007 12:08 > Para: 'FPC-Pascal users discussions'

Re: [fpc-pascal] Profane question: can I use the IDE for another compiler/debugger?

2007-07-12 Thread Daniël Mantione
Op Thu, 12 Jul 2007, schreef Arjan van Dijk: > Question: > > Can someone from the development team tell me if the Freepascal IDE can be > told to > call a FORTRAN compiler instead of Freepascal, and use gdb instead of the > Freepascal debugger? Just like the Freepascal website can be switched f

[fpc-pascal] Profane question: can I use the IDE for another compiler/debugger?

2007-07-12 Thread Arjan van Dijk
Hi, About 50 percent of my programming is done in Freepascal where I really really (!!) have developed a profound (!!!) appreciation for the IDE, which just brings me back to the old Borland times. But: In the other 50 percent of time I have to (no escape) work with FORTRAN. At first I wrote a b

Re: [fpc-pascal] splitting string into array

2007-07-12 Thread Vinzent Hoefler
On Thursday 12 July 2007 07:30, Michael Van Canneyt wrote: > Can you, BTW, explain the reference to Knuth ? I know who Donald > Knuth is, but fail to see the link... ? http://www.brainyquote.com/quotes/quotes/d/donaldknut181625.html Vinzent. ___ fpc-