[fpc-pascal] Code example needed, please!

2006-06-29 Thread Rainer Hantsch
Hello! A friend of me wants to write a program which uses a GUI frontend and a backend, which actually does the work. The reason is that the backend shall also be usable from the command line, without any GUI, to make it working on more platforms without having to make changes on it. So it will

Re: [fpc-pascal] Code example needed, please!

2006-06-29 Thread Пётр Косаревский
A friend of me wants to write a program which uses a GUI frontend and a backend, which actually does the work. The reason is that the backend shall also be usable from the command line, without any GUI, to make it working on more platforms without having to make changes on it. So it will be

Re: [fpc-pascal] Code example needed, please!

2006-06-29 Thread Rainer Hantsch
Hello! Thank you very much for your answer. It is not that complicated as you possibly assume. It is primarily an execution of four very little programs which will run less than 1 second, each. (compiler, optimizer, linker, assembler). The primary point is that the textmode-backend is fully

Re[3]: [fpc-pascal] Code example needed, please!

2006-06-29 Thread Пётр Косаревский
From: Пётр Косаревский[EMAIL PROTECTED] To: FPC-Pascal users discussions fpc-pascal@lists.freepascal.org Subject: Re[2]: [fpc-pascal] Code example needed, please! I have code only with window messages and shared memory (if you don't want it, tell; otherwise I'll post some about an hour later