[vtkusers] wxWindows/VTK
Nigel Nunn
nNunn at ausport.gov.au
Mon Jun 30 10:37:10 EDT 2003
Hi Mathieu,
> Should I also change:
>
> class wxVTKRenderWindowInteractor : public WX_BASE_CLASS
>
> into
>
> class wxVTKRenderWindowInteractor : public wxWindow
No need to change this. The problem appears to be limited
to VC6's pre-processor expansion of WX_BASE_CLASS; by the
time the compiler looks at the declaration of your class
wxVTKRenderWindowInteractor, WX_BASE_CLASS has been replaced
by wxWindow, as expected.
thanks again,
Nigel
**********************************************************************
This message is intended for the addressee named and may contain
confidential and privileged information. If you are not the intended
recipient please note that any form of distribution, copying or use of
this communication or the information in it is strictly prohibited and
may be unlawful. If you receive this message in error, please delete it
and notify the sender.
Keep up to date with what's happening in Australian sport.
Visit http://www.ausport.gov.au
**********************************************************************
More information about the vtkusers
mailing list