I was trying the codes in the tutorial
QT Tutorial #1---8 Preparing for Battle
(http://doc.trolltech.com/3.3/tutorial1-08.html)
in visual Studio 2005(with embedded QT designer integrated)
And the compilation gives me the following error: fatal error C1083: Cannot open include file: 'qvbox.h': No such file or directory.
I have included all the libraries in the Project Wizard->Project settings.
And other libraries such as qpainter.h worked fine.
I simply copied and pasted the whole code set from the website to the project, didn't change anything.
Is there any hint for the reason of the problem?
Thanks!!!




Reply With Quote


)
I'd suggest checking out Qt Assistant shipped together with Qt. It's a great tool for exploring Qt reference documentation.
Bookmarks