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.
Page Index Toggle Pages: 1
PS3Eye export program crashes (Read 828 times)
PS3Eye export program crashes
Dec 2nd, 2009, 9:30am
 
I've tried to export my code with PS3Eye library Den wrote. I kept getting crashes. I even tried Den't simple example. It worked fine in Processing but the exported version crashes. Then I copied PS3Eye.dll into my windows/system32 folder and then the exported version of my program and Den's example both worked. I wonder if there is a missing file describing where to load dll from Den's library.

I then checked a program I wrote with JMyron. The exported program contains export.txt with the following content:

applet=JMyron.jar,libJMyron.jnilib,JMyron.dll
application=JMyron.jar,libJMyron.jnilib,JMyron.dll

Maybe this is the missing file? Any idea? Thanks.
Re: PS3Eye export program crashes
Reply #1 - Dec 2nd, 2009, 9:42am
 
Yeah, i'm interested in this stuff too ) i not so familiar with the export to application stuff. Hope someone can provide some info how to properly configure library
Re: PS3Eye export program crashes
Reply #2 - Dec 2nd, 2009, 10:45am
 
Den,

I tried to rewrite that export.txt and it didn't work. I had to keep PS3Eye.dll in my system32 folder. I also tried to delete the PS3Eye.dll inside the application.windows folder. Nothing happens. The exported program doesn't seem to know it's there right by its side. I wish I could offer help but I'm not familiar with library building. Den, why won't you ask on the library development board and see if someone can help?
Re: PS3Eye export program crashes
Reply #3 - Dec 30th, 2009, 1:25pm
 
Pretty late update:
Requirement for exported .exe to run:
1) AlexP's driver 3.0 version
2) Have PS3Eye.dll (from Den's processing lib) and PS3Eyelib.dll (from AlexP's driver folder) in the exported .exe folder.

1) has been missing since AlexP renamed his driver CL-driver but I can email interested individuals my copy.
Page Index Toggle Pages: 1