<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/wxnet/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/wxnet/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 22 Aug 2011 05:10:35 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/wxnet/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Unable to load DLL 'wx-c-0-9-0-2'</title><link>https://sourceforge.net/p/wxnet/support-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm trying to get WX.Net working with Visual Studio. I've created a very basic sample app but when I run it, VS complains:&lt;/p&gt;
&lt;p&gt;Unable to load DLL 'wx-c-0-9-0-2': The specified module could not be found. (Exception from HRESULT: 0x8007007E)&lt;/p&gt;
&lt;p&gt;I have a reference to WX.dll.NET added to my project. I tried using regsvr32 but that didn't work. Running VS as admin didn't work either. Any ideas? It'd be great if there was more documentation on how to "install" things (even if there's no real installation to do).&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;My sample app:&lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using wx;&lt;/p&gt;
&lt;p&gt;public class MainForm : wx.Frame&lt;br /&gt;
{&lt;br /&gt;
public MainForm()&lt;br /&gt;
: base("Test Application", new Point(0, 0), new Size(100, 100))&lt;br /&gt;
{&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;public class MainApp : wx.App&lt;br /&gt;
{&lt;br /&gt;
public override bool OnInit()&lt;br /&gt;
{&lt;br /&gt;
MainForm mainForm = new MainForm();&lt;br /&gt;
mainForm.Show(true);&lt;br /&gt;
return true;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;[STAThread]&lt;br /&gt;
static int Main(string[] args)&lt;br /&gt;
{&lt;br /&gt;
MainApp app = new MainApp();    // Exception thrown here&lt;br /&gt;
app.Run();&lt;/p&gt;
&lt;p&gt;return 0;&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Noah</dc:creator><pubDate>Mon, 22 Aug 2011 05:10:35 -0000</pubDate><guid>https://sourceforge.net2bd86b0873999d750c7b958dee075db1b196f1e2</guid></item><item><title>Unable to find some entry points in the WxDll</title><link>https://sourceforge.net/p/wxnet/support-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I recently needed to use AUI, and as it wasn't in the last release, I went into the repository and downloaded the sources.&lt;br /&gt;
I successfully compiled the WX.NET dll, and I tested my project.&lt;br /&gt;
But it seems that there were some missing entry points in the wx-c dll.&lt;br /&gt;
I tried to compile the wx-c dll but was unable to do it.&lt;/p&gt;
&lt;p&gt;Is there another compiled version of the dll ? Or is there another way to make the Aui stuff work ?&lt;br /&gt;
Thanks a lot !&lt;/p&gt;
&lt;p&gt;OS : MS Windows Seven&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 13 Jun 2011 11:41:49 -0000</pubDate><guid>https://sourceforge.netf0008417ae6c6327164f346258326f58fcd91275</guid></item><item><title>Converting wx.Bitmap (or wx.Image) to System.Drawing.Bitmap</title><link>https://sourceforge.net/p/wxnet/support-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;How do I convert wx.Bitmap and/or wx.Image to/from System.Drawing.Bitmap ??&lt;br /&gt;
I'm using and image processing library called AForge.net which seems to apply filters to System.Drawing.Bitmaps.  I'm not sure if I can use wx.Bitmaps or not, but what I do know is that wx.StaticBitmap will not display System.Drawing.Bitmaps.&lt;/p&gt;
&lt;p&gt;I'm open to any suggestions ??&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brendan Simon</dc:creator><pubDate>Wed, 25 May 2011 11:43:44 -0000</pubDate><guid>https://sourceforge.net83f88f106f9096a52396788796b3522434791fc4</guid></item><item><title>Mailing lists</title><link>https://sourceforge.net/p/wxnet/support-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;is it just me or lists are not working?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Edgardo Rossetto</dc:creator><pubDate>Fri, 17 Sep 2004 17:46:45 -0000</pubDate><guid>https://sourceforge.net6503d1cd2a666745b053eabd4c0018dfe58677fb</guid></item></channel></rss>