From 045cfad66df492ea145fd238cefc224f52ec5a59 Mon Sep 17 00:00:00 2001 From: AnastasiiaPozdniakova Date: Fri, 26 Mar 2021 13:31:22 +0200 Subject: [PATCH] some fixes when the device is not connected output message --- ErrorHandler.cpp | 4 ++-- ErrorHandler.vcxproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ErrorHandler.cpp b/ErrorHandler.cpp index 549004a..e6b10fd 100644 --- a/ErrorHandler.cpp +++ b/ErrorHandler.cpp @@ -490,8 +490,8 @@ HRESULT EnumerateAndDownloadItems( IWiaItem2 *pWiaItem2 ) bool fistIteration = true; int timeoutValue = 6; - std::cout << "press 'a' for auto scanning mode, 'n' for scan next page, 'e' if there is no more pages to scan, " - "'r' - reset the counter to some number, " + std::cout << "press 'a' for auto scanning mode, 'n' for scan next page, 'e' if there is no more pages to scan so break and exit, " + "'r' - reset the counter to some number, CTRL+BREAK - to terminate when the page will be scanned" << std::endl; while (1) { diff --git a/ErrorHandler.vcxproj b/ErrorHandler.vcxproj index 6f71659..063b4db 100644 --- a/ErrorHandler.vcxproj +++ b/ErrorHandler.vcxproj @@ -22,7 +22,7 @@ {B9A9A98C-855A-4532-BC9E-C4FF092D9290} ErrorHandler Win32Proj - 8.1 + 10.0.18362.0 @@ -33,7 +33,7 @@ Application - v140 + v141 Unicode