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

[REBOL] Re: problems with SDK under Windows 2000

From: gchiu:compkarori at: 29-Apr-2003 13:23

On Tue, 29 Apr 2003 01:26:53 +0200 Marc Meurrens <[rebol--meurrens--org]> wrote:
>I am new on this list; so let me first present myself and
Welcome.
>why I am using REBOL: >as a professor of computer sciences in a Public Health >School (Brussels University), >I have decided to use REBOL for a cooperative medical >application that need >simultaneously (1) acces to the net, (2) encryption (as >to protect medical data) >and (3) a graphical user interface. >Also, (4) I need to provide my end users (they are >M.D.'s) with executables. > >For now, I have a REBOL script running perfectely under >REBOL/View (free version) >but without encryption of course. > >I have just purchased and installed the SDK on Windows >2000. > >> >But I cannot run my existing script with my new licensed >software >and I cannot encapsulate it !!!!!!!!!!!! >Here are the problems. > >1) I understand from REBOL.COM site that SDK (that I just >purchased ) >is "View/PRO + other things" and that View/PRO is thus >included in SDK.
View/Pro is not included.
>I observed that, in my purchased and downloaded zip file, > there is no replacement for >the free REBOL/View I used before. >Is this a mistake?
Correct, there is no replacement.
>2) Thus, in the absence of a View/PRO version, I try to >use the FACE version (rebface.exe) >after adding 3 #include's statements for %mezz.r , >%prot.r and %view.r in my script >as suggested in the documentation.
That won't work. You need to build your script first with the #include statements, and *then* run it with rebface. #include is a preprocessor statement, and is not understood by rebface.
>But then I receive the (encap) error message >"Output file cannot be created. Is it running? Is it a >directory?" >Obviously, the name for the .exe file was available but >enface.exe >seems to be enable to write the file.
If you have the "title" option in the encap header, it won't build the binary .. bug. Quickest thing to do if you didn't follow the above is: 1. Download a Altme client from www.safeworlds.com 2. Log onto rebol world and request an account 3. Someone there can talk you thru building an encap application -- Graham Chiu http://www.compkarori.com/vanilla Rebol Encyclpaedia Project