Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

Error int ofWindowSettings::width is protected

$
0
0

@Jhovarie_Guiang wrote:

Hello guys How to fixed this?
I am trying to set the width and height of the ofGLFWindowSettings but I failed.

my code
‘’’
ofGLWindowSettings settings;
settings.width = 700; // <-- error here
settings.height = 500; // <-- error here
‘’’
The error message is
int ofWindowSettings::width is protected within this context

How to fixed this?
I am trying to set the width and height of ofGLWindowSettings

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4929

Trending Articles