Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expecting SEMI, found 'size' #6095

Open
clankill3r opened this issue Sep 21, 2020 · 0 comments
Open

expecting SEMI, found 'size' #6095

clankill3r opened this issue Sep 21, 2020 · 0 comments

Comments

@clankill3r
Copy link

Processing 3.5.4

Note that this does not apply for processing 4! I report it anyway.

Error:

expecting SEMI, found 'size'
Syntax error, maybe a missing semicolon?

Steps to reproduce:

PImage sourceImg;

void setup() {
  sourceImg.resize(1920, 1080);
  size(1920, 1080);
}

I guess this is related to the precompiler and the nasty stuff that is done to find the line with the size.

@processing processing deleted a comment from RUSHIM24 May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant