We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello. I'm still a beginner of processing. I installed Processing 2.2.1 x86(32bit) I use code;
PImage photo = loadImage("name_of_the_photo"); image(photo, 0, 0);
to install images but some images aren't displayed properly and error message is shown; A library used by this sketch is not installed properly. java,lang.UnsatisfiedLinkError:
A library relies on native code that's not available. Or only works properly when the sketch is run as a 64-bit application.
So what I should do to install the images and what is the reason I got error message? Thank you very much.