In diagnosing the wxWindow.h problem I discovered that the problem is related to directors wrapping returned pointers. I went in to wxMDIParentFrame and removed ''virtual'' from a couple of the functions and the MDI windows work again. I will investigate a fix for this later, since there are a lot of functions that return pointers. However, the MDI crash was a big one that was driving me nuts. If I can''t fix the underlying problem with a typemap I will just upload the modified .h file. Roy
On Sun, 2006-08-27 at 11:56 -0400, Roy Sutton wrote:> In diagnosing the wxWindow.h problem I discovered that the problem is > related to directors wrapping returned pointers. I went in to > wxMDIParentFrame and removed ''virtual'' from a couple of the functions > and the MDI windows work again.Interesting. Hopefully a simple typemap will solve that. I eagerly await your results. Thanks, Kevin