The 17.12.2001 Bugs (=errors) Report on Demo01 Here are some bugs (=errors) found in the Demo01 files, after it has been published on the web. In wRichText0.pp, Line 653 SendMessage(hWin, EM_EXLIMITTEXT, 0, 100); The 100 should be replaced by a bigger number. (100000 for example). It defines the number of characters the RichText control can memorise in its buffer. It has been put to 100 while developping for testing. In the Demo02, this is (will be) corrected and the size of the RichText control buffer will increase automatically when needed. If YOU want to help and plans for the futur. """""""""""""""""""""""""""""""""""""""""""" Actually the library is growing quickly, many new object - units are comming. Later it will be easier to help. See PlanFutur01.pp if you want to help, or want to see what is planned to come. Information published on the web by Bernard.Gisin@Infomaniak.ch at the URL : http://www.perso.ch/Bernard.Gisin/FreePascal/demo01/index.html See also improvements in : http://www.perso.ch/Bernard.Gisin/FreePascal/index.html Last modified : The 17th of december 2001, by Bernard Gisin.