EXE export issue
in
Integration and Hardware
•
2 years ago
Hi all
http://blog.danhett.com
I'm trying to export my sketch to EXE, and it... just doesn't work. I don't get any errors or anything, but when I run it I just get a grey screen. Interestingly, my app uses the JMyron video library for AR, and when I run the EXE my webcam definitely turns on (i.e. the light turns on) but I just get the grey screen.
My app uses the following libraries, could any of these make a difference?
import fullscreen.*;
import processing.opengl.*;
import saito.objloader.*;
import JMyron.*;
import pARToolKit.SimpleARToolKit;
Any ideas? Thanks in advance!
Dan
http://blog.danhett.com
1