Ignore:
Timestamp:
Jul 20, 2010, 10:50:05 AM (15 years ago)
Author:
Herwig Bauernfeind
Message:

GUI-Tools: EVFSGUI: Do not run more than 32 smbclient.exe at the same time

Location:
branches/guitools-2.0/evfsgui
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/guitools-2.0/evfsgui/changes

    r471 r477  
    2626- Fixed: Workaround for uninitialized advance.!alwaysmp
    2727- Fixed: Do not crash on bad return value from *RxGetMount() in GetChildren
     28- Fixed: Do not run more than 32 smbclient.exe concurrently (EVFSGUI needs
     29         Paul Ratcliffe's pr1util.dll now)
    2830         
    2931Version 2.0.5 2010-04-23
  • branches/guitools-2.0/evfsgui/evfsgui.VRP

    r471 r477  
    1010VRXWindow: __VREFileListWindow,1,807,11033,1506,3358
    1111VRXWindow: __VRESectionListWindow,1,2361,10648,8696,4794
    12 VRXWindow: __VREToolsWindow,1,2517,7082,6486,1665
     12VRXWindow: __VREToolsWindow,1,2517,7082,6480,1669
    1313VRXWindow: __VREWindListWindow,1,542,8721,2650,3150
    1414UserFile: 1
  • branches/guitools-2.0/evfsgui/evfsgui.VRX

    r471 r477  
    18791879    CALL SysLoadFuncs
    18801880
     1881    call RxFuncAdd 'PRLoadFuncs',  'PR1UTIL', 'PRLoadFuncs'
     1882    call PRLoadFuncs
     1883
     1884
    18811885    CALL _InitTempDir
    18821886
Note: See TracChangeset for help on using the changeset viewer.