Re: [fpc-pascal] Spreadsheet library/unit?

2008-10-16 Thread Felipe Monteiro de Carvalho
On Fri, Oct 17, 2008 at 12:03 AM, Francisco Reyes <[EMAIL PROTECTED]> wrote: > What is the purpose of the excel2utils file? This unit was the very first version of fpspreadsheet. It is completely obsolete, and I just kept it in the website because I still haven't written docs for the new version.

Re: [fpc-pascal] Spreadsheet library/unit?

2008-10-16 Thread Francisco Reyes
Felipe Monteiro de Carvalho writes: http://wiki.lazarus.freepascal.org/FPSpreadsheet Finally got started on this project. I am a little confused on the functionality of the unit excel2utils; I created a file with the exact code from the site, dropped it in the same directory as fpspreadsheet.

Re: [fpc-pascal] Bug in rtl/baseunix on OSX - Abort with illegal instruction

2008-10-16 Thread Brad Campbell
Jonas Maebe wrote: On 16 Oct 2008, at 06:17, Brad Campbell wrote: fpmkfifo aborts with an illegal instruction on OSX. It's the same problem as this one: http://bugs.freepascal.org/view.php?id=11705 (except that it's for fpmkfifo instead of for fpchown). I've fixed it in svn. Fantastic,

Re: [fpc-pascal] simpleipc

2008-10-16 Thread Brad Campbell
Luca Olivetti wrote: En/na Brad Campbell ha escrit: What I ended up doing was creating a lockfile and having the server hold an exclusive lock on it. If the server starts and can get an exclusive lock then it know's it is the first process running, and to delete the ipc pipe if it hangs over

Re: [fpc-pascal] simpleipc

2008-10-16 Thread Luca Olivetti
En/na Brad Campbell ha escrit: What I ended up doing was creating a lockfile and having the server hold an exclusive lock on it. If the server starts and can get an exclusive lock then it know's it is the first process running, and to delete the ipc pipe if it hangs over from a crash. Well,

[fpc-pascal] MSEide+MSEgui rev. 2.0beta1

2008-10-16 Thread Martin Schreiber
Hi, A first beta of MSEide+MSEgui version 2.0 has been released: http://sourceforge.net/project/showfiles.php?group_id=165409 Questions and bug reports please to NNTP: news://news.grid-sky.com/public.mseide-msegui.talk Martin ___ fpc-pascal maillist -

Re: [fpc-pascal] Bug in rtl/baseunix on OSX - Abort with illegal instruction

2008-10-16 Thread Jonas Maebe
On 16 Oct 2008, at 06:17, Brad Campbell wrote: fpmkfifo aborts with an illegal instruction on OSX. It's the same problem as this one: http://bugs.freepascal.org/view.php?id=11705 (except that it's for fpmkfifo instead of for fpchown). I've fixed it in svn. Jonas ___

Re: [fpc-pascal] simpleipc

2008-10-16 Thread Brad Campbell
Michael Van Canneyt wrote: On Thu, 16 Oct 2008, Brad Campbell wrote: G'day all, I've been having a play with simpleipc.pp for trying to do cross-platform single instance detection. Ordinarily it behaves perfectly, but I just noticed on Linux that it all comes crashing down if the server appl

Re: [fpc-pascal] simpleipc

2008-10-16 Thread Michael Van Canneyt
On Thu, 16 Oct 2008, Brad Campbell wrote: > G'day all, > > I've been having a play with simpleipc.pp for trying to do cross-platform > single instance detection. > > Ordinarily it behaves perfectly, but I just noticed on Linux that it all comes > crashing down if the server application crashes