Displaying 7 results from an estimated 7 matches for "gdiobject".
Did you mean:
dcobject
2004 Apr 23
11
Building wxruby-swig for Mac
...; discards qualifiers
...
Then boom:
/Users/ryan/Desktop/Configuration/wxMac-2.4.2/distrib/mac/shared-ld-sh
-undefined suppress -flat_namespace -o -shared -framework Carbon
macstart.o obj/wx.o obj/RubyConstants.o obj/App.o obj/Bitmap.o obj/DC.o
obj/Event.o obj/EvtHandler.o obj/Frame.o obj/GDIObject.o obj/Icon.o
obj/Menu.o obj/MenuBar.o obj/Object.o obj/PaintDC.o obj/Point.o
obj/Size.o obj/Window.o obj/WindowDC.o -L/usr/local/lib -framework
Carbon -framework System -lwx_mac-2.4 -ldl -lobjc -o lib/wx.bundle
c++: macstart.o: No such file or directory
rake aborted!
--
Ryan "John"...
2007 Jan 06
0
[833] trunk/wxruby2/swig/classes: Fix the inheritance chain of wxIcon (varies cross-platform)
...-06 00:02:24 UTC (rev 833)
</span><span class="lines">@@ -11,9 +11,17 @@
</span><span class="cx">
</span><span class="cx"> %import "include/wxObject.h"
</span><span class="cx"> %import "include/wxGDIObject.h"
</span><del>-// the following might eventually be helpful for MSWin?
</del><ins>+
+// inheritance pattern is slightly different across platforms
+// GTK: Icon < Bitmap < GDIOBject
+// OS X: Icon < GDIObject
+// Windows: Icon < GDIImage < GDIObject (no...
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...obj/EraseEvent.o obj/Event.o obj/EvtHandler.o obj/FileDataObject.o obj/FileDialog.o obj/FileDropTarget.o obj/FindDialogEvent.o obj/FindReplaceData.o obj/FindReplaceDialog.o obj/FlexGridSizer.o obj/FocusEvent.o obj/Font.o obj/FontData.o obj/FontDialog.o obj/Frame.o obj/GBPosition.o obj/GBSpan.o obj/GDIObject.o obj/GLCanvas.o obj/Gauge.o obj/GenericDirCtrl.o obj/GraphicsBrush.o obj/GraphicsContext.o obj/GraphicsFont.o obj/GraphicsMatrix.o obj/GraphicsObject.o obj/GraphicsPath.o obj/GraphicsPen.o obj/Grid.o obj/GridBagSizer.o obj/GridCellAttr.o obj/GridCellBoolEditor.o obj/GridCellBoolRenderer.o obj/Grid...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...vent.o obj/Event.o obj/EvtHandler.o obj/FileDataObject.o
obj/FileDialog.o obj/FileDropTarget.o obj/FindDialogEvent.o
obj/FindReplaceData.o obj/FindReplaceDialog.o obj/FlexGridSizer.o
obj/FocusEvent.o obj/Font.o obj/FontData.o obj/FontDialog.o obj/Frame.o
obj/GBPosition.o obj/GBSpan.o obj/GCDC.o obj/GDIObject.o obj/GLCanvas.o
obj/Gauge.o obj/GenericDirCtrl.o obj/GraphicsBrush.o
obj/GraphicsContext.o obj/GraphicsFont.o obj/GraphicsMatrix.o
obj/GraphicsObject.o obj/GraphicsPath.o obj/GraphicsPen.o obj/Grid.o
obj/GridBagSizer.o obj/GridCellAttr.o obj/GridCellBoolEditor.o
obj/GridCellBoolRenderer.o obj/Grid...
2005 Jul 31
5
SWIG compilation
The result of the compilation after installing swig results in lots of
errors of the sort:
WindowDisabler.obj : error LNK2001: unresolved external symbol
_SWIG_Ruby_ConvertPtr
I can see this is defined in rubydef.swg but I''m not sure why this isn''t
just included in the files that need it. Can any swig experts tell me
what I need to do to progress? I''m using
2004 Apr 29
10
wxruby-swig 0.0.12 is up
This one includes the latest App.cpp which includes the Mac fix from
Nick. I thought it was in 0.0.11, but it wasn''t.
It also adds support for "stock objects", like colours, pens, and fonts.
This turned out to be quite challenging, but I''m happy with the
solution. It only took a few days :-/
Kevin
2007 Feb 09
20
Hello Everyone
I have a bit of a problem with installation. I installed wxX11 in my
linux box. I compiled the demos and all the demos, save dbbrowse,
work. I think I have a functional wx. Now I''m trying to install wxRuby
from source, since I have a 64 bit machine. I only have permission to
my home directory so my installation is :
/usr/people/stevenq/Applications/wxX11/