Displaying 5 results from an estimated 5 matches for "wxversion".
Did you mean:
dxversion
2007 Apr 28
0
[975] branches/wxruby2/wxwidgets_282/rake/rakemswin.rb: Correct spacing for link command; remove odbc and db_table which aren''t
...quot;#$WXLIBDIR","wxtiff#{$DEBUGPOSTFIX}.lib")
-$wx_libs += File.join("#$WXLIBDIR","wxzlib#{$DEBUGPOSTFIX}.lib")
</del><ins>+# wxWidgets libraries that should be linked into wxRuby
+# odbc and db_table not required by wxruby
+windows_libs = %W|wxbase#{$WXVERSION}#{$POSTFIX}
+ wxbase#{$WXVERSION}#{$POSTFIX}_net
+ wxbase#{$WXVERSION}#{$POSTFIX}_xml
+ wxmsw#{$WXVERSION}#{$POSTFIX}_adv
+ wxmsw#{$WXVERSION}#{$POSTFIX}_core
+ wxmsw#{$WXVERSION}#{$POSTFIX}_html
+...
2007 Mar 17
0
[884] branches/wxruby2/wxwidgets_282/rake/rakemswin.rb: Compile flag fixes for Windows/Wx 2.8 (Artur Kuptel)
...quot;lines">@@ -15,7 +15,7 @@
</span><span class="cx">
</span><span class="cx"> # native Windows - requires a static build of wxWindows
</span><span class="cx"> $WXDIR=ENV[''WXWIN'']
</span><del>-$WXVERSION = ''26''
</del><ins>+$WXVERSION = ''28''
</ins><span class="cx">
</span><span class="cx"> if $debug_build
</span><span class="cx"> $DEBUGPOSTFIX=''d''
</span><...
2003 Nov 13
7
modified classes
--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
| http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy |
| Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval kellene jarnom" |
+-- Magyar php mirror es magyar php dokumentacio: http://hu.php.net --+
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2005 Jul 24
11
Official name change to wxruby2
The CVS module has been renamed from wxruby-swig to wxruby2, and I have
checked in the related changes to reflect the name change. Anyone with a
CVS tree will need to re-checkout from CVS because of the module name
change.
There is now a wx.rb in the lib/ directory, which loads the wxruby2
shared library that gets built.
I have tagged this as 0.0.22.
Next steps:
- Apply Choice.i patch from
2009 Jan 24
37
Problem running Samples
Hi. I''m desperately trying to learn Ruby and wxWidgets, on my 64-bit
Linux machine. However when I try to run any of the samples from the
command line I get the following error message:
ruby: symbol lookup error:
/usr/lib/ruby/gems/1.8/gems/wxruby-1.9.8-x86_64-linux/lib/wxruby2.so:
undefined symbol: Init_wxMediaCtrl
I''d be very grateful for any help. Many thanks in advance!
--