frauzufall / ofxGuiExtended

ofParameter based GUI addon for openFrameworks; derived from the core OF ofxGui addon and ofxDOM.
MIT License
112 stars 29 forks source link

Doesn't compile in Windows - VS2015 #4

Closed gorkacortazar closed 9 years ago

gorkacortazar commented 9 years ago

I was trying the addon in VS2015 (of 0.9 is being optimized for that upcoming version) and there are several instances of this error

Error   C2065   'uint': undeclared identifier   example_elements_options    C:\Users\drakko\Documents\ofx_090\addons\ofxGuiExtended\src\ofxTabbedPages.cpp  233

It happens in 32 and 64 bits compilations. Changing the type of int solves the compiler error.

frauzufall commented 9 years ago

Should work now?

gorkacortazar commented 9 years ago

Yep it compiles correctly now.