- This topic is empty.
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
Forums › TWAIN Classic › TWAINCSToolkit CloseDriver issue
I downloaded the twaincsscan (C#). It works fine when open a source and scan. However, quite often, the application crashes when closing driver.
I looked at the source code, it crashed when calling CloseDriver() on toolkit object:
m_twaincstoolkit.CloseDriver();
Please help. Thanks.