Displaying 5 results from an estimated 5 matches for "vc_lib".
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
2006 Sep 12
6
Patch for Unicode on windows
This patch makes Unicode the default build for windows. You can
override the default by setting a WXRUBY_NO_UNICODE environment variable.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Mar 17
0
[884] branches/wxruby2/wxwidgets_282/rake/rakemswin.rb: Compile flag fixes for Windows/Wx 2.8 (Artur Kuptel)
...<span class="cx">
</span><span class="cx">
</span><ins>+$WXSRC=File.join("#$WXDIR","src","msw")
+$WXINC=File.join("#$WXDIR","include")
+$WXLIBDIR=File.join("#$WXDIR","lib","vc_lib")
+$INCTEMP=File.join("#$WXDIR","lib","vc_lib","msw#{$POSTFIX}")
</ins><span class="cx">
</span><del>-$WXSRC="#$WXDIR/src/msw"
-$WXINC="#$WXDIR/include"
-$WXLIBDIR="#$WXDIR/lib/vc_lib"
-$IN...
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
...ake/rakemswin.rb        2007-04-28 23:07:38 UTC (rev 975)
</span><span class="lines">@@ -37,23 +37,27 @@
</span><span class="cx"> $WXLIBDIR=File.join("#$WXDIR","lib","vc_lib")
</span><span class="cx"> $INCTEMP=File.join("#$WXDIR","lib","vc_lib","msw#{$POSTFIX}")
</span><span class="cx">
</span><del>-$wx_libs = File.join("#$WXLIBDIR","wxbase28#{$POSTFIX}...
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