Re: [fpc-pascal] Problem with OpenGL drawing on Linux

2010-12-11 Thread Darius Blaszyk
Thanks Reimar and Jeppe for your feedback. For developing, I'm using a low end PC. I fact this is also what I'm targeting for. My driver and card details are listed below. 1.3 Mesa 7.7.1 Tungsten Graphics, Inc Mesa DRI Intel(R) 865G GEM 20091221 2009Q4 x86/MMX/SSE2 However, I would expect that

Re: [fpc-pascal] Problem with OpenGL drawing on Linux

2010-12-11 Thread Felipe Monteiro de Carvalho
Your program shows this in my Mac OS X: http://img64.imageshack.us/img64/640/screencapture3p.png Strange the the window does not have a close button. -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] The new Delphi 2010 RTTI

2010-12-11 Thread Michael Van Canneyt
On Sat, 11 Dec 2010, Paul Ishenin wrote: 11.12.2010 13:13, Thierry Coq wrote: Delphi 2010 has changed the RTTI mechanism, and it is said to be much more usable than the previous one. (see here for example: http://www.malcolmgroves.com/blog/?p=476) I would said extended what they had

Re: [fpc-pascal] Problem with OpenGL drawing on Linux

2010-12-11 Thread Darius Blaszyk
Hi Felipe, On Sat, 2010-12-11 at 11:39 +0100, Felipe Monteiro de Carvalho wrote: Your program shows this in my Mac OS X: http://img64.imageshack.us/img64/640/screencapture3p.png This is exactly what I see on windows, and what is expected. Thanks for confirming. Strange the the window does

Re: [fpc-pascal] The new Delphi 2010 RTTI

2010-12-11 Thread Thierry Coq
On 11/12/2010 11:53, Michael Van Canneyt wrote: ... If you want to look into it, I think Paul can help on the compiler end, and I'm willing to help with the extra RTL functionality. How can I help? I know a lot how the Delphi RTTI works, but I don't have a Delphi 2010 version (too expensive)!

Re: [fpc-pascal] Pascal Scripting Engines

2010-12-11 Thread Sven Barth
On 10.12.2010 20:18, Andrew Brunner wrote: Hi there, I'm considering pascal scripting engines in stead of hot-swaped compiled stored objects/dlls for server back-end development for clients (namely WebSocket/JS). I came across a few relatively recent solutions and wanted to know if there are

[fpc-pascal] Code to send message from Python script to FPC's TSimpleIPCServer

2010-12-11 Thread Michalis Kamburelis
Just sharing, in case someone will find the below information useful, or worthy to add to some wiki or docs anywhere: I have here a daemon written in FPC that communicates with clients by very nice TSimpleIPCServer class (in SimpleIPC unit). Of course it's trivial to send a message to such server