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
I'm about to update ofxSpout (https://github.com/elliotwoods/ofxSpout) with the latest spout SDK, after updating the src files in ofxSpout\libs\SpoutSDK\src , the example send project fails to compile with this error,
error C4703: potentially uninitialized local pointer variable 'exc' used
In spoutglextensions.cpp on line 415
Thanks,
Harvey
The text was updated successfully, but these errors were encountered:
This is due to a debugging print statement within a function to test at runtime for GL_EXT_bgra extensions. The error is not picked up by VS2012. It has some problems so is not used. The files are updated with that function commented out.
If GL_EXT_bgra extensions are not available, the symptom will be reversal of colours when using "SendImage" and "ReceiveImage". I believe this will be rare and the check can be removed in any case.
Hi,
I'm about to update ofxSpout (https://github.com/elliotwoods/ofxSpout) with the latest spout SDK, after updating the src files in ofxSpout\libs\SpoutSDK\src , the example send project fails to compile with this error,
error C4703: potentially uninitialized local pointer variable 'exc' used
In spoutglextensions.cpp on line 415
Thanks,
Harvey
The text was updated successfully, but these errors were encountered: