Re: [fpc-pascal] delphi compatibility

2011-04-21 Thread Marco van de Voort
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 ar

Re: [fpc-pascal] delphi compatibility

2011-04-21 Thread Matt Emson
Replace with just "Windows". Delphi hasn't had these since version 1.0 and they are aliased to that one Unit. No idea why they exist in the unit. In question also Very strange. Sent from my iPhone 4 On 21 Apr 2011, at 17:22, John Lee wrote: > Just downloaded & tried to registry.pas - for

[fpc-pascal] delphi compatibility

2011-04-21 Thread John Lee
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? Are they delphi? John