Re: [wxlua-users] error in virtual function overrides

2008-01-28 Thread John Labenski
On Jan 28, 2008 3:55 PM, Hakkı Doğusan <[EMAIL PROTECTED]> wrote: > Hi, > > (winxp, CVS updated today) > I'm getting some error (image attached) for previously working code: > > printOut.OnPrintPage = function(printOut, pageNum) >local dc = printOut:GetDC() >... >return true > end Than

[wxlua-users] error in virtual function overrides

2008-01-28 Thread Hakkı Doğusan
Hi, (winxp, CVS updated today) I'm getting some error (image attached) for previously working code: printOut.OnPrintPage = function(printOut, pageNum) local dc = printOut:GetDC() ... return true end (Note: wxMemoryFSHandler is not included in CVS) -- Regards, Hakki Dogusan <>