r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[SDK]

Louis
13-Dec-2005
[356x2]
Volker, that helps some.  But now I get:

Unknown word or style: request-date
I think I have included all the files needed. The problem must be 
in the way I am using request-date. Oh well, I figure it out after 
lunch.
[unknown: 9]
13-Dec-2005
[358]
I am writing software for people who know very little about computers. 
 :>)  Funny sometimes.
  
You mean 99% of the world?
sqlab
15-Dec-2005
[359]
Are there any documentation for calling the rebol.dll, which functions 
are exported  etc?

Has anyone tried to build a Win service with it or to use it with 
Apache?
BrianH
15-Dec-2005
[360]
sqlab, your answers (in order, and to the best of my knowledge):
- No.

- REBOL_Initialize, REBOL_Status, REBOL_WndProc. There isn't any 
current documentation as to the argument and return types of these 
functions. Some example code would be nice.

- Not to my knowledge, although the question of how to use this dll 
has been asked often. The Plugin group here was formed to request 
that the community create code that uses rebol.dll, and occasionally 
that request is repeated by the person that created the group, but 
progress stalled when people had difficulty calling the dll because 
of lack of documentation.
Volker
16-Dec-2005
[361]
IIRC James posted the headers.
BrianH
16-Dec-2005
[362]
When? Where?
Volker
16-Dec-2005
[363x3]
No, Jaime. Early in the plugin-group IIRC
http://polly.rebol.it/test/test/moz-plugin/dll-header.h
Also note that the evalScripCodeFunc is when rebol scripts calls 
DO_BROWSER function. Not needed for basic port.
BrianH
16-Dec-2005
[366]
Thanks! I had recalled him saying that he had posted a link to a 
header in the plugin group, but at the time I had the whole history 
and there was no link. I must have missed it in REBOL2 or something.
sqlab
16-Dec-2005
[367]
Thanks, I will have a look at it.

But I guess either I check the meaning of the parameters by try an' 
err' or I will have still many questions.
Volker
16-Dec-2005
[368]
He posted not the link but the source. Which i uploaded. :)
JaimeVargas
17-Dec-2005
[369]
Check the MozPlugin area.
Pekr
20-Dec-2005
[370]
downloaded SDK ... wanted to ask - will there be any docs? Were there 
any changes for preprocessor for example?
ReViewer
25-Jan-2006
[371]
what is the latest enface version? REBOL/Encap 1.2.0.3.1 ? Actually, 
I just ordered a SDK but my app doesn't work once enfaced while it 
works with REBOL/View 1.3.2.3.1...
Ashley
25-Jan-2006
[372]
Latest encap version (Windows) is 1.3.2.3.1 available from here: 
http://www.rebol.net/builds/sdk/
ReViewer
25-Jan-2006
[373x2]
ho! going to try that right now! I feel desperate with actual result!
Now I feel good! Thanks!
Graham
1-Feb-2006
[375x2]
I think it's request-download makes reference to a user-prefs object 
which should be included in the main view sources.
it looks at user-prefs [ debug ] ...
Brock
22-Feb-2006
[377x2]
I am trying to find out if I can have an application monitor for 
updates and auto-transfer the latest version.  Can an encapped app 
monitor for a new version of the application using the header attributes?
or any recommendations on a good way of doing this?
Gregg
27-Feb-2006
[379]
SURFNet detective does this. I don't know how they do it, but when 
I've done this kind of thing, basically, there's a server process 
you can ping to find out the latest version, or just a place you 
can download files and you can check timestamps and sizes, to see 
if there's somethnig new available. 


Also, consider if you need to download the whole app, or if you can 
structure it so the main app is just a kernel, and the parts that 
are likely to change to loadable modules. That's how AltME works, 
and the Detective as well. Then, of course, you want to sign the 
modules to make sure nobody spoofs you into loading malicious code.
Brock
27-Feb-2006
[380]
Thanks for the your insight Gregg.
Graham
5-Mar-2006
[381x2]
Not specifically SDK, but how does one have an installation that 
also calls other install scripts?
Do you look for a return value from those scripts to make sure it 
went okay?
Louis
7-Mar-2006
[383]
This work with View:


x: info? ftp://user:[pass-:-ftp-:-bible-way-:-org]/www/turk/backup/enter-data.exe


But when encapped with encmdface 2.6.2 it generates an error.  Anybody 
know why?
Graham
7-Mar-2006
[384]
because you haven't included the ftp protocol??
Louis
7-Mar-2006
[385x2]
I included this:

#include %/c/sdk-2-6-2/source/prot-ftp.r

Is that it?
Is something else needed also?
Graham
7-Mar-2006
[387x3]
must be ..
what is the error ?
need root prot as well.
Louis
7-Mar-2006
[390x3]
This is included:

#include %/c/sdk-2-6-2/source/prot.r

and I see it included prot-ftp.r

What else could be wrong?
Is there a file that included everything?
I've been trying to get this to work all day.  Now my Englsih grammar 
is being affected.  :>)
Graham
7-Mar-2006
[393]
what is the error message?
Louis
7-Mar-2006
[394x2]
URL Parse: user pass ftp.bible-way.org none www/turk/backup/ enter-data.exe
Net-log: ["Opening" "tcp" "for" "FTP"]
** Access Error: Cannot connect to ftp.bible-way.org
** Where: open-proto

** Near: info? ftp://user:[pass-:-ftp-:-bible-way-:-org]/www/turk/backup/enter-data.exe
** Press enter to quit...
But in View it works fine:

Type desktop to start the Viewtop.

>> web-file: info? ftp://user:[pass-:-ftp-:-bible-way-:-org]/www/turk/backup/enter-data.exe
connecting to: ftp.bible-way.org
>> probe web-file
make object! [
    size: 626343
    date: 3-Mar-2006/11:37
    type: 'file
]
>>
Ashley
7-Mar-2006
[396]
Try it in rebface.exe, DOing the same source files as you would normally 
#include
Graham
7-Mar-2006
[397x2]
Is there a proxy setup ?
is your username and password really user and pass ?
Louis
7-Mar-2006
[399]
Graham, No.  :)
Graham
7-Mar-2006
[400x2]
so, you edited this line ??
** Near: info? ftp://user:[pass-:-ftp-:-bible-way-:-org]/www/turk/backup/enter-data.exe
** Press enter to quit..
Louis
7-Mar-2006
[402x3]
Proxie?  I don't know.
Yes, I edited that line.
I am using ZoneAlarm Pro.  Could that be the problem?
Graham
7-Mar-2006
[405]
try disabling it.