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

World: r3wp

[SDK]

amacleod
28-Oct-2010
[1692]
If the program runs it will ask you if you want to download it. It 
will quit if you say no but that will atleast tell me that its running 
on your system...If you get any window to open that is further than 
its getting on thses two systems.
Dockimbel
28-Oct-2010
[1693x2]
Amacleod: Win7-32bits here, requester window for downloading the 
DB shows up. Seems to run ok.
Btw, I'm running my current Win-7 session with admin rights.
amacleod
28-Oct-2010
[1695]
Thanks doc...it might be only 64 bits thats an issue? Have you tested 
encapped cheyenne exe's on 64 bit or know of anyone that has?
Dockimbel
28-Oct-2010
[1696x2]
Never tested on 64-bits.
Maybe Graham has done some testing on 64-bits.
GrahamC
28-Oct-2010
[1698]
I've not had any issues with 64 bit windows except for accessing 
obdc
Gregg
28-Oct-2010
[1699]
Works on Win7-x64 for me Alan.
Maxim
28-Oct-2010
[1700]
I think that I've had this issue even in xp when I was starting the 
application using "capture output" of my text editor or something 
like that. 

so that the window app hangs while its trying to connect to the console 
ports.


IIRC you can setup a CALL command in REBOL which ends up doing the 
same thing though I don't remember how.
amacleod
28-Oct-2010
[1701]
Thanks Gregg...Now what! 


I'll have to get my hands on a win 7 machine and play with it I guess...
Maxim
10-Nov-2010
[1702x2]
just thought I'd share my positive experience with a little app I 
just downloaded which *finally* makes creating icons for rebol easy 
and free:


the editing is simple, but its batch mode is really fast and it works 
very well!   just select one file, select all the resolutions you 
need (check out the rebol icon first) and go.

in 2 seconds you have an icon for use by rebol!
I checked a few sites and they all claim it to be free of malware 

http://icofx.ro/
Gregg
11-Nov-2010
[1704]
I've used IcoFX for quite a while. It works well for my simple needs.
Robert
11-Nov-2010
[1705x3]
Does it support batchmode?
Well, it does... just reading the web-site helps.
When I change an icon of an encapped EXE using the latest SDK, the 
EXE no longer works. I get an "not enough memory" error. Any idea?
GrahamC
11-Nov-2010
[1708]
and it doesn't happen with sdk 2.7.6 ?
Robert
11-Nov-2010
[1709x2]
Yes, it worked with the older SDKs (at least that's the only change 
I can recognize). The .res and .ico files are all the same.
Can someone try to change an icon with ICOFX in an encapped EXE based 
on SDK 2.7.7? Maybe I'm doing something wrong here.
Ashley
11-Nov-2010
[1711]
not enough memory

 ... that's happened in the past for me after icon sizes and color 
 depth values have changed. You may have to recreate the icon set.
Robert
11-Nov-2010
[1712]
Ok, thanks for the tip.
Maxim
11-Nov-2010
[1713x2]
with icofx, extract the rebol icon, and look at all its sizes/color 
depths.    then open batchmode, import the image you want to use, 
tick only those which are in the rebol icon, press OK.

and use the result icon in reshacker  with:

call rejoin ["reshacker  -addoverwrite " exe-path "," exe-path "," 
icon-path ",ICONGROUP,REBOL,1033"]

paths, being absolute and in os-local form
simple as pie :-)
PatrickP61
12-Nov-2010
[1715]
For those of you who want IcoFx Portable: http://portableapps.com/apps/graphics_pictures/icofx_portable
BrianH
12-Nov-2010
[1716]
Thanks!
Reichart
13-Nov-2010
[1717]
But no iPhone support?
Henrik
17-Nov-2010
[1718]
not enough memory

 ... I'm getting either that one right now or a decompression error. 
 I'm fairly sure the only change I've made is to source code. Ideas?
Carl
17-Nov-2010
[1719]
Just a note...

We check www.rebol.com/feedback.html twice a day.


If you have something to ask or report, do it there. Otherwise, we 
may never see it posted in other places. Thanks.
GrahamC
17-Nov-2010
[1720]
I've seen that before .. and I just encap it again and sometimes 
it goes away
Henrik
17-Nov-2010
[1721]
It's quite persistent here. my build system has various settings 
where it will show up or run normally. I guess I'll have to spend 
some hours digging.
Robert
17-Nov-2010
[1722]
Henrik, see PM.
Henrik
17-Nov-2010
[1723]
apparently it's enough to run a second instance of the encapped program 
to cause this error.
Robert
17-Nov-2010
[1724]
lInteresting... sounds like a linked DLL problem.
Henrik
17-Nov-2010
[1725]
the strange thing is that sometimes it would yield a compression 
-3 error, while other times it would be out of memory error.
Oldes
18-Nov-2010
[1726]
Because both are the same problem with decompression.
nve
1-Jan-2011
[1727]
Can someone answer this question ?

http://www.quora.com/REBOL/Will-the-Rebol-SDK-only-make-executable-apps-for-the-platform-purchased
BrianH
1-Jan-2011
[1728]
The answer is yes.
nve
1-Jan-2011
[1729]
So, user has to pay 750 $ to generate app for Linux, MacOSX, Windows 
?!
Is this affordable for personnal developpers ?
BrianH
1-Jan-2011
[1730]
I don't know if there are cross-platform discounts.
GrahamC
1-Jan-2011
[1731x2]
There used to be ...
and the one for bsd is free :)
Claude
2-Jan-2011
[1733]
and 2.7.8 ????
GrahamC
2-Jan-2011
[1734]
there's always a lag between the 2 release and the SDK.  And these 
days there's a charge for updates for the SDK.
BrianH
2-Jan-2011
[1735x2]
The SDK came out at the same time as the regular release, before 
the blog. Windows only for the moment.
Apparently we might be getting even more cool stuff for the SDK than 
have already been posted, so you might want to wait on the SDK for 
a bit.
amacleod
5-Jan-2011
[1737x5]
I discovered what is causing my program to hang in windows 7....something 
to do with a "Call/output" command i'm using:
ver: copy ""call/output "ver" ver
ver: copy ""
call/output "ver" ver

works in xp and vista
Strangly it would run the first time on install (sdk version) but 
never there after, and it would not run from script.
call/output does not seem to work at all on win 7 ... is this a known 
prob?