Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dynarithmic authored Aug 28, 2024
1 parent 2fbd0c0 commit 56491ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ If these files are not found, you will receive the following error when running

Note: If your application wants to suppress the above message box, but still receive an error return code, your application should issue a call to the API function **DTWAIN_SysInitializeNoBlocking** instead of **DTWAIN_SysInitialize** (see the examples below -- simply change **DTWAIN_SysInitialize** to **DTWAIN_SysInitializeNoBlocking**). If **DTWAIN_SysInitializeNoBlocking** returns a 0 or null handle, a subsequent call to **DTWAIN_GetLastError** will return **-1051**, indicating that the DTWAIN resources were not loaded.

Note: Make sure that you use the latest version of the text resources. If you are not using a version of
Note: Make sure that you use the latest version of the text resources. A check for the resource version is done by DTWAIN when **DTWAIN_SysInitialize** is called. If DTWAIN detects that the resources are corrupted or out-of-date, **DTWAIN_SysInitialize** will return a NULL handle indicating an error.

In addition, there are optional string resource files available. Here are a list of those files:

twainresourcestrings_dutch.txt Dutch resources
Expand Down

0 comments on commit 56491ea

Please sign in to comment.