[Wine] Re: print directly on another computer's LPT

tjandracom wineforum-user at winehq.org
Tue Sep 9 03:27:53 CDT 2008


thanks for the response.

i recently try:

 OpenPrinter( "EpsonLX", &handle, NULL );
 WritePrinter( handle, buffer, buffersize );
 ClosePrinter( handle );

"EpsonLX" is installed printer connected via smb://servername/printername.
i can get the handle with OpenPrinter() function, but still can't print anything.







More information about the wine-users mailing list