Hi Julian, Thanks for that.
So does that mean the filter code should be WXPERL_W_VERSION_GE(2, 9, 4 )? I'm guessing so. Regards Steve > > #if WXPERL_W_VERSION_GE(2, 9, 0 ) > > bool PrintBuffer(const ........, , bool showPrintDialog); > bool PrintFile(const ........, , bool showPrintDialog); > . > . > . > > #else > bool PrintBuffer(const ........); > bool PrintFile(const ........); > . > . > . > > #endif > > I will submit a patch with that change to Mark Dootson. > > Will you put the change in all of 2.9.x? So the above code is correct, or > should it be 2.9.1 or something?