Loading...
Logo
Processing Forum
manulorenzo's Profile
3 Posts
8 Responses
0 Followers

Activity Trend

Last 30 days
Show:
Private Message
    Hey everybody,

    I wanna do a nice visualization of some data but I want the visualization to stop when the user presses the space bar (actually, what I exactly want to do is that when the user presses space bar, Java (or processing) would capture that and send a ctrl+c and then an a key) to a certain program that is executing in my system..

    I don't really know whether I can do that, can I?

    Cheers!
    Hey everybody,

    I have a program written in prolog that is going to perform some operations on files and I want to make it communicate with processing. 

    What I want to do is, once my prolog file finished doing some operation with strings, I want them to be stored in an XML file and then telling to processing that that file has already been written and that processing can already grab that string in the file and do whatever (of course, prolog should close the file I guess so that processing could open it?) having some sort of synchronization.
    I do not really know whether that is possible or not to get it, and I would like you guys to give me a hand on this!

    Thank you very much in advance!
    Hey everybody,

    I am trying to start a piece of code I wrote some time ago and that worked, but after formatting my computer I can't start it anymore, and I would please like to get some help.

    I get the following error:
    1. processing.app.debug.RunnerException: UnsatisfiedLinkError: C:\processing-1.2.1\libraries\JMyron\library\JMyron.dll: Can't find dependent libraries
    2. at processing.app.Sketch.placeException(Sketch.java:1543)
    3. at processing.app.debug.Runner.findException(Runner.java:582)
    4. at processing.app.debug.Runner.reportException(Runner.java:558)
    5. at processing.app.debug.Runner.exception(Runner.java:498)
    6. at processing.app.debug.EventThread.exceptionEvent(EventThread.java:367)
    7. at processing.app.debug.EventThread.handleEvent(EventThread.java:255)
    8. at processing.app.debug.EventThread.run(EventThread.java:89)
    9. Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: C:\processing-1.2.1\libraries\JMyron\library\JMyron.dll: Can't find dependent libraries
    10. at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    11. at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1803)
    12. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1728)
    13. at java.lang.Runtime.loadLibrary0(Runtime.java:823)
    14. at java.lang.System.loadLibrary(System.java:1028)
    15. at JMyron.JMyron.<clinit>(JMyron.java:14)
    16. at Myron_simpleCamera.setup(Myron_simpleCamera.java:39)
    17. at processing.core.PApplet.handleDraw(Unknown Source)
    18. at processing.core.PApplet.run(Unknown Source)
    19. at java.lang.Thread.run(Thread.java:619)
    I have tried both Processing 1.0.7 which is the original version in which the code was written in, but I have also tried Processing 1.2.1, both with the same result after following the instructions to install the library -I even installed WinDVG, althought didnt install OpenCV, not sure if it's needed.

    Thanks everybody in advance!