c++ - Using QTImage with OpenGL -


ok given code , need set up. unfamiliar c++ , includes say:

#include <qt\qimage.h> #include <qt\qgl.h> #include "imageloader.h" 

i have looked , there download on qt-image website, not have permission on computer (at college) install program.

am doing wrong? or there headers can use instead? these missing components left application (needed glut, gml , glew too)

you need download installation of qt. if find headers qimage, include headers other parts of qt, , surely need qt libraries link them in application.

you download , install external hdd (or usb flash) on home computer, , setup college computer's environment search header files in location.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -