Search found 7 matches

by Macedot
Thu Nov 18, 2021 4:46 pm
Forum: General discussions
Topic: TWAIN: Main Window scaled after Close/Unload Source
Replies: 2
Views: 5122

Re: TWAIN: Main Window scaled after Close/Unload Source

Thanks Hugo!

That's seems to be the issue indeed. Seems that we got stuck supporting legacy Windows versions so we're lacking some proper handling for that matter.

Cheers!
by Macedot
Fri Nov 12, 2021 4:48 pm
Forum: General discussions
Topic: TWAIN: Main Window scaled after Close/Unload Source
Replies: 2
Views: 5122

TWAIN: Main Window scaled after Close/Unload Source

Preface: This issue was first observed using GdPicture with C++ COM interop and occurs after calling TwainGetState without calling any other GDP TWAIN function previously. On this occasion we monitored our Main Window for any WM_SIZE messages on its Procedure. Our window didn't received any thus we ...
by Macedot
Fri Jul 23, 2021 4:51 pm
Forum: General discussions
Topic: TWAIN + MICR on parallel
Replies: 3
Views: 6604

Re: TWAIN + MICR on parallel

Sorry for the late response, Hugo! Both codes (TWAIN and MICR recon) works great when running independently. The issue only seems to occur when both are running in parallel: we have a DLL (C++ COM interface) that implements both the TWAIN and MICR code on a custom class. The TWAIN code runs on a thr...
by Macedot
Tue Jul 13, 2021 6:30 pm
Forum: General discussions
Topic: TWAIN + MICR on parallel
Replies: 3
Views: 6604

TWAIN + MICR on parallel

Hi guys! Does anyone have implemented the Twain functionality in parallel with MICR (CMC7) recognition? We are using CMC7 recognition on a DLL module that implements MICR recognition from GdPicture alongside with engines. It combines the results for better performance. We've just implemented the twa...
by Macedot
Mon Jul 12, 2021 10:04 pm
Forum: COM interoperability
Topic: Strange exceptions on versions > 14.1.72
Replies: 2
Views: 6484

Re: Strange exceptions on versions > 14.1.72

Thanks Hugo!

I'll gather a simpler version of the DLL with a demo project so I can ship it to you.

Best regards!
by Macedot
Thu Jul 08, 2021 11:43 pm
Forum: COM interoperability
Topic: Strange exceptions on versions > 14.1.72
Replies: 2
Views: 6484

Strange exceptions on versions > 14.1.72

Hi guys, hope you are dong great. We've been using GdPicture at our company since version 5 or 9, integrating our C++ Win32 solutions by using COM Interop. Since GdPicture.NET version 10, we were able to create a C++ DLL that integrates with GdPicture.NET without MFC dependency, basically by using t...
by Macedot
Thu Jul 08, 2021 11:23 pm
Forum: General discussions
Topic: C++ integration using CLR
Replies: 0
Views: 63818

C++ integration using CLR

https://docs.microsoft.com/en-us/cpp/dotnet/walkthrough-compiling-a-cpp-program-that-targets-the-clr-in-visual-studio?view=msvc-160 At our company we integrated GdPicture with C++ without using MFC and it was... quite tricky. We can't afford to have MFC dependencies and, despite that, we already mig...