Board index » delphi » Windows NT 4.0 and Delphi 2 - Error with WinTypes and WinProcs

Windows NT 4.0 and Delphi 2 - Error with WinTypes and WinProcs

Im running NT4 Workstation and Delphi 2 Developer.
when i try to install a component, it says it cant find
WinTypes.pas or WinProcs.pas. WinTypes and
WinProcs are both aliased to the Windows unit.
I cant seem to find out what the problem is. If anyone
can help, please email me. Thanks in Advance.

 

Re:Windows NT 4.0 and Delphi 2 - Error with WinTypes and WinProcs


it sounds like you've put the wrong thing in your USES clause.  The USES
clause should
contain Windows, Delphi will then find the classes in this file.

Hope this helps
David Maddison
Dun & Bradstreet

Email : themad...@compuserve.com

WaLNuT <wal...@thepentagon.com> wrote in article
<01bc2055$acb36c00$470e4ace@walnut>...

Quote
> Im running NT4 Workstation and Delphi 2 Developer.
> when i try to install a component, it says it cant find
> WinTypes.pas or WinProcs.pas. WinTypes and
> WinProcs are both aliased to the Windows unit.
> I cant seem to find out what the problem is. If anyone
> can help, please email me. Thanks in Advance.

Other Threads