Changeset 477 in dev for trunk/ab5.0/abdev/ProjectEditor/Attach.cpp
- Timestamp:
- Apr 6, 2008, 8:07:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/ProjectEditor/Attach.cpp
r475 r477 91 91 ///////////////////////////////////////////////////// 92 92 93 std::string enumProcess64ExePath = Program::GetApplicationSystemDirPath() + "\\enum_process64\\enum_process64.exe";93 std::string enumProcess64ExePath = ActiveBasic::Common::Environment::GetAbdevSystemDirPath() + "\\enum_process64\\enum_process64.exe"; 94 94 95 95 STARTUPINFO si; … … 106 106 ////////////////////////////////// 107 107 108 std::string listPath = Program::GetApplicationSystemDirPath() + "\\enum_process64\\list.dat";108 std::string listPath = ActiveBasic::Common::Environment::GetAbdevSystemDirPath() + "\\enum_process64\\list.dat"; 109 109 110 110 char *buffer;
Note:
See TracChangeset
for help on using the changeset viewer.