F1schk0pp

Results 9 comments of F1schk0pp

I have the same issues with Kodak Scanners. I solved it by using the new TwainDirectMetaData which was added in Twain 2.4. See: https://www.twain.org/wp-content/uploads/2017/03/TWAIN-2.4-Specification.pdf Page 368, 417

I can post the code this weekend. But you can test the latest Twain version 2.5. There is a new extended Image info called TWEI_BARCODETEXT2. See https://twain.org/wp-content/uploads/2021/11/TWAIN-2.5-Features.pdf Maybe that will...

Maybe your Scanner does not support x64. You could retry it with x86.

@soukoku do you have any updates?

It is not abandoned :) See branch v4

I managed to hook into the message loop in a WinUi3 application with this code: https://www.michaelwda.com/post/netcore_message_pump But instead of WinMsg I used your WIN_MESSAGE. But I don't know how to...

Ah ok i see.. Hmh, maybe i will try it with IPC and a extra "worker" app 🤔 If i succeed, i will create a PR with a WinUi3 sample...

Thx, if i run it unpackaged it works. v4 however throws a NotSupportedException when calling EnableSource: `The send method is not supported, use Post instead.`

I have managed to get it work with WinUi3. I will submit a PR the next days.