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 on
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
http://lis
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 before.
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 do
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)!
I
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 an
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