Quantcast
Channel: bugs, errors - openFrameworks
Viewing all articles
Browse latest Browse all 636

Warning about ofImage

$
0
0

@bensam wrote:

I’m using Qt Creator on debian and i got this warning

ofImage img;

void ofApp::setup(){
	img.allocate(ofGetWidth(), ofGetHeight(), OF_IMAGE_GRAYSCALE);	
}

warning: instantiation of function 'ofImage_::allocate' required here, but no definition is available

i tried to look around but no solution i could found

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 636

Trending Articles