Adam Naumowicz wrote:
Hello, I found some information on the official web pages of your project, that the compiler 'completely' supports Borland Pascal syntax. Trying to compile some old BP 7.0 sources with GPC I noticed that the compiler knows nothing about SetTextBuf declared in BP system unit I suppose.
Thanks for the report. As Peter said, such a routine is not really necessary in GPC because GPC files do their own buffer management. But I will add a do-nothing SetTextBuf procedure to the System unit.
BTW, the reason why I missed it was that I looked through BP's system.pas pseudo-unit to see what was missing, and for some reason they call the procedure `BufferText' there, so I didn't see SetTextBuf...
Frank
Hello, Thank you for your response, I understand that these changes have relatively low priority :) But there is one more missing (??) thing I have found. I just tried to use include and exclude procedures for sets (enums). I know that it can be replaced almost equivalently with assignment S:=S+[new element], but maybe these procedures should be implemented as above within your system unit.
Adam Naumowicz
-------------------------------------- email: adamn@math.uwb.edu.pl WWW : http://math.uwb.edu.pl/~adamn/ --------------------------------------