Changeset 821 in dev for branches/egtra/ab5.0/abdev/ab-test/ab-test.cpp
- Timestamp:
- Aug 7, 2011, 11:13:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/egtra/ab5.0/abdev/ab-test/ab-test.cpp
r818 r821 94 94 ::GetModuleFileName(nullptr, moduleName, MAX_PATH); 95 95 96 auto systemDir = fs::path(moduleName).parent_path().parent_path() / L"build/release/system";96 auto systemDir = fs::path(moduleName).parent_path().parent_path().parent_path() / L"build/release/system"; 97 97 98 98 UniqueHModule hmodRes(::LoadLibraryExW((systemDir / name).wstring().c_str(), nullptr, LOAD_LIBRARY_AS_DATAFILE));
Note:
See TracChangeset
for help on using the changeset viewer.