Issue with exported sketch

edited November 2013 in Programming Questions

Hello everyone,

I am running processing 2.1 x86 on windows 7 x64. I wrote a sketch to acquire some data generated on an arduino. I am using the serial class (hence why I use the 32bit release of processing).

The first rev of my code, works fine, I exported it and the .exe is working flawlessly. I made some slight modification to it to allow the user to select the com port where the arduino is connected. My main goal is to be able to run the app on a win xp machine. I saved and exported my last rev of the sketch and since then the exe does not start anymore (but the sketch runs perfectly when started from processing).

I am quite lost as I did not make any major modifications (no files are loaded, text uses the default font, etc) and I do not know how I could start to debug it.

Is there any way to check why the exe does not start?

Any help would be appreciated

Thanks a lot

Florian

Answers

Sign In or Register to comment.