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

vitamin wineforum-user at winehq.org
Mon Sep 8 02:46:47 CDT 2008


tjandracom wrote:
> in windows, i could simply map it to LPT2, and use the LPT2
>    "net use LPT2: \\servername\printername"
> 
> or in my application i could open the network name directly:
>    handle = fopen("\\servername\printername");
>    fwrite( handle, buffer, buffersize );
>    fclose( handle ); 
> 
> is it possibly to do that under wine? 
> or similiar solution to do that?


No this won't work on Wine.







More information about the wine-users mailing list