[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Wxruby-dev] wxruby & exerb
From: |
Gour |
Subject: |
Re: [Wxruby-dev] wxruby & exerb |
Date: |
Fri, 11 Jul 2003 18:00:09 +0200 |
User-agent: |
Mutt/1.4i |
Kevin Smith (address@hidden) wrote:
> This is absolutely outstanding. One of my biggest wishes for a couple
> years has been to be able to package up my Space Monkeys game as a .exe
> file.
Yes it is. And thanks to you & Park we are getting wxruby!
>
> What (if any) dll's does a wxruby standalone .exe file require? How big
> is it?
Here is the output for dialogs sample:
address@hidden ~/wx/wxruby/samples/dialogs
$ ls -al
total 767
drwxr-xr-x 3 ggd unknown 256 Jul 11 17:42 .
drwxr-xr-x 18 ggd unknown 432 Jul 11 07:44 ..
drwxr-xr-x 2 ggd unknown 160 Jul 11 10:00 CVS
-rwxr-xr-x 1 ggd unknown 1539291 Jul 11 12:50 dialogs.exe
-rw-r--r-- 1 ggd unknown 295 Jul 11 12:47 dialogs.mak
-rw-r--r-- 1 ggd unknown 22128 Jun 29 21:22 dialogs.rb
-rw-r--r-- 1 ggd unknown 120 Jul 11 12:47 dialogs.rbc
-rw-r--r-- 1 ggd unknown 2291 May 25 19:33 tips.txt
Cygcheck gives following:
$ cygcheck dialogs.exe
Found: .\dialogs.exe
.\dialogs.exe
C:\WINDOWS\SYSTEM\KERNEL32.dll
C:\WINDOWS\SYSTEM\USER32.dll
C:\WINDOWS\SYSTEM\GDI32.dll
C:\WINDOWS\SYSTEM\ADVAPI32.dll
C:\WINDOWS\SYSTEM\WSOCK32.dll
C:\WINDOWS\SYSTEM\MSVCP60.dll
C:\WINDOWS\SYSTEM\MSVCRT.dll
ie. this is needed on my Win98 system running under Win4Lin and here is the
content of
dialogs.rbc:
$ cat dialogs.rbc
# generated by mkrbc.rb
kcode none
script dialogs.rb
library wxruby.so C:/MINGW/lib/ruby/1.8/i386-mingw32/wxruby.so
The rest of the *.exe is (probably) only Ruby since exerb's core for Ruby 1.8
(ruby180g.rbx) is around 500K plus wxruby.so is on my system 969K.
ruby180g.rbx 500K
wxruby.so 969K
---------------------
sum 1469K
which is close :-)
Sincerely,
Gour
--
Gour
address@hidden
Registered Linux User #278493