We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello, I tried to create my first library, adapting a simple class i use, for the fun and see how it works. But i have a problem, when i compile the example, it works fine, when i compile mine, i gets error, it seems Eclipse don't accept P5 code, it gets an error at each time i use P5 code. There is a solution for that ?
Answers
So i needed to extent with PApplet. But i like i was using PGraphics, it only worked once I extended to PGraphics instead of PApplet.