Re: [fpc-devel] RTL and Unicode filenames operations.

2010-03-09 Thread dmitry boyarintsev
Hello, The patch has been updated: http://bugs.freepascal.org/view.php?id=15795 (is it possible to allow the reporter to delete its files in FPC bug tracker?) The library is now RTL "encoding" independent. Actually it's configurable, so, if RTL string encoding changes, only a 2-3 lines in the lib

Re: [fpc-devel] Trying to do a running implementation of Widget Type "NoGui"

2010-03-09 Thread Jonas Maebe
Michael Schnell wrote on di, 09 mrt 2010: Now I need to find out how the Widget Type selected in project options is linked to the code that implements the "controls" and how I can debug/edit the source code for the "NoGUI" Widget Type. Such questions are more suited to the Lazarus mailing list

Re: [fpc-devel] RTL and Unicode filenames operations.

2010-03-09 Thread dmitry boyarintsev
On Tue, Mar 9, 2010 at 1:49 PM, Marco van de Voort wrote: >> The library is now RTL "encoding" independent. Actually it's >> configurable, so, if RTL string encoding changes, only a 2-3 lines in >> the library should be changed. > > I don't know, but I can delete anything but the most recent if yo

[fpc-devel] Trying to do a running implementation of Widget Type "NoGui"

2010-03-09 Thread Michael Schnell
As said I do have a running implementation of "NoGUIApplication, that I did by porting the code from MSEIDE. Now I am not happy with introducing this huge amount of code into Lazarus (i.e. a Lazarus "package"). So I took a look what we have in the RTL and the LCL. I did some steps to do do a "TNo

Re: [fpc-devel] RTL and Unicode filenames operations.

2010-03-09 Thread Marco van de Voort
In our previous episode, dmitry boyarintsev said: > > The patch has been updated: http://bugs.freepascal.org/view.php?id=15795 > (is it possible to allow the reporter to delete its files in FPC bug tracker?) > > The library is now RTL "encoding" independent. Actually it's > configurable, so, if R

[fpc-devel] TFileStream problem with bigger file (> GB)?

2010-03-09 Thread Martin
I have a strange issue with TFileStream, just wondering if anything is known... The function below is supposed to read the first (up to) 5000 bytes of a file. It works fine on "normal" sized files. But I have a couple of files between 3 and 8 GB in size, and for those files read just returns