1. wxEuphoria win32 v0.8.0 demo problems
- Posted by Cuvier Christian <christian.cuvier at insee.fr> Jan 11, 2006
- 464 views
As I was toying with the demos, I encountered the following errors: wxNet.e line 1411: Returns has not been defined - indeed, a comment mark is missing there. wizard.exw causes an error on clicking "Open wizard": "Pure virtual function called". Application terminates, of course. CChris
2. Re: wxEuphoria win32 v0.8.0 demo problems
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Jan 11, 2006
- 479 views
Cuvier Christian wrote: > > As I was toying with the demos, I encountered the following errors: > > wxNet.e line 1411: Returns has not been defined - indeed, a comment mark is > missing there. Yes, somehow this one slipped through on v0.9.0, too... > wizard.exw causes an error on clicking "Open wizard": "Pure virtual function > called". Application terminates, of course. Yes, the vtable offset had changed. This has been fixed in v0.9.0 (the current release). Matt Lewis