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

[REBOL] Re: Build Package

From: ptretter:charter at: 7-Jul-2001 11:01

I actually had problems using it. I modifed the files block as such: files: [ logo: %metal.gif %sec2.r ] Then I successfully saved my new file as blowfish.r which runs ok as long as its in the directory of the original files. If I move blowfish.r somewhere else its gives me a message as such: ** Access Error: Cannot open /C/metal.gif ** Where: repend ** Near: load image-file
>>
I'll look at the build-pack.r script a bit closer when I get the chance. Paul Tretter ----- Original Message ----- From: <[agem--crosswinds--net]> To: <[rebol-list--rebol--com]> Sent: Saturday, July 07, 2001 10:23 AM Subject: [REBOL] Re: Build Package
> RE: [REBOL] Re: Build Package > > Hi Carl, Phil! > > [philb--upnaway--com] wrote: > > > > Hi Robert, > > > > I would certainly be interested .... didnt realise Carl's package would
unpack everything on the client side.
> > > > I have an email client that consists of 19 .r files (1 main file that
'does' the rest of the files which define functions). Currently I have a program to amalgamate everything into 1 big file.
> > But it needs replacing with something more general that I can use with
some of my other programs ... especially something that handles graphics & sound files.