Avatar of RGuillermo
RGuillermo
Flag for United States of America asked on

is twain_32.dll cmpatible with windows 10 ?

Hello Experts,
I am getting the error screen attached as aa.jpg

When I try to register the twain_32.dll in folder system32 I get image bb.jpg
and when I try to register in folder syswow64 I get image cc.jpg

how can I register twain_32.dll in win 10 ?

Regards,
aa.jpg
bb.jpg
cc.jpg
Printers and ScannersC++.NET ProgrammingVisual C++.NET

Avatar of undefined
Last Comment
RGuillermo

8/22/2022 - Mon
RGuillermo

ASKER
Hi  following a thread I found on google
I copied the file twain_32.dll also to folder c:\windows\system\
now I get a differente error message as attached...

so now the library is in three folders system,system32 and syswow64
Hope this helps...
dd.jpg
David Johnson, CD

where did you get this .dll and who is it signed by?
RGuillermo

ASKER
Hi David,
I just googled it. But cant tell now from where I downloaded it because i visited so many places searching for a solution...
Do you have a specific download ? Please ?
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck
David Johnson, CD

Windows normally comes with twain_32.dll.. I think your problem is calling unmanaged code from managed code
RGuillermo

ASKER
David
Can you please explain what is "calling unmanaged code from managed code"
and what canI do to recover my twain_32.dll I may have overwriten my original....
thank you
dbrunton

twain_32.dll should be in the C:\Windows folder.

Check for it there.  Under Properties for that file should be the following:

File version 1.7.1.3
Product version 1.7.1.0

Also do that for the other versions in your computer and report back what you find.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
ASKER CERTIFIED SOLUTION
David Johnson, CD

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
RGuillermo

ASKER
After performing a sfc -scannow I found :

c:\windows\twain_32.dll                      file version 1.7.1.3 product version 1.7.1.0
c:\windows\system32\twain_32.dll                        1.7.1.1                              1.7.1.0
c:\windows\syswow64\twain_32.dll                       1.7.1.1                              1.7.1.3
dbrunton

Get rid of the one in c:\windows\system32

If the one in c:\windows\syswow64 was one you copied there then get rid of it as well.
RGuillermo

ASKER
dbrunton
yes after the sfc and erasing indicated files we are back to normal
Thank you !!!

Thanks to all Experts !!
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy