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
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
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