twain-samples
twain-samples copied to clipboard
**Reported by msdi on 2014-03-27 10:46 UTC** Hi, The twain sample app is really useful to debug software when it works. The only problem is that it crashes everytime on...
**Reported by mlmcl on 2014-11-25 14:42 UTC** This is the CAPSYS issue. I'm dropping this in here as a reminder for Jon to take a look at the issue, to...
**Reported by silvernexus on 2016-02-01 15:29 UTC** When building the samples for Linux, the compiler generates an error in TWAIN-Samples/common/CTiffWriter.h because it has not had uint16_t or uint32_t defined. These...
**Reported by silvernexus on 2016-02-02 19:51 UTC** When compiling in Linux, the linker errors out due to undefined references to dlclose. Adding -ldl to the project definition corrects the linker...
**Reported by silvernexus on 2016-02-02 19:37 UTC** When compiling in Linux, the UNUSEDARG macro used in Twain_App_sample01/src/main.cpp is not defined. This can be solved by defining UNUSEDARG in common/Common.h. Attached...
**Reported by silvernexus on 2016-02-02 19:56 UTC** Use of untemplated min in Twain_App_sample01/src/TwainApp.cpp is ambiguous and creates compiler errors in GCC 4.8. Use of templated min silences these errors. I...
Is this "DSM_Entry" method not implemented in "Twain_DS_sample01"? I found the declare in twain.h, but the implements not in "Twain_DS_sample01". This is my run (I changed the DSM lib path,...