robotconscience / ofxLibwebsockets

[Deprecated] openFrameworks wrapper of libwebsockets for WebSocket client and server functionality
Other
171 stars 68 forks source link

Can the Video Blob examples be built on Windows 10 X64 #112

Open rwebber opened 4 years ago

rwebber commented 4 years ago

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(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)