We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › reinstall, and code is not working!!
Page Index Toggle Pages: 1
reinstall, and code is not working!! (Read 1234 times)
reinstall, and code is not working!!
Aug 30th, 2005, 10:54pm
 
Hi,
I have written some nice stuff, including 3 pde files of which two are used only as public class definition and the other as the main setup() draw() functions. It was working before I formatted my computer.
Now, I have installed them back, but processing gives an error "expecting RCURLY, found null" for one of the files, where a right curly is not necessary (all the curlies are closed).
and when I put a rcurly, then it gives another error of not finding the other file in the same folder. When I add import .... command then it gives another error in pure Java.
Well, these should not happen, any1 have any idea?
you can find the program and the codes in www.msaportfolio.com/processing
(which was uploaded before I formatted)
thanks,
msinan
Re: reinstall, and code is not working!!
Reply #1 - Aug 31st, 2005, 1:55am
 
I think you must close the [dal] class.
Expecting [}] at the end of this class.
Nice work.

Page Index Toggle Pages: 1