Displaying 3 results from an estimated 3 matches for "rs2exe".
Did you mean:
r_exe
2007 Sep 28
3
[ win32utils-Bugs-14298 ] windows-api 0.2.0/windows-pr 0.7.1 causes segfault with require of win32/file
...9;'windows-api'', ''=0.1.1''
# gem ''windows-pr'', ''=0.7.0''
require ''win32/file''
System information
==================
OS Name: Microsoft Windows XP Professional
OS Version: 5.1.2600 Service Pack 2 Build 2600
C:\temp\rs2exe>ruby -v
ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-mswin32]
C:\temp\rs2exe>gem list windows-api
...
windows-api (0.2.0, 0.1.1)
An easier way to create methods using Win32API
C:\temp\rs2exe>gem list windows-pr
...
windows-pr (0.7.1, 0.7.0)
Windows functions and constants bundled v...
2008 Feb 01
2
wxruby2 problems
Hello,
I''ve recently installed wxruby2 (version 1.9.4) from a precompiled
mswin32 gem. It seems to work fine, and the samples in the
distribution all work, but I have a couple of peculiar problems:
1) When I package a trivial wxruby script with rubyscript2exe, the
executable is huge - 8.5 MB. With previous versions of wxruby (prior
to wxruby2, I think) it was much smaller. Less than 3
2007 Nov 01
6
Universal Binary on OS X
Since the PPC Macs are no longer being produced and my PPC build
machine is getting a little old I thought I would try making a
universal version of the Mac OS X gem.
After a little investigation it turned out to be surprisingly easy to
do, just pass --enable-universal_binary when building wxWidgets and
add -arch ppc -arch i386 to $extra_cppflags and $extra_ldflags in
rakemacosx.rb.
Now the