dynarithmic / twain_library

Dynarithmic TWAIN Library, Version 5.x
Apache License 2.0
60 stars 25 forks source link

This application failed to start because it could not find or load the Qt platform plugin "windows" in "" #36

Closed HezinTUKE closed 1 year ago

HezinTUKE commented 1 year ago

After I select the source, I get this error This application failed to start because it could not find or load the Qt platform plugin "windows" in "". I use a dll file, I write the code in Rust

dynarithmic commented 1 year ago

Please note that this is not a DTWAIN error -- this issue has everything to do with the data source you selected relying on the Qt framework to be properly installed. DTWAIN has no dependencies on Qt whatsoever, so this is a Qt / data source issue.

Since I do not use Qt, you will have to either choose a different data source that doesn't rely on Qt, or figure out why or how to get the data source you're selecting to cooperate with Qt.

HezinTUKE commented 1 year ago

@dynarithmic I found the answer on my question - https://github.com/twain/twain-samples/issues/51#issuecomment-849417666