Changeset 477 in dev for trunk/ab5.0/abdev/ProjectEditor/nkf_class.cpp
- Timestamp:
- Apr 6, 2008, 8:07:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/ProjectEditor/nkf_class.cpp
r475 r477 10 10 CNkf::CNkf() 11 11 { 12 const std::string nkf32DllPath = Program::GetApplicationSystemDirPath() + "\\system\\nkf32.dll";12 const std::string nkf32DllPath = ActiveBasic::Common::Environment::GetAbdevSystemDirPath() + "\\nkf32.dll"; 13 13 hLib = LoadLibrary( nkf32DllPath.c_str() ); 14 if( !hLib ) 15 { 16 MessageBox( NULL, "nkf32.dll が見つかりません。", "エラー", MB_OK | MB_ICONEXCLAMATION ); 17 } 14 18 15 19 pGetNkfVersion=(GetNkfVersion)GetProcAddress(hLib,"GetNkfVersion");
Note:
See TracChangeset
for help on using the changeset viewer.