Re: [Gambas-user] one project, two executable. How to?

2009-07-07 Thread BenoƮt Minisini
> May be two separate projects and calling your executable (2nd program) > from within main program? > > EXEC ["your2ndprogram.gambas"] > > Never tested, though. > > Regards > > Jesus > Thanks to Unix, the name of the program is put in Application.Args[0]. So you can create a symbolic link on you

Re: [Gambas-user] one project, two executable. How to?

2009-07-07 Thread Jesus Guardon
May be two separate projects and calling your executable (2nd program) from within main program? EXEC ["your2ndprogram.gambas"] Never tested, though. Regards Jesus Joshua Higgins escribiĆ³: > I tried to do this but never found a solution. Seemed easier to create two > projects. > > 2009/7/7 g

Re: [Gambas-user] one project, two executable. How to?

2009-07-07 Thread Joshua Higgins
I tried to do this but never found a solution. Seemed easier to create two projects. 2009/7/7 guiodic > > hi to all, > > I need to make two ececutable in my project. > > Or in alternative, to execute a form like a separate process. > > Is it possible? > -- > View this message in context: > http:

[Gambas-user] one project, two executable. How to?

2009-07-06 Thread guiodic
hi to all, I need to make two ececutable in my project. Or in alternative, to execute a form like a separate process. Is it possible? -- View this message in context: http://www.nabble.com/one-project%2C-two-executable.-How-to--tp24364405p24364405.html Sent from the gambas-user mailing list a