Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » ... cannot be resolved to a variable(error)
... cannot be resolved to a variable [message #1775398] Sun, 29 October 2017 13:23 Go to next message
Luca Lauer is currently offline Luca LauerFriend
Messages: 1
Registered: September 2017
Junior Member
the program is for creating a diagram:

// move space-time-plot upwards
if (row < ysizeSTD-DOTSIZE)
row+=DOTSIZE;
else
bg.copyArea(xShift+bluebar,DOTSIZE+yShift,xsizeSTD-xShift+bluebar,ysizeSTDDOTSIZE,0,-DOTSIZE);

I always get the error "ysizeSTDDOTSIZE cannot be resolved to a variable"
What is wrong here/how can I fix it

PS: It is not my program
Re: ... cannot be resolved to a variable [message #1775402 is a reply to message #1775398] Sun, 29 October 2017 16:08 Go to previous message
Nitin Dahyabhai is currently online Nitin DahyabhaiFriend
Messages: 4430
Registered: July 2009
Senior Member

This is a forum for questions about Eclipse, not general programming problems. I'm not sure what language that source is, but nothing there indicates why ysizeSTDDOTSIZE should be resolvable.

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:Eclipse PDT Download sha512sum failing...
Next Topic:Eclipse NeoScada error
Goto Forum:
  


Current Time: Fri Mar 29 14:30:01 GMT 2024

Powered by FUDForum. Page generated in 0.03354 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top