Ignore:
Timestamp:
Mar 4, 2015, 10:28:25 AM (11 years ago)
Author:
Herwig Bauernfeind
Message:

GUITools: SSCC (Ticket #248), SMBMon (TDB Check page), EVFSGUI, shared library updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/guitools/evfsgui/evfsgui.vrx

    r869 r875  
    11841184
    11851185SYNTAX:
     1186    IF options.!debug == 1 then say time()' _LoadotherFuncs() error handler entered.'
    11861187    Fatal = 1
    1187     xxx = strip(translate(word(sourceline(SIGL-1),4),'  ',"',"))
    1188     call VRMessage 'Main', 'REXX function library 'xxx'.DLL is missing!', "EVFSGUI fatal error", "E"
     1188    parse source . . InVXIDE
     1189    if left(InVXIDE,length(Tempdir)+5) = TempDir||'__tmp'
     1190        then xxx = "VX-REXX IDE: "strip(translate(word(sourceline(SIGL-1),4),'  ',"',"))
     1191        else xxx = 'A'
     1192    call VRMessage 'Main', xxx' REXX function library DLL is missing or unloadable!', "EVFSGUI fatal error", "E"
     1193    IF options.!debug == 1 then say time()' _LoadotherFuncs() error handler finished, program will be terminated.'
    11891194signal Quit
    11901195
     
    26912696    else ok = VRRedirectStdIO("OFF")
    26922697
     2698    call _InitTempDir
    26932699    call _LoadOtherFuncs
    2694     call _InitTempDir
     2700
    26952701    call NLVSetup
    26962702    call _StemsInit
Note: See TracChangeset for help on using the changeset viewer.