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.
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.
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,
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
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,
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 -
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
___
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
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