[Gambas-user] EXEC

Fabien Bodard gambas.fr at ...626...
Fri Nov 10 15:25:05 CET 2006


in most recent version there is gb.pdf to read pdf files... based on
poppler.

Fabien Bodard

2006/11/10, Eilert <eilert-sprachen at ...221...>:
>
> javier romero schrieb:
> > Hi, i need show a PDF file into a proyect, how i can do that? i try use
> > EXEC ["Xpdf"] for read write.... but not works. How i can execute a
> application? the examples are not clears.
> >
> > Its possible read PDF files into a Gambas proyect when running?
> > Im use Gambas estable 1.0.16 and mandriva 2006.
> >
> > Also, i try to install Gambas2 1.9.31 (the last in Kudla) but it doesnt
> works mybe the RPMS in this
> > place are not correct, and when i try to install Gambas 1.0.16 in
> mandriva 2007 the RPMS dosent works.
> >
>
>
> Just yesterday, I had a fight with EXEC myself. Best way is to try the
> command on the command line first until everything runs as expected.
> Then for every space between each command option, you will have to use a
> separate item in the list of EXEC:
>
> EXEC [ "command", "-f", "myFile", "--someoption", "--anotheroption" ]
>
> And don't forget the commas! :-)
>
> Regards
>
> Rolf
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list