Re: WXEuphoria waning messages?
- Posted by sixs <sixs at ida.net> Jan 12, 2005
- 435 views
Thanks it works Jim Matt Lewis wrote: > > >posted by: Matt Lewis <matthewwalkerlewis at yahoo.com> > >sixs wrote: > > >>Hello, >>I am working on my first program in WX and I took some code from >>various demos to use and modifying it to display data in a add, change, >>delete process. I am getting a lot of warnings and it id now exceeding >>the max warnings..I had some warnings telling me that the items wern't >>being used from the graphics file. >>For example I was using wxFont so I had to include wxGrapnics.e. I have >>other warnings but I was confused by the graphics warnings,Any ideas? >>I plan to use eusql as the database. and so forth >> >> >I should really clean up those warnings. I've got a few other bug fixes, >so maybe I'll put out a v0.4.1 release with some of this stuff fixed. > >Try putting "without warning" before the wxEuphoria includes, and >"with warning" before your code. You're likely to get warnings about >unused parameters in event handlers. > >Matt Lewis > > > >