Displaying 2 results from an estimated 2 matches for "fxacceltable".
Did you mean:
acceltable
2012 Mar 08
5
FXRuby 1.6.23 released
...Fix double referenced foxObj when borrowed object registration is
triggered from C++
* Fix Segfault while GC''ing FXWindows
* Fix ''object allocation not allowed while garbage collection'' bug
* Fix clipboard handling on windows
* Add missing namespace qualifier to FXSEL in FXAccelTable
* Fix GC bug in FXAccelTable
* Fix double free in FXMemoryStream#giveBuffer
* Fix invalid memory access in typemap to zero terminated FXchar*
(such as fillItems methods)
* Fix FXApp#addInput for Ruby 1.9 on Linux
* Fix "ruby_code case not handled: Regexp" issue with newer rubygems
--
Re...
2004 Jul 19
1
My fox build segfaults on Solaris 9 gcc.
On Wed, 7 Jul 2004, Hugh Sasse Staff Elec Eng wrote:
> On Tue, 6 Jul 2004, jeroen wrote:
>
>> On Tuesday 06 July 2004 10:26 am, Hugh Sasse Staff Elec Eng wrote:
>>> The last thing I get on building the Fox library is
>>>
>>> g++ -shared FX4Splitter.lo FXAccelTable.lo FXApp.lo
>>> FXArrowButton.lo FXBMPIcon.lo FXBMPImage.lo FXBitmap.lo
> [....]
>>> -ldl -lpthread -ljpeg -lpng -lz -lbz2 -lm -lGL -lGLU -lc
>>> -Wl,-soname -Wl,libFOX-1.2.so.0 -o .libs/libFOX-1.2.so.0.0.6
>>> collect2: ld terminated with signal 11 [Se...