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
If I compile the external with OF master and VS I get this error in ofxOfeliaEvents::callEventListener(ofxOfeliaData *x, t_symbol *s, ofDragInfo &e): "const std::filesystem::path::value_type *" is not compatible with "const char *"
The error appears in line 229 in ofxOfeliaEvents.cpp: lua_pushstring(L, e.files[i].c_str());
I can compile, if I comment out the line (but it would be much nicer to fix the issue, of course).
The text was updated successfully, but these errors were encountered:
If I compile the external with OF master and VS I get this error in
ofxOfeliaEvents::callEventListener(ofxOfeliaData *x, t_symbol *s, ofDragInfo &e)
:"const std::filesystem::path::value_type *" is not compatible with "const char *"
The error appears in line 229 in
ofxOfeliaEvents.cpp
:lua_pushstring(L, e.files[i].c_str());
I can compile, if I comment out the line (but it would be much nicer to fix the issue, of course).
The text was updated successfully, but these errors were encountered: