Paul McKenzie

Results 93 comments of Paul McKenzie

Also, if you eventually want to debug the library [source code](https://github.com/dynarithmic/twain_library_source/tree/development), basically all of the logic for DTWAIN_TN_PAGECONTINUE is found [here](https://github.com/dynarithmic/twain_library_source/blob/18a0bef044072e2977ca08e2fe0a7153f910266a/source/cpp/ctltr026.cpp#L681). A notification is sent out, and the return value...

Another question: What computer language are you using? Is it C#, C++, etc.? Also, I made a few changes to the libraries in the development branch. Please test your application...

Thanks. I would like to know how you used Javacript with the library. The reason is that unfortunately, I am not a JS expert, and would like to know how...

Ok. I will have to look into ffi. The TWAIN constants are in twain.h. DG_CONTROL = 1 DAT_PENDINGXFERS = 5 MSG_RESET = 7

> the other api can not be called Can you clarify this question? I am not sure what you mean here.

What verification do you have that the function was not called? The function must have been called, and possibly you are passing in bad application and/or source identity values. What...

Closing. Only will reopen if the issue has not been resolved.

1) Please specify the device make and model. 2) Please generate a full TWAIN log (DTWAIN_SetTwainLog) to see what is happening when the call is made to the TWAIN system....

You will still need to generate a TWAIN log to determine how your device is handling the TWAIN calls.

Please run the DTWDEMO.exe program. Does that program display the UI correctly? In general, it is impossible to know what the issue is with a particular scanner unless I have...