smbprint inconsitently works
I was finding problems with smbprint where it worked inconsistently.
It did not work at all initially with smbprint.exe in the samba directory but worked for one printer (pdfwrite to create PDFs) but not for another (real printer) when I moved it to the spool directory.
I found
- ok = VRPrintFile( smbprintername, directory'\'spoolfile, , JobName )
+ ok = VRPrintFile( smbprintername, spoolfile, , JobName )
where directory is never set to anything. Removing the directory'/' and now both printers objects work even with smbprint in samba.
I initially set directory=directory() - I had still had smbprint in the spool directory- and that will work as well but as the sysdelete function worked all along and it is without the directory information I decided to just remove it and it worked fine.
I am adding a full diff file for context but it has some other changes I did for seeing more information (and changed one German word to English so that I knew what it was telling me).
Change History
(7)
Owner: |
set to Herwig Bauernfeind
|
Status: |
new → assigned
|
Priority: |
minor → Feedback Pending
|
Component: |
Unknown → Samba Client Command line utilities
|
Milestone: |
→ Samba Client GUI (EVFSGUI) 2.1
|
Component: |
Samba Client Command line utilities → Samba Server GUI Tools
|
Milestone: |
Samba Client GUI (EVFSGUI) 2.1 → GUI Tools 1.0.0
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
@herwig any news?