robotconscience / ofxLibwebsockets

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

'bool ofxTurboJpeg::compress<ofImage>(T &,int,unsigned long)': cannot convert argument 3 from 'unsigned long *' to 'unsigned long' example_server_blob C:\Users\Thea\Desktop\of_v0.9.7_vs_release\addons\ofxLibwebsockets\example_server_blob\src\ofApp.cpp 158 #91

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hello,

I'm trying to run example_server_blob on a Windows machine. So far, I've downloaded OF, added both ofxLibwebsockets and your fork of ofxTurboJPEG. When I try to compile I get this error message twice.

'bool ofxTurboJpeg::compress<ofImage>(T &,int,unsigned long)': cannot convert argument 3 from 'unsigned long *' to 'unsigned long' example_server_blob C:\Users\Thea\Desktop\of_v0.9.7_vs_release\addons\ofxLibwebsockets\example_server_blob\src\ofApp.cpp 158

Any idea what's going on?