Re: [wxVTK] 'OnSize' : is not a member of 'wxWindow'
Brought to you by:
malat
From: Mathieu M. <mat...@gm...> - 2006-06-07 20:23:48
|
I am pretty sure I saw this in the past... and I am pretty sure I fixed it. Could you try the CVS version of wxVTK. Instructions are here: http://sf.net/projects/wxvtk which seems to be now right now :( HTH Mathieu On 6/6/06, Zhiyong Xie <zy...@ya...> wrote: > I tried to compile wxVTK using Visual C++ .Net. I got an error: > > error C2039: 'OnSize' : is not a member of 'wxWindow' > c:\wxWidgets-2.6.3\include\wx\msw\window.h(48) : see declaration of > 'wxWindow' > > > I use wxWidget-2.6.3 and VTK 4.2. Does anybody had meet same problem before? > > > After I comment the line wxWindow::OnSize(event); in > wxVTKRenderWindowInteractor.cxx > > it was compiled and worked fine. However, when I click exit, it crashed and > gave an information for > referencing memory at "0x000000e0" that could not be read. Does anyone know > how to fix it? > > > Thanks > > Sean > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > > _______________________________________________ > Wxvtk-users mailing list > Wxv...@li... > https://lists.sourceforge.net/lists/listinfo/wxvtk-users > > > -- Mathieu |