Forums › TWAIN Classic › QT Error in Twain Data Source
- This topic is empty.
-
AuthorPosts
-
Bhim Rathor
- Topics - 98
- Replies - 191
- Total Posts - 289
I got the Sample Twain data source from guthub . I followed instruction at git hub to compile Twain DS but getting below errors. Any help with these error is appreciated.
Error 4 fatal error C1083: Cannot open source file: ‘..\src\GeneratedFiles\Win32\Debug\moc_Qt_About.cpp’: No such file or directory c1xx
Error 5 fatal error C1083: Cannot open source file: ‘..\src\GeneratedFiles\Win32\Debug\moc_Qt_MainForm.cpp’: No such file or directory c1xx
Error 6 fatal error C1083: Cannot open source file: ‘..\src\GeneratedFiles\Win32\Debug\moc_Qt_ProfileName.cpp’: No such file or directory c1xx
Error 7 fatal error C1083: Cannot open source file: ‘..\src\GeneratedFiles\qrc_qtresources.cpp’: No such file or directory c1xx
Error 8 error BK1506 : cannot open file ‘.\Debug32\Qt_About.sbr’: No such file or directory BSCMAKE
Error 1 fatal error C1083: Cannot open include file: ‘ui_About.h’: No such file or directory c:\odiimages\source\twain\twain-samples\twain_ds_sample01\src\qt_about.cpp 2
Error 2 fatal error C1083: Cannot open include file: ‘ui_MainForm.h’: No such file or directory c:\odiimages\source\twain\twain-samples\twain_ds_sample01\src\qt_mainform.cpp 2
Error 3 fatal error C1083: Cannot open include file: ‘ui_ProfileName.h’: No such file or directory c:\odiimages\source\twain\twain-samples\twain_ds_sample01\src\qt_profilename.cpp 2Thanks
Bhim Rathor- Topics - 98
- Replies - 191
- Total Posts - 289
I would like to report that this issue is resolved. The Twain Data Source project in compiling fine now.
Thanks
BhimDaniel- Topics - 98
- Replies - 191
- Total Posts - 289
good evening,
My name is Daniel and I’m a developer if software
we have recently acquired 6 scan scanner Avision AV176U I am having difficulty communicating my application with scanner
I use TWAIN and uk.co.mmscomputing.device.twain API.
As parameter I step the place where it is to save the scanning and I receive this error of return:
JarLib.load: Successfully loaded library [jar: file: / C: / Users / cce / Desktop / New% 20pasta% 20 (2) /scanner/uk.co.mmscomputing.device.twain.jar!/uk/co/ mmscomputing / device / twain / win32 / jtwain.dll] from jar file location
Source Manager Open
Source Open
Source Enabled
uk.co.mmscomputing.device.twain.TwainSource.enable:
scan timed out. Close data source.
uk.co.mmscomputing.device.twain.TwainSource.enable:
scan timed out Close data source.
MSG_CLOSEDSOK, MSG_CLOSEDSREQ in callback routineWill I be passing some wrong parameter or what is necessary?
If you can help me, I’ll be grateful. -
AuthorPosts