Board index » delphi » Error 217 on WinNT when calling Printer.Printers
Rob Roberts
![]() Delphi Developer |
Sat, 12 May 2001 03:00:00 GMT
Error 217 on WinNT when calling Printer.Printers
I have an app that has been run on many Win95 machines with no problems, but
aborts with runtime error 217 when run on Windows NT. Unfortunately I'm trying to debug this remotely via modem, so I can't just trace into it to see what is going on. I've reduced the problem to a very small test case. It has only one unit, unit Unit1; interface uses type var implementation uses {$R *.DFM} var procedure TForm1.FormCreate(Sender: TObject); initialization I'm using Delphi v3.02. Does anyone know why this problem is happening? Thanks in advance, |