Changeset 285 for trunk/src


Ignore:
Timestamp:
Jun 16, 2005, 12:31:24 AM (20 years ago)
Author:
pr
Message:

Undo bug 626 fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cppbase/bs_config.cpp

    r283 r285  
    23442344    }
    23452345
     2346    // V1.0.7 (2005-05-30) [pr]: This doesn't work. Some packages rely on the current
     2347    // directory not being changed, so you cannot win whatever you do. In any case, the
     2348    // code below assumes it is always a path'd executable, which is not always the case.
     2349    // Perhaps we should just set BEGINLIBPATH here instead which will allow newly
     2350    // installed EXEs to find their DLLs.
     2351    //
    23462352    // V1.0.5 (2005-01-26) [pr]: Change directory to that of executable. @@fixes 626.
    23472353    // We remove any leading quotes and just leave the directory name, excluding a
    23482354    // trailing slash, unless it is a root directory.
     2355#if 0
    23492356    string    strDir;
    23502357    strDir.assignUtf8(&codecProcess, _ustrExecutable);
     
    23592366        doshSetCurrentDir(strDir.c_str());
    23602367    }
     2368#endif
    23612369
    23622370    ULONG       sid = 0;
Note: See TracChangeset for help on using the changeset viewer.