Displaying 2 results from an estimated 2 matches for "cppresult".
Did you mean:
cmpresult
2004 Nov 24
3
[DEVEL] Defining Pure Virtual Functions
I am working on the Printer, PrintDialog, PrintDialogData, PrinterDC,
etc... classes and I''m having a problem with Printout.
In the wxWindows source, the file "prntbase.h" defines the class
"wxPrintout". When wrapping this for wxRuby I am trying the call:
cppResult = new wxPrintout( cppParm0 ); //where cppParm0 is a wxString
If I do this it complains that I need to override the abstract class
wxPrintout, and define the method "bool OnPrintPage( int )".
If I define in my header file:
class wxPrintout{
public:
virtual bool OnPrintPage( int i );
}...
2004 Aug 29
6
wxRuby Compile Problems on Gentoo eBuild
...or: variable or field `validateCppObject'' declared
void
htmlprocessor.cpp:44: error: syntax error before `{'' token
htmlprocessor.cpp: In static member function `static bool
WxHtmlProcessor::constructor0(int, VALUE*, long unsigned int)'':
htmlprocessor.cpp:65: error: `cppResult'' undeclared (first use this
function)
htmlprocessor.cpp:65: error: invalid use of undefined type `class
wxHtmlProcessorHelper''
htmlprocessor.h:10: error: forward declaration of `class
wxHtmlProcessorHelper''
htmlprocessor.cpp: In static member function `static VALUE...