I m trying to set the capability but it doesn't work, maybe a limitation of twain32.dll used by the lib ?
with the twain tool, if i do :
DG_CONTROL DAT_CAPABILITY MSG_SET
with
0xF00C,TWON_ONEVALUE,TWTY_BOOL,1
it works.
I tried with the lib but no luck so far even with changing the struct from short to long because 0XF00C is not a short number...
Hi,
I m trying to set the capability but it doesn't work, maybe a limitation of twain32.dll used by the lib ? with the twain tool, if i do : DG_CONTROL DAT_CAPABILITY MSG_SET with 0xF00C,TWON_ONEVALUE,TWTY_BOOL,1 it works.
I tried with the lib but no luck so far even with changing the struct from short to long because 0XF00C is not a short number...
thanx for any guidance...