Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: SDK encap weird results

From: volker::nitsch::gmail::com at: 8-Jun-2005 12:19

exec("encap.exe " + buffer.getPath()); and not finding exe (Gabrieles answer). Have you tried full path? exec("c:\whereever\encap.exe " + buffer.getPath()); On 6/7/05, Coussement Christophe <[Christophe--Coussement--mil--be]> wrote:
> Gabriele, Graham, > > Thanks a lot for your answers. I'll start to dig in that ... > > greetz, > > ==christophe coussement > > > -----Original Message----- > > From: [rebol-bounce--rebol--com] > > [mailto:[rebol-bounce--rebol--com]]On Behalf Of > > Gabriele Santilli > > Sent: dinsdag 7 juni 2005 12:37 > > To: Coussement Christophe > > Subject: [REBOL] Re: SDK encap weird results > > > > > > > > Hi Christophe, > > > > On Tuesday, June 7, 2005, 10:19:16 AM, you wrote: > > > > CC> - It wich case does this warning triggers ? > > CC> - which special conditions are created by the use of > > Beanshell, which > > CC> does trigger it ? > > > > This usually happens when REBOL cannot locate its executable file. > > It needs to do so to be able to extract out the REBOL code. Maybe > > the launcher you are using does not set some information REBOL > > uses to determine the location of the .exe file. > > > > Regards, > > Gabriele. > > -- > > Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer > > Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/ > > > > -- > > To unsubscribe from the list, just send an email to > > lists at rebol.com with unsubscribe as the subject. > > > > > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. >
-- -Volker Any problem in computer science can be solved with another layer of indirection. But that usually will create another problem. David Wheeler