Hi All, I have the following code:
try
stream.ReadBuffer(buffer, length);
except
//handle exceptions...
end;
Is it possible to configure lazarus to ignore EStreamError in such case? I
mean I do NOT want to ignore all such exceptions, only those that are
already caught by my code.
Thanks,
Xiangrong
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
