Re: Matt's EDB
- Posted by don cole <doncole at pacbell.net> Aug 26, 2004
- 461 views
cklester wrote: > > matt, i get the following error upon running edb.exw: > > C:\Documents and Settings\Administrator\Desktop\edb\edbform_ui.ew:297 > A namespace qualifier is needed to resolve trim. > trim is defined as a global symbol in: > C:\euphoria\include\win32lib\w32tk.e > C:\Documents and Settings\Administrator\Desktop\edb\edbutils.e > > prop = unspace(trim(prop)) > ^ > > what's the EDB-officially authorized way to fix that? :) > > -=ck > "Programming in a state of EUPHORIA." > <a > href="http://www.cklester.com/euphoria/">http://www.cklester.com/euphoria/</a> > I get a similar problem with: include win32lib.ew include strlist.e (Which I use a lot and don't wish to change.) A namespace qualifier is needed to resolve split. My be some of you more experianced Euphorians could complile a list of all these conflicts and their fixes. don cole SF