Re: [fpc-devel] Video unit -- bug? Tracedump -- request?

2005-02-15 Thread Marco van de Voort
> Video doesn't restore terminal settings on Linux after exiting -- the > command line doesn't show any typed in text, and doesn't process CR > characters... Is this a bug? And if not, what's the cure? (except of course > manual reset of the console after execution) Do you call donevideo?

Re: [fpc-devel] Bug in PWidechar and refcounting

2005-02-15 Thread DrDiettrich
Alexey Barkovoy wrote: > PAnsiChar, PChar are just pointers and not garbage collected by compiler. But > AnsiString and WideString are compiler managed types. So, as Peter mentioned, > behaviour you are seeing is by design. In Delphi WideString is not reference counted at all. The layout of the st

[fpc-devel] Abbrevia and Delphi compatibility

2005-02-15 Thread DrDiettrich
After eliminating dozens of bugs now I have a working version of Abbrevia for Delphi. Unfortunately this version is not usable with FPC, primarily because FPC doesn't support properties for the Object type. In my code I like to use Object for records with methods and properties, which need no dyna

[fpc-devel] Video unit -- bug? Tracedump -- request?

2005-02-15 Thread Kornel Kisielewicz
Hello all, I know, I posted about it already on fpc-pascal, but I got no reply, and I'm realy stuck with the linux version of my game because of it... At least please tell me where can I get answers to these questions :-( (other than "use the source, Luke" ;-) ) I'm in the process of port