Qbasicnews.com

Full Version: a heads-up to all wx-c people
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
a new version of wxnet + the wx-c wrapper library will be coming out soon, according to the sf site. a preview can be found on http://www.muegel.org/xfer/wxnet/ . the original news post can be found on http://news.gmane.org/gmane.comp.lib.wxwindows.wxnet .
Do you still have the Linux wx-c lib compiled? A br dude asked me about it, he's playing with wx-c in Debian..

I checked the wx-c binary packages, but they come with mono included.
as long as he's not planning on using stc (scintilla styled text control), the binary package should be fine, i'm pretty sure mono is *not* included, and unless you're writing wxnet apps, is not required. i'll post detailed instructions later, can't get to my linux box atm...
in order to get wx-c to work under linux, cd to the dir you untarred it to + "Bin", then cp *.so* /usr/lib. fbc should be able to take it from there. ldconfig will whine about some files not being symlinks, you could probably make symlinks instead of copying the files, but i'm too lazy to test when this way works fine...
So no Mono is needed? I thought i had to recompile the thing to strip the Mono dependency etc.. kewl.. thanks.