From 498f3ad1a7057e91562f008dc38baf6d8b6269c7 Mon Sep 17 00:00:00 2001 From: Coldy Date: Tue, 25 Jan 2022 19:18:54 +0000 Subject: [PATCH] dll.obj: re-initiate build git-svn-id: svn://kolibrios.org@9670 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/develop/libraries/dll/ReadMe.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/develop/libraries/dll/ReadMe.txt b/programs/develop/libraries/dll/ReadMe.txt index 105634e2d5..e460f5c7f7 100644 --- a/programs/develop/libraries/dll/ReadMe.txt +++ b/programs/develop/libraries/dll/ReadMe.txt @@ -12,7 +12,7 @@ History 0.2.1 + Branch from dll.inc, now this file is not external. Improved error handling. Now dll.Load return 0 in success only Added corrsponding error codes if one of library or entry not found - + Added error handling with detailed inform user which error occurred through @notyfy. + + Added error handling with detailed inform user which error occurred through @notify. Now application is not crashed if bad format, can't load library or no found entry