You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is not affected by #define USE_GLFW_CLIPBOARD inside ofxTextInputField.cpp.
result is out-of-line-definition error there, for setClipboard(string clippy) and getClipboard()
Hi,
The following lines in
ofxTextInputField.cpp
cause build error on Xcode 5 with 0.8.0.Following might be cause probably.
It went well when I moved the lines above into header file.
Thanks!
The text was updated successfully, but these errors were encountered: