Re: [fpc-pascal] Morfik is using FPC compiler

2006-03-28 Thread Bisma Jayadi
Because we don't know about it. I've been keeping an eye on Morfik since quite some time, but I didn't know they use FPC. How did you find out ? Content of "Release_Notes_0_8_6_5.txt" : Release notes for Morfik App

[fpc-pascal] Synapse for all unix/linux targets

2006-03-28 Thread Lukas Gebauer
Hello all! I am working on new SynSock module for Synapse, what using native FreePascal's sockets and netdb units. Previous Synapse can be used on i386 with Win32 and Linux only. Next version can be used on any Unix/Linux system with any processor supported by FPC. (And is maybe easy to add

Re: [fpc-pascal] Morfik is using FPC compiler

2006-03-28 Thread Michael Van Canneyt
On Tue, 28 Mar 2006, Bisma Jayadi wrote: Because we don't know about it. I've been keeping an eye on Morfik since quite some time, but I didn't know they use FPC. How did you find out ? Content of "Release_Notes_0_8_6_5.txt" : -

[fpc-pascal] Internal linker status

2006-03-28 Thread Sasa Zeman
What is the current states of internal linker developing? Sasa -- www.szutils.net ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Executing another program from Pascal

2006-03-28 Thread Hans Mårtensson
In good old days the Turbo Pascal had an EXEC procedure that could execute another program by invoking the DOS command interpreter. In better new days the FPC does not seem to have such an option, or I couldn’t find it in the docs. Now I am particularly interested in doing such a thing in a Li

Re: [fpc-pascal] Executing another program from Pascal

2006-03-28 Thread Elio Cuevas Gómez
El Mar 28 Mar 2006 13:40, Hans Mårtensson escribió: > In good old days the Turbo Pascal had an EXEC procedure that could > execute another program by invoking the DOS command interpreter. I think that function is in the DOS unit. And it even works in Linux! > > In better new days the FPC does not

Re: [fpc-pascal] Morfik is using FPC compiler

2006-03-28 Thread Bisma Jayadi
Unfortunately, I had to remove the morfik from my PC. Too much conflicts with the existing firebird, and both the IDE and generated forms look totally wrong on my PC. And I do mean totally: everything is scaled wrong... It sounds strange to me. :( I've just install this newer version without any

Re: [fpc-pascal] Internal linker status

2006-03-28 Thread Peter Vreman
> What is the current states of internal linker developing? Basic linking for win32 works ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Morfik is using FPC compiler

2006-03-28 Thread Peter Vreman
>> Unfortunately, I had to remove the morfik from my PC. Too much >> conflicts with the existing firebird, and both the IDE and >> generated forms look totally wrong on my PC. And I do mean >> totally: everything is scaled wrong... > > It sounds strange to me. :( I've just install this newer versio

Re: [fpc-pascal] Executing another program from Pascal

2006-03-28 Thread Marco van de Voort
> In good old days the Turbo Pascal had an EXEC procedure that could > execute another program by invoking the DOS command interpreter. Dos.exec still exist, but as a substitute sysutils.ExecuteProcess is recommended. (1.9.2+ though) Note that both don't exec the command itself. > I have foun

Re: [fpc-pascal] Executing another program from Pascal

2006-03-28 Thread Marco van de Voort
> > Note that both don't exec the command itself. Clarification: the commandPROCESSOR, so cmd.exe or /bin/sh. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Morfik is using FPC compiler

2006-03-28 Thread Michael Van Canneyt
On Wed, 29 Mar 2006, Bisma Jayadi wrote: > > Unfortunately, I had to remove the morfik from my PC. Too much > > conflicts with the existing firebird, and both the IDE and > > generated forms look totally wrong on my PC. And I do mean > > totally: everything is scaled wrong... > > It sounds stran