|
Author |
Topic: Problems exporting to web (Read 481 times) |
|
mccutchen
|
Problems exporting to web
« on: Dec 15th, 2002, 10:45pm » |
|
I just rewrote my second proce55ing sketch to be much more object-oriented, and in the process made it impossible to 'Export to web'. I can still run the sketch inside the proce55ing environment, but when I try to 'Export to web' I get the message 'Error while compiling, please send code bugs to bugs@proce55ing.net' I've linked to the new broken .pde and the older, uglier, but working .pde. If anyone has any suggestions, I'd really appreciate it. Broken: http://humortree.shifk.com/p5/Peinter_Broken.pde Working: http://humortree.shifk.com/p5/Peinter_Working.pde Thanks, Will
|
|
|
|
Glen Murphy
|
Re: Problems exporting to web
« Reply #1 on: Dec 16th, 2002, 4:23am » |
|
For what it's worth, the 'broken' code exports to web ok on my machine. Have you tried starting a new project and cutting and pasting the code into there? It's possible that you have read-only files in your applet directory (or something).
|
|
|
|
mccutchen
|
Re: Problems exporting to web
« Reply #2 on: Dec 17th, 2002, 5:44pm » |
|
Thanks, Glen... I hadn't thought to try that, and it worked perfectly.
|
|
|
|
|