- Timestamp:
- Jun 16, 2005, 12:31:24 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/cppbase/bs_config.cpp
r283 r285 2344 2344 } 2345 2345 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 // 2346 2352 // V1.0.5 (2005-01-26) [pr]: Change directory to that of executable. @@fixes 626. 2347 2353 // We remove any leading quotes and just leave the directory name, excluding a 2348 2354 // trailing slash, unless it is a root directory. 2355 #if 0 2349 2356 string strDir; 2350 2357 strDir.assignUtf8(&codecProcess, _ustrExecutable); … … 2359 2366 doshSetCurrentDir(strDir.c_str()); 2360 2367 } 2368 #endif 2361 2369 2362 2370 ULONG sid = 0;
Note:
See TracChangeset
for help on using the changeset viewer.