From b584d691512e9f45e7aa576028335b39cf11490b Mon Sep 17 00:00:00 2001 From: liduo Date: Mon, 17 Feb 2025 11:19:27 +0800 Subject: [PATCH] fix load library error message Signed-off-by: liduo --- src/restool_errors.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/restool_errors.cpp b/src/restool_errors.cpp index 4fd9222..236707b 100644 --- a/src/restool_errors.cpp +++ b/src/restool_errors.cpp @@ -31,7 +31,9 @@ const std::map ERRORS_MAP = { ERR_TYPE_DEPENDENCY, "Failed to load the library '%s', %s", "", - { "Make sure the library path is correct and has access permissions." }, + { "Make sure the library path is correct and has access permissions.", + "Install the missing third-party dependency libraries displayed in the error information.", + "Adding the path 'openharmony\\previewer\\common\\bin' in your SDK path to environment variables." }, {} } }, // 11203xxx