elliotwoods / ofxCvGui

Panel based GUI library with DOM-like features for openFrameworks
http://www.kimchiandchips.com
32 stars 10 forks source link

'ofGetCurrentWindow': identifier not found #23

Open grrrwaaa opened 8 years ago

grrrwaaa commented 8 years ago

of 0.9.3, fresh checkout of ofxCvGui, a few linker errors

Is this a version mis-match?

(I'm trying to work my way toward building Rulr by the way)

1>c:\users\grrrwaaa\documents\of_v0.9.3_vs_release\addons\ofxcvgui\src\ofxcvgui\panels\texture.cpp(38): error C3861: 'ofGetCurrentWindow': identifier not found

I can't find this function defined anywhere in openFrameworks.

Replacing the call with "ofGetMainLoop()->getCurrentWindow()" seems to work.

usama-ghufran commented 8 years ago

i just faced the same issue. fresh checkout of 0.9.3 and downloaded addons. i wanted to test the gui example for ofxKinectforWindows2 for which i downloaded these addons as they were shown missing. -->ofxCvGui ------>ofxSingleton ------>ofxLiquidEvents ----------->ofxAssets ----------->ofxTextInputField

elliotwoods commented 8 years ago

Ah my apologies. This is in the latest master of oF. I should do a check against oF version