@aaa wrote:
Syphon, for example, requires an ofAppGlutWindow window instance instead of ofAppBaseWindow. I can get multiple windows going with ofAppBaseWindow well enough, but not with glut.
I’ve tried something like the following:
shared_ptr<ofAppGlutWindow> mainWindow = ofCreateWindow(settings);
But I get this error: No viable conversion from ‘shared_ptr’ to ‘shared_ptr’ which seems weird because ofAppGlutWindow extends ofAppBaseWindow, right?
Posts: 3
Participants: 2