In our previous episode, John Lee said: > Just downloaded & tried to registry.pas - for accessing win registry. It > uses SysUtils, WinTypes, WinProcs, Messages, Classes,ShellAPI > > My standard v242 fpc win compiler/rtl doesn't have these wintypes, winprocs > or messages. Where are these & why aren't they there by default?
Nowhere. > Are they delphi? They are deprecated since D2, and substituted by unit Windows. Delphi has a workaround for this to this day. Since we never supported D1, we never implemented the workaround. In short: 1) if the originating project doesn't still support D1 they should simply clean this up. 2) if the originating project still supports D1: "IT IS 2011 NOW!" _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal