- This topic has 2 replies, 2 voices, and was last updated 6 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
Forums › TWAIN Classic › Compile Errors of TWAIN Sample Data Source In VS2008
I download the TWAIN sample Data Source : twainds.source.2.1.3
I open the ……visual_studioTWAINDS_VS2008.sln
When I F5 start debugging, it shows 2 Errors.
Error PRJ0019: A tool returned an error code from “Rcc’ing d:………srcqtresources.qrc…”
Error BK1506 : cannot open file ‘.Debug32CommonTWAIN.sbr‘: No such file or directory BSCMAKE TWAINDS_Sample
My OS is win7, 64-bit
I don’t know what to do.. 🙄
How to compile the TWAIN Sample Data Source ?
The sample DS uses QT4 for image generation. You can download it here…
http://download.qt-project.org/archive/qt/4.8/4.8.4/
You’ll need a system environment variable too…
QTDIR set to C:Qt4.8.4
Thanks for Reply 😆 , I finally know how to use.
If I double click the TWAINDS_VS2008.sln file in folder to open it,
When I F5 start debugging, it will show errors.
At last I found another way…
[Start] -> [Qt] -> [Visual Studio with Qt]
menu -> [File] -> [Open] -> [Project/Solution…] to open sln
Compile success !