open() .app problem
in
Integration and Hardware
•
2 years ago
Hi guys, Fry and all contributors. I am Italian and I am working with processing.
Every day I discover something new. It's very cool and useful to get some skill of programming.
Now, I develop
2 applications, one is a GUI that helps users to set some paramenters, and after that, this app has to open() another app that is a graphic visualizer. I try to open the .app file of the second application using:
open("/home/myUser/Desktop/Image-Scanner-01/Linux/image-drawer/image_drawer"); // absolute path
With this call I can open the application launch file as a txt, if I appen .app nothing happens.
I am on Ubuntu 10
1