Hi all I have found a bug (at least an unwanted feature) in the last beta (19980830), when trying to compile the file rtsstr.pas contained in the distribution (directory p/rts). In this unit there are some inline functions (e.g. Strlen). When compiled without any optimisation option (-On), the function in simply not contained in the resulting rtsstr.o file, and no error message nor warning is issued. With -O it works fine. Of course it is somewhat contradictory to compile without optimisation and to include explicit inline functions. But at least the inline directive should be ignored in this case if this causes problems with the compiler, and a warning issued. Hope this helps. -- Maurice Lombardi Laboratoire de Spectrometrie Physique, Universite Joseph Fourier de Grenoble, BP87 38402 Saint Martin d'Heres Cedex FRANCE Tel: 33 (0)4 76 51 47 51 Fax: 33 (0)4 76 51 45 44 mailto:Maurice.Lombardi@ujf-grenoble.fr