can't export windows application
in
Integration and Hardware
•
2 months ago
I have a very simple Processing code shown below. However, after I export it as windows application, the 32bit version gave me an error, and the 64bit version don't show up at all (a terminal window flashed quickly and disappear... )
Is there anything import I missed here?
The code is as simple as:
void setup(){
println("Hello!");
}
error for the 32bit version:
Is there anything import I missed here?
The code is as simple as:
void setup(){
println("Hello!");
}
error for the 32bit version:
1