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

Windows compile error #43

Closed brinoausrino closed 7 years ago

brinoausrino commented 8 years ago

In order to compile ofxGuiExtended on Visual Studio the following things need to be edited.

"ABSOLUTE" defines some kind of system variable, so the value needs to be changed. Types.h -> LayoutPosition (I changed ABSOLUTE to ABSOLUTE_)

Element.cpp ->``removeLayout() does not return any Value

frauzufall commented 8 years ago

Thanks for opening this issue and sorry for the late reply. Element::removeLayout() ist not yet implemented, but it is returning a nullptr for now. Can you give me more details about this ABSOLUTE variable? I can't really find a source for this but I would like to know the reason before renaming it.