[fpc-pascal]ptop.cfg

2004-02-09 Thread Holger Peters
Hi, is there any ptop.cfg sample file which uses a more delphi like style than the one which comes with FPC? Holger ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]What does this mean?

2004-01-20 Thread Holger Peters
Hi, thank you, a really stupid mistake from me, but it is still not working when I compile it with fpc main3.pp -gd . Holger Michael Van Canneyt schrieb: On Tue, 20 Jan 2004, Holger Peters wrote: Hi, I tried to compile this program: {$MODE OBJFPC} program DomTest3; uses DOM

[fpc-pascal]What does this mean?

2004-01-20 Thread Holger Peters
Hi, I tried to compile this program: {$MODE OBJFPC} program DomTest3; uses DOM, xmlread, Classes; var MyXMLStructure : TXMLDocument; MyFile : TFileStream;

[fpc-pascal]What does this mean?

2004-01-20 Thread Holger Peters
Hi, I tried to compile this program: {$MODE OBJFPC} program DomTest3; uses DOM, xmlread, Classes; var MyXMLStructure : TXMLDocument; MyFile : TFileStream; begin MyFile.Create('test.xml',fmopenread); MyXMLStructure := TXMLDocument.Creat

Re: [fpc-pascal]what Programming Environment : Editor & Debugger

2003-08-14 Thread Holger Peters
Stefan Becker schrieb: dear Pascal'ers, I've just searched the net and freepascal.org in the hope of finding some info on what and how to set up a working environment with linux. So far I've done all my editing and debuging on a DOS machine with Borland 7.0 - and "just" recompiling my application

Re: [fpc-pascal]Error 216 with SDL

2003-08-12 Thread Holger Peters
Holger Peters schrieb: Hi, I used SDL4FreePascal under Windows with FreePascal 1.0.6 and it worked fine. Now, I use RedHat 9.0 with FreePascal 1.0.10 and SDL4FreePascal doesn't work. When I compile the demos, I get the runtime error 216 at the first SDLcommand. Is there a solution? H

[fpc-pascal]Error 216 with SDL

2003-08-04 Thread Holger Peters
Hi, I used SDL4FreePascal under Windows with FreePascal 1.0.6 and it worked fine. Now, I use RedHat 9.0 with FreePascal 1.0.10 and SDL4FreePascal doesn't work. When I compile the demos, I get the runtime error 216 at the first SDLcommand. Is there a solution? Holger ___

Re: [fpc-pascal]XChat plugins using FPC

2003-07-25 Thread Holger Peters
Hi, if you are successful, I would be glad to receive the ported Header files and a small example. Holger James Mills schrieb: Hi, I can successully compile and test the plugin source listed at http://xchat.org/docs/plugin20.html written in C. However I don't like C much and am wondering if i

[fpc-pascal]Printing

2003-06-27 Thread Holger Peters
hi, I'm writing an GTK+ Programm with FPC, and I'd like to print a GdkPixmap out (on paper, not on screen). Since GTK+ does not provide a printing interface I'd like to know if there is a plattformindependend (Windows and Linux) interface available in FPC. Holger _

Re: [fpc-pascal]SDL with FPC - possible?

2003-06-19 Thread Holger Peters
Hi, I have used SDL4FreePascal for some time. Simplysearch it with google. It worked fine with FPC 1.0.6 under Windows, I have not used it under Linux, but I guess it is about the same. Please notice that libsdl is not ported completely. Holger Marco van de Voort schrieb: Are there any libsd

[fpc-pascal]Bug? Error when compiling a folder

2003-02-23 Thread Holger Peters
Hi, it is not a great important bug, but it could be solved. In Linux, I discovered that FPC did not remark when I passed a folder as a source file, it halted with an error. Holger PS: Excuse my bad English, but the day was long *g* ___ fpc-pascal

[fpc-pascal]Understanding the compiler sources

2003-02-10 Thread Holger Peters
Hi, I want to understand how a compiler works. So I thought I could search a little open source Compiler (FreePascal is very big and I think I had a better overview with a smaller one). So I decided to understand FreePascal. I found „Free Pascal 1.0.x Internal documentation version 1.0“ on freepasc

Re: [fpc-pascal]Unit Graph with Linux (Knoppix) or alternative unit

2003-02-07 Thread Holger Peters
Hi, > You may want to have a look at the 4th or 5th GTK article on the website. > There I explain how you could set up such a thing. (It's the one with the > breakout game) I've already read this article, and I tried to write a Widget, that does this, but it does not work right (I'm searching sti

Re: [fpc-pascal]Unit Graph with Linux (Knoppix) or alternative unit

2003-02-06 Thread Holger Peters
Hi, are there any alternatives? I think of a simple Graphic Unit, or a Widget for GTK with some simple drawing functions. I'm satisfied with a simple PutPixel procedure. Holger ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/m

[fpc-pascal]1. FPC and Mandrake 2. Crosscompiling

2003-01-24 Thread Holger Peters
Hi, 1. At home I'm working with FreePascal for Windows. But in extra curricular lessons, I work with Linux (Mandrake). I tried to install FreePascal for Linux on this comuter, but it didn't work. For example there is no IDE and if I start fpc in the console, there is no output. Is it because I a