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.
IndexProgramming Questions & HelpIntegration › Need tips on exporting to windows exe with JNI
Page Index Toggle Pages: 1
Need tips on exporting to windows exe with JNI (Read 950 times)
Need tips on exporting to windows exe with JNI
Jan 4th, 2010, 12:44pm
 
I'm experimenting with JNI to speed up some heavy calculations. Right now I'm successful in generating .dll with Watcom C and loading it in Processing. I have to use "add files" in PDE to add the .dll file. PDE creates a code folder inside my sketch folder to hold the .dll. But if I export into windows exe, then PDE forgets to copy the .dll file to the export folder and I have to manually do the copy. Is there any better way to make the export without manually copying everything in the code folder to the export file? Thanks.
Page Index Toggle Pages: 1