On Thu, 23 Nov 2000, md wrote: > I like the delphi mode with its automatic dereferencing of structure > pointers instead of requiring ^. In that case, simply use {$mode objfpc} to get the best of both worlds! This will only fail in places where FPC and Delphi are incompatible, like the procvar handling and nested comments. Jonas