Rebol Talk Forum  |  Licensing and Distribution  |  REBOL Encap  |  Topic: View and Encap
Pages: [1] 2 Print
Author Topic: View and Encap  (Read 10908 times)
Amanita
Newbie
*
Offline Offline

Posts: 19


View Profile
View and Encap
« on: January 10, 2004, 11:35:38 AM »

Does anybody know if programs written in view can be encapped?

If so do I purchase the SDK to get a copy of Encap?
Logged
Graham
Full Member
***
Offline Offline

Posts: 113


View Profile
View and Encap
« Reply #1 on: January 10, 2004, 02:15:00 PM »

Yes, View scripts can be encapped, and you'll need the sdk.

Cerebrus, http://www.compkarori.com/cerebrus, is an example of mine that is an encapped View application.

--
Graham
Logged

Amanita
Newbie
*
Offline Offline

Posts: 19


View Profile
View and Encap
« Reply #2 on: January 10, 2004, 02:52:43 PM »

Thank you for your response, since you have used the encap program does the SDK provide clear instructions?

If not Where can I find a guide to encap?
Logged
Alekk
Newbie
*
Offline Offline

Posts: 11


View Profile
View and Encap
« Reply #3 on: January 10, 2004, 04:52:08 PM »

For simple encapsulation (eg. for friend without rebol) one can use PayLoad
« Last Edit: January 10, 2004, 04:53:09 PM by Alekk » Logged
Amanita
Newbie
*
Offline Offline

Posts: 19


View Profile
View and Encap
« Reply #4 on: January 10, 2004, 04:59:48 PM »

Thank you Alekk, I will give it a try.
Logged
Gregg
Newbie
*
Offline Offline

Posts: 27


View Profile WWW
View and Encap
« Reply #5 on: January 11, 2004, 10:25:30 AM »

Encapping scripts is very easy, though there's not a nice IDE to make it easier for larger projects. You can see the docs here:

http://www.rebol.com/docs/sdk/sdkug.html
 
Logged
ehrichweiss
Newbie
*
Offline Offline

Posts: 3


View Profile
View and Encap
« Reply #6 on: December 21, 2004, 04:11:44 PM »

Quote
For simple encapsulation (eg. for friend without rebol) one can use PayLoad
Can someone tell me where I can find PayLoad now? It seems that the site is down..Sad
Logged
Sunanda
Full Member
***
Offline Offline

Posts: 113


View Profile
View and Encap
« Reply #7 on: December 24, 2004, 08:12:49 AM »

Sadly, no I can't tell you.

I've had a hunt around for it, but the site is dow as you say.  It's not a good sign that the last google cache is dated 10 months ago.

There is some evidence that it used to be in the Projects section of http://www.rebolfrance.org/  -- but it's not there now (unless it is has another name).

----Start rant----
I get asked fairly often to track down scripts like this. I'm happy to try.  And sometimes I can.

What annoys me is that important or innovative REBOl scripts and resources live and die so precariously on personal websites.

If Payload was in the Library at REBOL.org it would remain available no matter how what happened to the developer's personal website.

I guess the moral of the story is: if you are contributing something to the REBOL community, it's good to use the resources available.

-----end rant----
 
Logged
ehrichweiss
Newbie
*
Offline Offline

Posts: 3


View Profile
View and Encap
« Reply #8 on: December 28, 2004, 01:11:29 PM »

Quote

----Start rant----
I get asked fairly often to track down scripts like this. I'm happy to try.  And sometimes I can.

What annoys me is that important or innovative REBOl scripts and resources live and die so precariously on personal websites.

-----end rant----
I know exactly what you mean. I'd gladly search the net for scripts if someone needed them but it would be a million times easier to just put such things in a central location. Well I'll ask around until my fingers fall off...if I succeed, I'll gladly see if we can't get it on a central repository.

 
Logged
ehrichweiss
Newbie
*
Offline Offline

Posts: 3


View Profile
View and Encap
« Reply #9 on: December 28, 2004, 01:22:01 PM »

Quote
Quote
For simple encapsulation (eg. for friend without rebol) one can use PayLoad
Can someone tell me where I can find PayLoad now? It seems that the site is down..Sad
http://www.rebolfrance.org/projets/payload12/

That's where you'll find it. Thanx to Sunanda for letting me know it could be there...a little detective work allowed me to figure out why it couldn't be found so easily...

 Cheesy  
Logged
RebolBert
Guest


Email
Re: View and Encap
« Reply #10 on: May 09, 2006, 04:37:19 AM »

Quote

http://www.rebolfrance.org/projets/payload12/

That's where you'll find it. Thanx to Sunanda for letting me know it could be there...a little detective work allowed me to figure out why it couldn't be found so easily...

 Cheesy 

Payload 1.2 Windows does'nt work ! "not a valid win32 application" ... That's the error message.

  :huh:

I prefer to use Rebox (http://membres.lycos.fr/rebox/) for the moment, even if it is not yet absolutely perfect.
Logged
Thør
Newbie
*
Offline Offline

Posts: 46


View Profile
Re: View and Encap
« Reply #11 on: May 10, 2006, 01:38:45 AM »


Payload 1.2 Windows does'nt work ! "not a valid win32 application" ... That's the error message.


It does. Cheesy Just make sure to include the REBOL executable in the <rebol-path> parameter to payload.

Logged
RebolBert
Guest


Email
Re: View and Encap
« Reply #12 on: May 10, 2006, 09:31:53 AM »

Quote

It does. Cheesy Just make sure to include the REBOL executable in the <rebol-path> parameter to payload.


I did it ... and after several attempts : always the same message !!!
I'd like to use Payload; it seems to give better results than Rebox (Rebox opens several files at runtime... those ones are deleted later, strange!?), except that for me, it gives only not valid application for Win32.

... and yet it's easy. I noticed however it's better to avoid spaces in the various path names.

Thanks for the reply, I'll try on again and again ....

~ some times later ~

Now it works !  ^_^

In fact I used gpl.r (Graphical PayLoad 1.1, by O.Auverlot & F.Jouen) to build my .exe ... and with a simple batch file, in the payload folder, like this :
Code:
payload.exe test.r C:\rebol\view\rebol.exe test.exe
and it works better !

I saw the little locomotive (the icon of the .exe) and there is no more  exasperating message when launching the program... phew!

Note that rebol.exe must be installed in C:\rebol\view\rebol.exe and not in C:\Program Files\rebol\view\rebol.exe because of the space in "Program Files" !
« Last Edit: May 10, 2006, 11:39:09 AM by RebolBert » Logged
henrikmk
Jr. Member
**
Offline Offline

Posts: 50


View Profile
Re: View and Encap
« Reply #13 on: May 11, 2006, 09:44:42 AM »

Quote

I prefer to use Rebox (http://membres.lycos.fr/rebox/) for the moment, even if it is not yet absolutely perfect.

There is only a link to a French document, no script or anything.

I think it's very important that people upload these scripts/programs to rebol.org. I always seem to have to dig hard to find them, plus the issue of French only docs is frustrating for those of us who don't understand French. :-)
Logged
RebolBert
Guest


Email
Re: View and Encap
« Reply #14 on: May 11, 2006, 12:14:33 PM »

Sorry, there is another adress for (G)REBOX :
http://shadwolf.free.fr/grebox-0.2.2b-w32.zip
whith a "readme"-file in english (the programm is in english).

Rebox is Grebox ... I apologize.

Quote
I think it's very important that people upload these scripts/programs to rebol.org. I always seem to have to dig hard to find them, plus the issue of French only docs is frustrating for those of us who don't understand French. :-)
Same thing for me : I don't master english language (I don't understand all the subtleties) ;-)
« Last Edit: May 11, 2006, 12:20:51 PM by RebolBert » Logged
Pages: [1] 2 Print 
Rebol Talk Forum  |  Licensing and Distribution  |  REBOL Encap  |  Topic: View and Encap
Jump to:  

  
Quick Search...

Advanced search
  
Welcome, Guest. Please login or register.
Did you miss your activation email?
December 02, 2008, 09:23:32 AM
Username: Password: Session Length:
  

News: 01-09-08

Alpha version of REBOL 3 has been released!


  
2311 Posts in 595 Topics by 4145 Members
Latest Member: Domiadito

  Rebol Talk Forum | Powered by SMF 1.0.9.
© 2001-2005, Lewis Media. All Rights Reserved.

RT design by Defiant Pc