Re: [Lazarus] DisableWindowsUnicodeSupport

2009-05-08 Thread Bernd Mueller
Paul Ishenin wrote: Bernd Mueller wrote: I would like to use Lazarus without Unicode support on Windows, as it was possible up to version 0.9.24. I took a recent 0.9.27 snapshot and compiled it with -dDisableWindowsUnicodeSupport. My old projects seem work well, but the editor does

Re: [Lazarus] DisableWindowsUnicodeSupport

2009-05-08 Thread Bernd Mueller
Martin Friebe wrote: 2) If one doesn't happen. Try the following. (I have not tested it, but it *may* do the trick) open C:\lazarus_latest\components\synedit\syntextdrawer.pp line 889 function TheTextDrawer.GetUseUTF8: boolean; and make the function to always return False I made the

[Lazarus] DisableWindowsUnicodeSupport

2009-05-07 Thread Bernd Mueller
Hello, I would like to use Lazarus without Unicode support on Windows, as it was possible up to version 0.9.24. I took a recent 0.9.27 snapshot and compiled it with -dDisableWindowsUnicodeSupport. My old projects seem work well, but the editor does not show the german umlauts correct. I

Re: [Lazarus] Editor font disturbed after upgrading to r19705

2009-05-01 Thread Bernd Mueller
Bart wrote: Is this a bug, or is there something wrong with my system? I can confirm the described behavior on my Windows 98 machine. But the problem seems to go deeper. If I put a Button on a Form, and double click the Button to let the IDE write the OnClick method, I get the error

Re: [Lazarus] Editor font disturbed after upgrading to r19705

2009-05-01 Thread Bernd Mueller
Martin Friebe wrote: The best is probably to try and find the revision which broke it. Everything else is just blind search for a needle in a hay stack. r19131 is the breaking revision. Regards, Bernd. ___ Lazarus mailing list

Re: [Lazarus] read text file in lazarus

2009-04-06 Thread Bernd Mueller
svaa wrote: So the conclusion: For many cases, loadFromFile is faster. Even when increase the text buffer and try again ;-) Regards, Bernd. ___ Lazarus mailing list Lazarus@lazarus.freepascal.org

Re: [Lazarus] READXMLFILE WINCE/KOL

2009-02-04 Thread Bernd Mueller
Jóni Silva wrote: I'm trying to read an RSS feed using XMLread. This example works when i compile to Win32, however for winCE/KOL it shows me an acess violation. could be a compiler problem: http://bugs.freepascal.org/view.php?id=12137 Regards, Bernd.

Re: [Lazarus] Testers needed before the Lazaus 0.9.26.2 release

2009-01-28 Thread Bernd Mueller
Vincent Snijders wrote: Thus we kindly ask you to test our latest fixes snapshots at I took todays snapshot, compiled it on Windows 98 and made some tests with on of my projects. So far, it looks good to me. But I think there is one regression left:

Re: [Lazarus] Linux

2009-01-21 Thread Bernd Mueller
c...@freemail.hu wrote: Thanks for the answers and suggestions everyone! The speed issue I have is that simple things, like popup menues, clicking on tabs of a pagecontrol, changing tasks ...almost everything is handled too slowly. Compared to what I am used to, the delay is quite

Re: [Lazarus] Linux

2009-01-21 Thread Bernd Mueller
Michael Van Canneyt wrote: I run Windows 2000 under a VMWare in linux, and it is dog slow. Try VirtualBox ;-) I think we are more measuring the speed of VMWare and their drivers than the actual guest OS. you may be right, in VirtualBox you have to install the so called Guest Additions.

Re: [Lazarus] Loading an integer into a byte array

2009-01-09 Thread Bernd Mueller
Duncan Parsons wrote: Must confess, Joost's seemed the most readable, simple and portable :-) but consider NtoLE, if you are dealing mostly with Little Endian machines. Should be faster then. Regards, Bernd. ___ Lazarus mailing list

Re: [Lazarus] Loading an integer into a byte array

2009-01-08 Thread Bernd Mueller
Dave Coventry wrote: I have a file into which I want to put a long integer: 00 00 19 7A The file expects the value in the form: buffer[0]:=122; buffer[1]:=25; buffer[2]:=0; buffer[3]:=0; I am then intending to write this buffer to the file FS.Writebuffer(buffer,4); Is there a

[Lazarus] Running different Lazarus versions.

2008-06-26 Thread Bernd Mueller
Hello, I am running different Lazarus versions on my Windows 98 system (actually 5). This worked perfect with Lazarus up to 0.9.24, since each Lazarus uses its own settings which are stored in the Lazarus root directory. I am now testing Lazarus 0.9.25 with different revisions and noticed,

Re: [Lazarus] Running different Lazarus versions.

2008-06-26 Thread Bernd Mueller
Graeme Geldenhuys wrote: 2008/6/26 Bernd Mueller [EMAIL PROTECTED]: I am now testing Lazarus 0.9.25 with different revisions and noticed, that the settings seem to be stored global in the Local Settings directory. Sure, you had reasons to change this, but for me it is not comfortable. I

Re: [Lazarus] Running different Lazarus versions.

2008-06-26 Thread Bernd Mueller
Vincent Snijders wrote: Bernd Mueller schreef: Hello, I am running different Lazarus versions on my Windows 98 system (actually 5). This worked perfect with Lazarus up to 0.9.24, since each Lazarus uses its own settings which are stored in the Lazarus root directory. I am now testing