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
hey, I added Poco with Project Generator and
#include "ofxXmlPoco.h"
Severity Code Description Project File Line Suppression State
Error (active) E1696 cannot open source file "unistd.h" ofxVideoRecorderExample openframeworks\addons\ofxVideoRecorder\src\ofxVideoRecorder.cpp 10
Severity Code Description Project File Line Suppression State
Error (active) E0020 identifier "ioctl" is undefined ofxVideoRecorderExample openframeworks\addons\ofxVideoRecorder\src\ofxVideoRecorder.cpp 28
Error (active) E0020 identifier "FIOBIO" is undefined ofxVideoRecorderExample \openframeworks\addons\ofxVideoRecorder\src\ofxVideoRecorder.cpp 28
Error (active) E0282 the global scope has no "open" ofxVideoRecorderExample \openframeworks\addons\ofxVideoRecorder\src\ofxVideoRecorder.cpp 80
Error (active) E0282 the global scope has no "write" ofxVideoRecorderExample \openframeworks\addons\ofxVideoRecorder\src\ofxVideoRecorder.cpp 96
Error (active) E0282 the global scope has no "close" ofxVideoRecorderExample \openframeworks\addons\ofxVideoRecorder\src\ofxVideoRecorder.cpp 133
Error (active) E0282 the global scope has no "open" ofxVideoRecorderExample \openframeworks\addons\ofxVideoRecorder\src\ofxVideoRecorder.cpp 165
Error (active) E0282 the global scope has no "write" ofxVideoRecorderExample \openframeworks\addons\ofxVideoRecorder\src\ofxVideoRecorder.cpp 177
Error (active) E0282 the global scope has no "close" ofxVideoRecorderExample \openframeworks\addons\ofxVideoRecorder\src\ofxVideoRecorder.cpp 209
Error (active) E0020 identifier "usleep" is undefined ofxVideoRecorderExample \openframeworks\addons\ofxVideoRecorder\src\ofxVideoRecorder.cpp 341
The text was updated successfully, but these errors were encountered:
I am experiencing the same issue on Windows 10 with VS2017. It works fine for me on macOS with Xcode 10. I have ffmpeg added to my path (running ffmpeg --version from a cmd prompt gets a proper version number for the version I have installed).
I am experiencing the same issue on Windows 10 with VS2017. It works fine for me on macOS with Xcode 10. I have ffmpeg added to my path (running ffmpeg --version from a cmd prompt gets a proper version number for the version I have installed).
hey, I added Poco with Project Generator and
#include "ofxXmlPoco.h"
The text was updated successfully, but these errors were encountered: