<br><font size=2 face="sans-serif">Okay, I've found another Win32 API function that's not supported by 1.0.6 -- EnumPrinters. According to the API Reference that function can give a list of local and/or network printers connected to your computer. I found it (well, I found EnumPrintersW) in the spoolss.dll file, so I just added a function using eternal. My program compiles fine now but I get no output on the display when I try to check the data returned by the function. I can't even get a writeln to work!</font>
<br>
<br><font size=2 face="sans-serif">My command line looks like this:</font>
<br>
<br><font size=2 face="sans-serif">ppc386 -OG3 -WC -vehnw -Xs -XX -Sd -FE\fpc\compiled \Source\%1 -T%2 %3 %4 %5 %6 %7 %8 %9</font>
<br>
<br><font size=2 face="sans-serif">I've attached a small .pas test file that will demonstrate the problem (BTW; I'm using Win2K Pro).</font>
<br>
<br><font size=2 face="sans-serif">TIA...</font>
<br>
<br>
<br><font size=2 face="sans-serif">Jim</font>
<br>
<br>