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 › Totally tired in convert exe
Page Index Toggle Pages: 1
Totally tired in convert exe (Read 1116 times)
Totally tired in convert exe
Jan 9th, 2009, 6:42pm
 
Hi,

I am a designer programming knowledge is very limit, but I find that in Window if you want to export exe file is totally tired process (Mac is very nice), anyone can tell me how to create a standalone exe (step by step please) I read a lot Eclipse and other article but still not work for me!!!! My pde file included lot of libraries (full screen, Jmyron,...etc.)

PLEASE HELP (ASAP)
Re: Totally tired in convert exe
Reply #1 - Jan 9th, 2009, 9:38pm
 
Hi,

Is your project/sketch currently developed in the Processing IDE or in Eclipse?

What happens in the Processing sketch editor when you 'Export Application' (CTRL+SHIFT+E)?

Re: Totally tired in convert exe
Reply #2 - Jan 10th, 2009, 4:58am
 
Hi,

I was developed in the Processing IDE, yes export application use ctrl+shift+E, then come out a application.xxxx folder included exe, but the exe run a window in blank white only without any content that I made in processing.
Re: Totally tired in convert exe
Reply #3 - Jan 10th, 2009, 10:09am
 
Did you tried with a simpler sketch? To see if it is related to one of libraries.
If so, the classical, and tedious way to ensure this, is to remove a library (from a copy of the project!) each time (including its calls...), and see if the problem goes away.
Or, to do the reverse, adding a library at a time, and see if the problem appears.
Page Index Toggle Pages: 1