Changeset 422 for branches


Ignore:
Timestamp:
Mar 5, 2010, 8:41:25 PM (15 years ago)
Author:
Herwig Bauernfeind
Message:

smb.pdr 1.0.1 changes

Location:
branches/smbpdr-1.0
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/smbpdr-1.0/build.cmd

    r177 r422  
     1setlocal
     2call 063.cmd
     3rem call 064x.cmd
     4endlocal
    15del smb.o
    26del smb.pdr
  • branches/smbpdr-1.0/changelog

    r177 r422  
     1Version 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         
     6Version 1.0 05-05-2009
     7  -Note: Just a recompile of RC5, but built against libc063
     8 
    19Version 1.0-RC5    14-04-2009 (Update by Alex Taylor)
    210  +Added:   The port description (seen on the "Output Port" properties page)
  • branches/smbpdr-1.0/smb.c

    r177 r422  
    10661066        while (rc != 0)
    10671067        {
    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);
    10691069                resp = WinMessageBox (HWND_DESKTOP,
    10701070                                                        HWND_DESKTOP,
Note: See TracChangeset for help on using the changeset viewer.