QGLViewer/QGLViewer.pro
which creates a .dsp
file..dsp
workspace and make sure you select Release
as the Build
active configuration.dll interface
are not important).QGLViewer138.dll
in a standard library directory, such as C:\WINNT\system32
.libQGLViewer-1.3.8
to your
Project-QGLViewer properties-C/C++-General-Additional Include Directories (optional).libQGLViewer-1.3.8\QGLViewer\Release
to your
Linker-General-Additional Library Directories (optional)..pro
files into .dsp
workspaces.
If your Qt version is lower than 3.1, you have to install the GLUT library in order to have text
display. Download the GLUT
library
and add the paths to GLUT
in your Linker-General-Additional Library Directories
configuration if needed.
The Qt-2.3 version is no longer supported by Qt, and it does not give a correct picture of the actual Qt functionalities. You can however download the free Qt 2.3 version. Qt 2.3 requires Visual Studio and is not compatible with .NET.
Follow the same installation procedure, but with these modifications :QGLViewer.Qt2.3.pro
into QGLViewer.pro
and then use
Generate Qt project on this new file instead.qmake -win32 -t vclib -o QGLViewer.dsp QGLViewer.pro
in a DOS console instead./GX
in Project/Settings/C-C++/General/Project Option to limit warnings.qglviewer.h
and change saveSnapshot()
as explained on line ~446.QGLViewer.dll
instead..pro
files and remove the end of the file as explained./GX
in Project/Settings/C-C++/General/Project Option to limit warnings.designer's *.ui
interface files were created with Qt 3 and may have to be adapted.SpinningFrame
updates the display of all the viewers.MouseGrabber
behavior limited to the one of a ManipulatedFrame
.ManipulatedFrame
cannot be modified when used as key frames in KeyFrameInterpolator
.ManipulatedCameraFrame
as a viewer manipulatedFrame()
does not work.
Download and install the GLUT
library
. Add the paths to GLUT
in your Tools-Options-Directories
configuration if needed.
thread
from the
CONFIG
line in QGLViewer.pro
.
Please let me know if you encountered specific installation problems that could be reported on this page.