Re: [fpc-pascal] Greetings

2009-04-28 Thread fpclist
Doug, Hi Thanks for the welcome. As a veteran Turbo Pascal user, (since ver 3.0 in 1986), I was introduced to Object Pascal in 1989 when I upgraded to TP ver 5.5, although it was quite different to Object Pascal we use today. BTW, I still sort of know my way around Turbo Vision. I've been

[fpc-pascal] C to Pascal convertion. Hex Float.

2009-04-28 Thread dmitry boyarintsev
hello Developers. Does anyone have an experience with converting hex-float numbers from C to Pascal? i've converted all OpenCL (cl_platfrom.h, cl.h, cl_gl.h) headers already,except for the following constants: CL_FLT_MAX 0x1.fep127f CL_FLT_MIN 0x1.0p-126f CL_FLT_EPSILON

[fpc-pascal] DirectFB for FPC (SVN)

2009-04-28 Thread Roland Schaefer
Hello everyone, first of all, since I'm new to the list, I'd like to say my official hello. FPC is great, and it has recently contributed to renewing my interest in Pascal. Thanks to everyone involved! In our spare time, a friend and I are now working on a small lightweight toolkit, called

[fpc-pascal] now i have a very strange behaviour of my arm compiler

2009-04-28 Thread Benedikt Schindler
Hi, i still try to get a gtk applicatoins running on my device. And now i have found a work around for one error message. But in reality it's not a work around. It's a: i didn't realy change anything, but it works now If i delete the changes again, the error raises again. So maybe someone of

Re: [fpc-pascal] now i have a very strange behaviour of my arm compiler

2009-04-28 Thread Jonas Maebe
On 28 Apr 2009, at 13:48, Benedikt Schindler wrote: -- Also this one works: -- --- /media/mmcblk0p3/lazarus/lcl/interfaces/gtk/ gtkwidgetset.inc.orig Tue Apr 28 10:24:19 2009 +++ /media/mmcblk0p3/lazarus/lcl/interfaces/gtk/ gtkwidgetset.inc

Re: [fpc-pascal] Greetings

2009-04-28 Thread Tomas Hajny
On Tue, April 28, 2009 01:30, Lou James wrote: I am new here too,I've been using free pascal since a year and a half ago.And I'm wondering what I can contribute? Well, contributions are always welcome, of course! There is a page in our Wiki regarding possible contributions

Re: [fpc-pascal] now i have a very strange behaviour of my arm compiler

2009-04-28 Thread Benedikt Schindler
my last svn update was 13 days ago. I update my sources and recompile everything. (That will need some time) i give you a status update later. Beni Jonas Maebe schrieb: On 28 Apr 2009, at 13:48, Benedikt Schindler wrote: [...] All of your workarounds have one thing in common: they cause an

Re: [fpc-pascal] Apache Modules without LResources

2009-04-28 Thread Joost van der Sluis
Op dinsdag 28-04-2009 om 02:58 uur [tijdzone +0200], schreef Giovanni Premuda: Hello, I'm in the process of converting a relatively complex LMS from Delphi to fpc. In Delphi I was using a descendant of TCustomWebDispatcher instead of a TWebModule in order to avoid depending on DFM

[fpc-pascal] OpenCL, Re: C Hex Float.

2009-04-28 Thread dmitry boyarintsev
Anyway. does FPC community need converted OpenCL headers? i'd like to share them. Should they be converted to the proper structure first (/src, make, fpmake)? there're only 2 files anyway. I still have not found any reasonable way to convet c-hex-float number to pascal. i'm not sure if it's nice

Re: [fpc-pascal] OpenCL, Re: C Hex Float.

2009-04-28 Thread Marco van de Voort
In our previous episode, dmitry boyarintsev said: Anyway. does FPC community need converted OpenCL headers? i'd like to share them. I'm working in vision, and I'd be very interested in OpenCL headers. Should they be converted to the proper structure first (/src, make, fpmake)? there're only

Re: [fpc-pascal] OpenCL, Re: C Hex Float.

2009-04-28 Thread dmitry boyarintsev
thanks for the reply Marco I'm working in vision, and I'd be very interested in OpenCL headers. you can download converted headers from here: http://wnsoft.com/~dima/opencl.zip original c headers are available here: http://www.khronos.org/registry/cl/ cl.h and cl_platform.h is united into

Re: [fpc-pascal] Apache Modules without LResources

2009-04-28 Thread Giovanni Premuda
Joost van der Sluis wrote: Op dinsdag 28-04-2009 om 02:58 uur [tijdzone +0200], schreef Giovanni Premuda: Is it possible to use fclweb without linking LResources and a lazarus resource file? One way is without using modules, select 'File-New-Custom CGI Program' from the lazarus-menu.

Re: [fpc-pascal] Apache Modules without LResources

2009-04-28 Thread ABorka
Not sure about this error, but make sure you are using the latest SVN source code for FPC because recently there were multiple bug fixes done in fcl-web Giovanni Premuda wrote: Joost van der Sluis wrote: Op dinsdag 28-04-2009 om 02:58 uur [tijdzone +0200], schreef Giovanni Premuda: Is it

Re: [fpc-pascal] Apache Modules without LResources

2009-04-28 Thread Giovanni Premuda
ABorka wrote: Not sure about this error, but make sure you are using the latest SVN source code for FPC because recently there were multiple bug fixes done in fcl-web I've using fpc 2.2.4 but I downloaded fcl-web from subversion and applied some of your unapplied patches I found on Mantis,

[fpc-pascal] qprof

2009-04-28 Thread Mattias Gaertner
Hi, Has someone managed to profile a fpc program with qprof under 32bit linux (ubuntu)? I always get 0 samples, 0 counts. Mattias ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] qprof

2009-04-28 Thread Mattias Gaertner
On Wed, 29 Apr 2009 00:21:03 +0200 Mattias Gaertner nc-gaert...@netcologne.de wrote: Hi, Has someone managed to profile a fpc program with qprof under 32bit linux (ubuntu)? I always get 0 samples, 0 counts. Sorry. I had compiled with -pg. Now it works. Mattias

Re: [fpc-pascal] Apache Modules without LResources

2009-04-28 Thread ABorka
I think all those patches are now applied - with minor changes - by Joost in the latest SVN. Giovanni Premuda wrote: ABorka wrote: Not sure about this error, but make sure you are using the latest SVN source code for FPC because recently there were multiple bug fixes done in fcl-web I've