- Timestamp:
- Mar 5, 2010, 8:41:25 PM (15 years ago)
- Location:
- branches/smbpdr-1.0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/smbpdr-1.0/build.cmd
r177 r422 1 setlocal 2 call 063.cmd 3 rem call 064x.cmd 4 endlocal 1 5 del smb.o 2 6 del smb.pdr -
branches/smbpdr-1.0/changelog
r177 r422 1 Version 1.0.1 05-03-2010 2 +Added: Show return code from smbspool in error message (useful only together 3 with smbspool.exe from 3.3.x as 3.0.x always returns 1 in case of an 4 error) 5 6 Version 1.0 05-05-2009 7 -Note: Just a recompile of RC5, but built against libc063 8 1 9 Version 1.0-RC5 14-04-2009 (Update by Alex Taylor) 2 10 +Added: The port description (seen on the "Output Port" properties page) -
branches/smbpdr-1.0/smb.c
r177 r422 1066 1066 while (rc != 0) 1067 1067 { 1068 sprintf(errorstr,"Error during spooling to smb://%s:****@%s/%s/%s",username,workgroup,ip_add,queue_name);1068 sprintf(errorstr,"Error %d during spooling to smb://%s:****@%s/%s/%s",rc,username,workgroup,ip_add,queue_name); 1069 1069 resp = WinMessageBox (HWND_DESKTOP, 1070 1070 HWND_DESKTOP,
Note:
See TracChangeset
for help on using the changeset viewer.