Re: [fpc-pascal] OT: fpc SDL HowTo (Was: Maybe a new fpc book :)

2008-01-09 Thread Tiziano De Togni
Marco Ciampa ha scritto: On Tue, Jan 08, 2008 at 08:54:58AM +0100, Tiziano De Togni wrote: Marco Ciampa ha scritto: Can someone please point me a simple BGI to SDL howto or some very simple Fpc SDL tutorials? These news are very sad. Why? Because we in Italy (but I think, in other countrie

Re: [fpc-pascal] MPICH on Pascal

2008-01-09 Thread Lourival Mendes
Dear Mattias, Sorry for my dunce mistake I made it wrong on the: const External_library='mpich2'; {Setup as you need} Now the helloworld worked in a one dual core computer, next I will try others. Thanks again for your attention and patience Lourival 2008/1/7, Lourival Mendes

[fpc-pascal] arm-linux, program does not start when using unit pthreads

2008-01-09 Thread Bernd Mueller
Hello, when I try to start a simple "Hello"-Program, which uses the unit pthreads, on an arm-linux target (uClibc), I get the message "not found". The program is crosscompiled from win32, using the fpc 2.2.0 compiler: program project1; {$mode objfpc}{$H+} uses pthreads; begin Writeln('He

[fpc-pascal] Heaptrc question

2008-01-09 Thread Koenraad Lelong
Hi, I made an application and I included the heaprace unit (compiled with -gh) to check for memoryleaks. Depending on how long it runs I get more blocks allocated and freed. Should I worry about this ? Or is it just a kind of counter for each allocation and freeing during the run of the program ? R

Re: [fpc-pascal] Heaptrc question

2008-01-09 Thread Jonas Maebe
On 09 Jan 2008, at 22:01, Koenraad Lelong wrote: I made an application and I included the heaprace unit (compiled with -gh) to check for memoryleaks. Depending on how long it runs I get more blocks allocated and freed. Should I worry about this ? No. Or is it just a kind of counter for e