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 › Why 2 equivalent() files in GlowDoodle2.zip
Page Index Toggle Pages: 1
Why 2 equivalent(?) files in GlowDoodle2.zip (Read 1102 times)
Why 2 equivalent(?) files in GlowDoodle2.zip
Jul 6th, 2009, 4:39pm
 
Why are there two files a.+b., which appear to have the same functionality:

a. glowdoodle_async_upload4.Java with a main() function.
b. glowdoodle_async_upload4.Pde (which does't need, and actually has not a main() function)

As I can't compile each one either (with the rest of the zip archive) please give us some orientation.

My system is an OSX Leopard.

Thank you
Fridemar


Re: Why 2 equivalent(?) files in GlowDoodle2.zip
Reply #1 - Jul 8th, 2009, 7:52pm
 
What's glowdoodle?
Re: Why 2 equivalent(?) files in GlowDoodle2.zip
Reply #2 - Jul 8th, 2009, 9:56pm
 
http://scripts.mit.edu/~eric_r/glowdoodle/
Re: Why 2 equivalent(?) files in GlowDoodle2.zip
Reply #3 - Jul 9th, 2009, 3:55am
 
The .pde file is the original file.
The .java file is generated from the .pde file, it is included when you export for the Web in the PDE.

"I can't compile each one either"
How do you try to compile them? With the PDE (ie. Processing software)? With Eclipse?
Page Index Toggle Pages: 1