1. wxIDE problem
- Posted by sixs <sixs at ida.net> Apr 01, 2005
- 450 views
Hi, I downloaded the latest wxIDE file and tried to run it. It says that it is looking for wxClassInfo.e. I searched Euforum for references to the file. Thanks for any help Jim
2. Re: wxIDE problem
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Apr 01, 2005
- 447 views
sixs wrote: > > Hi, > I downloaded the latest wxIDE file and tried to run it. > It says that it is looking for wxClassInfo.e. I searched Euforum for > references to the file. > Thanks for any help wxClassInfo.e is part of wxEuphoria. Make sure that you have v0.5.0 installed properly, which means either in the same directory as wxIDE, or in your EUINC path. Matt Lewis
3. wxIDE problem
- Posted by sixs <sixs at ida.net> Jan 11, 2005
- 449 views
Hi, I am trying wxIDE and I get the error "get_splitter_sash_position" not been declared line 272. ini:setValue("File List Sash Position", get_splitter_sash_position( main_splitter ) ) Thanks jvandal
4. Re: wxIDE problem
- Posted by Matt Lewis <matthewwalkerlewis at yahoo.com> Jan 11, 2005
- 453 views
sixs wrote: > > Hi, > I am trying wxIDE and I get the error "get_splitter_sash_position" not > been declared line 272. > > ini:setValue("File List Sash Position", get_splitter_sash_position( > main_splitter ) ) This function is defined in wxSizer.e in v0.3.0+. Matt Lewis
5. Re: wxIDE problem
- Posted by sixs <sixs at ida.net> Jan 12, 2005
- 449 views
Thanks! I reloaded the files annd I got wxIDE working! Jim Matt Lewis wrote: > > >posted by: Matt Lewis <matthewwalkerlewis at yahoo.com> > >sixs wrote: > > >>Hi, >>I am trying wxIDE and I get the error "get_splitter_sash_position" not >>been declared line 272. >> >>ini:setValue("File List Sash Position", get_splitter_sash_position( >>main_splitter ) ) >> >> >This function is defined in wxSizer.e in v0.3.0+. > >Matt Lewis > > > >