more documentation
This commit is contained in:
parent
42e4973721
commit
1300f3c540
1
text.cpp
1
text.cpp
@ -81,6 +81,7 @@ const wchar_t* CLIPBOARD = L"Clipboard";
|
|||||||
const wchar_t* ABOUT = L"Textractor " ARCH L" v" VERSION LR"( made by me: Artikash (email: akashmozumdar@gmail.com)
|
const wchar_t* ABOUT = L"Textractor " ARCH L" v" VERSION LR"( made by me: Artikash (email: akashmozumdar@gmail.com)
|
||||||
Project homepage: https://github.com/Artikash/Textractor
|
Project homepage: https://github.com/Artikash/Textractor
|
||||||
Tutorial video: https://tinyurl.com/textractor-tutorial
|
Tutorial video: https://tinyurl.com/textractor-tutorial
|
||||||
|
FAQ: https://github.com/Artikash/Textractor/wiki/FAQ
|
||||||
Please contact me with any problems, feature requests, or questions relating to Textractor
|
Please contact me with any problems, feature requests, or questions relating to Textractor
|
||||||
You can do so via the project homepage (issues section) or via email
|
You can do so via the project homepage (issues section) or via email
|
||||||
Source code available under GPLv3 at project homepage
|
Source code available under GPLv3 at project homepage
|
||||||
|
@ -204,8 +204,7 @@ void TextHook::Send(uintptr_t dwDataBase)
|
|||||||
if (!err)
|
if (!err)
|
||||||
{
|
{
|
||||||
err = true;
|
err = true;
|
||||||
ConsoleOutput(SEND_ERROR);
|
ConsoleOutput("%s in %s", SEND_ERROR, hp.name);
|
||||||
ConsoleOutput("Textractor: in %s", hp.name);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
done:
|
done:
|
||||||
@ -267,7 +266,7 @@ void TextHook::Read()
|
|||||||
}
|
}
|
||||||
__except (EXCEPTION_EXECUTE_HANDLER)
|
__except (EXCEPTION_EXECUTE_HANDLER)
|
||||||
{
|
{
|
||||||
ConsoleOutput(READ_ERROR);
|
ConsoleOutput("%s in %s", READ_ERROR, hp.name);
|
||||||
Clear();
|
Clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user