- This topic has 1 reply, 1 voice, and was last updated 6 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
Forums › TWAIN Classic › Recompiled Twack_32 fails with memory access violation
I tried to compile the source of twack_32 in win 7 x64 with vs2012.
The compilation is successful, but using the program I get “Memory Access Violation” errors (sending OPENDS command).
Instead, using the downloaded binary program everything works properly.
I need to set some particular flag at compile time?
Thanks in advance
I discovered that building the C++ project in relase mode everything works fine.
I finally tried to compile the project TWAINCS to evaluate the use with the .NET framework, but also in this case (always sending the OpenDS command) I get a “Memory Access Violation” error (either building in the release that in debug mode).