At 01:28 12/07/2006, you wrote:
>myGLCanvas.cpp(39): error C2512:'myGLCanvas' : no appropriate default
>constructor available
>
>The offending code section in myGLCanvas.cpp is:
>
>35 /*!
>36 * myGLCanvas type definition
>37 */
>38
>38 IMPLEMENT_DYNAMIC_CLASS( myGLCanvas, wxGLCanvas )
>
>To get the code to compile, I comment out this line of code and its
>counterpart, line 61 in myGLCanvas.h:
>
>59 class myGLCanvas: public wxGLCanvas
>60 {
>61 DECLARE_DYNAMIC_CLASS( myGLCanvas )
Sorry about that. wxGLCanvas really ought to have a default
constructor, but I'll make DB generate the appropriate code.
Thanks,
Julian