<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000066">
<font size="-1"><font face="Helvetica, Arial, sans-serif">I'm
attempting to integrate a wxVTKRenderWindowInteractor into my wxWidgets
application. I'm also using dialogblocks for the GUI. I set up the
renderWindow like this:<br>
<br>
&nbsp;&nbsp;&nbsp; wxVTKRenderWindowInteractor* itemVTKRenderWindowInteractor55 = new
wxVTKRenderWindowInteractor( panelCanvas, ID_CUSTOM, wxDefaultPosition,
wxSize(100, 100), wxSIMPLE_BORDER, "VTKWindow" );<br>
&nbsp;&nbsp;&nbsp; sizerCanvas-&gt;Add(itemVTKRenderWindowInteractor55, 1,
wxGROW|wxALL, 0);<br>
<br>
but... I get this error on compilation:<br>
<br>
</font></font><font size="-1"><font face="Helvetica, Arial, sans-serif">1&gt;c:\projects\miview\mainframe.cpp(463)
: error C2660: 'vtkObject::operator new' : function does not take 4
arguments<br>
<br>
There is no mention of vtkObject inside of </font></font><font
 size="-1"><font face="Helvetica, Arial, sans-serif">wxVTKRenderWindowInteractor.cpp,
so I guess it is inherited. It also doesn't matter how many parameters
I pass to the </font></font><font size="-1"><font
 face="Helvetica, Arial, sans-serif">wxVTKRenderWindowInteractor
constructor in my program.</font></font><br>
<font size="-1"><font face="Helvetica, Arial, sans-serif"><br>
I'm using VTK 5.2 and wxWidgets 2.8.9<br>
<br>
Anyone experienced this error before?<br>
-Greg<br>
</font></font>
<br>
</body>
</html>