Re: [fpc-devel] Lazarus Apache module crashes during concurrent requests

2008-09-23 Thread ABorka
Hi Michael, Unfortunately, I do not have any C compilers - nor the knowledge to compile something with the apache header files in C. I manually compared the .h/.inc and the translated pascal structures/records for the two you have mentioned (module_struct and request_rec) and they seem to have

[fpc-devel] [Patch] Unicode FPC : tkUString handling in GetStrProp/GetWideStrProp and SetStrProp/SetWideStrProp

2008-09-23 Thread Inoussa OUEDRAOGO
Hi, The patch is an attached file at http://bugs.freepascal.org/view.php?id=12224 * GetStrProp and GetWideStrProp were always returning empty string for Unicode string published properties no matter what the values actually are. * SetStrProp/SetWideStrProp were not changing the properties va

[fpc-devel] Free Pascal and Graphics Programming .

2008-09-23 Thread Mehmet Erol Sanliturk
Dear Sirs , In c:\fpc\2.2.2\examples\opengl\ directory , there are demonstration programs using OpenGL . With c:\fpc\2.2.2\bin\i386-win32\Make.EXE , it is possible to generate executable files without error . When they are run , they are given exception about missing GLUT32.DLL . In the FP

Re: [fpc-devel] Lazarus Apache module crashes during concurrent requests

2008-09-23 Thread Felipe Monteiro de Carvalho
Try installing an older Apache. I installed here with XAMMP, Apache 2.2.9 and it just quits without any error message when loading my Pascal module. But when using the standard Apache 2.2.6 in Mandriva 2008 it works. Actually I can't get it to show the page (some config problem?), but it loads wi