Re: [fpc-pascal] Cancelling Scientific notation

2010-01-26 Thread Marco van de Voort
In our previous episode, James Gibbens said: > Good evening Frank, > Thank you very much for your answer. The Writeln(y:0:2); works beautifully. > The backgroundcolor is solved as far as the text goes, but the rest is still > black. What is the whole area cover by the program, the "screen" called?

Re: [fpc-pascal] Cancelling Scientific notation

2010-01-26 Thread James Gibbens
Good evening Frank, Thank you very much for your answer. The Writeln(y:0:2); works beautifully. The backgroundcolor is solved as far as the text goes, but the rest is still black. What is the whole area cover by the program, the "screen" called? I still need to down load the help files - so if I

Re: [fpc-pascal] Assigning class method to procedure of object via class name in delphi mode

2010-01-26 Thread cobines
2010/1/25 Michalis Kamburelis : > This is the way it's supposed to work in delphi mode, as far as I > remember Delphi allows it (disclaimer: I don't have Delphi now to check, > but it used to be so around Delphi 7). I see. I suspected as much, but wanted to make sure it's not a bug, since I never

Re[4]: [fpc-pascal] LZMA Algorithm fails on 64bit

2010-01-26 Thread JoshyFun
Hello FPC-Pascal, Tuesday, January 26, 2010, 4:14:07 PM, you wrote: >> Yes and the hunting was not easy :( fortunatly the code is quite >> small. MK> Cool! Many thanks for that fix! I was reviewing the code for nearly two MK> days without any usable result. Well I use a quite simple approach a l

Re: Re[2]: [fpc-pascal] LZMA Algorithm fails on 64bit

2010-01-26 Thread Matthias Klumpp
On Tue, 26 Jan 2010 13:51:35 +0100, JoshyFun wrote: > Hello FPC-Pascal, > > Tuesday, January 26, 2010, 7:52:08 AM, you wrote: > > GG> I am planning on using LZMA in the future (no timeframe available yet), > but > GG> could you guys make the fixed code available somewhere in a repository > or >

Re[2]: [fpc-pascal] LZMA Algorithm fails on 64bit

2010-01-26 Thread JoshyFun
Hello FPC-Pascal, Tuesday, January 26, 2010, 7:52:08 AM, you wrote: GG> I am planning on using LZMA in the future (no timeframe available yet), but GG> could you guys make the fixed code available somewhere in a repository or GG> as a sub-project of Lazarus CCR? More tests should be applied as I