ofxLibwebsockets icon indicating copy to clipboard operation
ofxLibwebsockets copied to clipboard

Can the Video Blob examples be built on Windows 10 X64

Open rwebber opened this issue 4 years ago • 0 comments

I have built and run 'hello world' so I am not moving up to my target of getting the Video Blog examples working. However, I seem to hiting my head against a TurboJpeg error.

C2664 'bool ofxTurboJpeg::compress<ofImage>(T &,int,ofBuffer &)': cannot convert argument 3 from 'unsigned long *' to 'ofBuffer &' example_server_blobvideo C:_DEV\C++\OF...\ofApp.cpp 40

Error (active) no instance of function template "ofxTurboJpeg::compress" matches the argument list example_server_blobvideo c:_DEV\C++\OF...\ofApp.cpp 40

Any direction here would be very much appreciated. ( I have your latest ofxTurboJpeg code)

rwebber avatar Oct 30 '20 21:10 rwebber