Re: EDB error trying to run
- Posted by Derek Parnell <ddparnell at bigpond.com> Jul 05, 2004
- 582 views
Tommy Carlier wrote: > > sixs wrote: > > Hello, > > I am trying to run Matt's EDB and get this error. (I run wxEDB and I can run > > it ok!) > > ------------------------------------------------------------------------- > > A namespace qualifier is needed to resolve trim > > trim is offered as a global symbol in > > C:\Europhia\include\w32ek.e > > C:\Europhia\demo\EDB\ebutils.e > > prop=unspace(trim(prop)) > > That's because you're using the new Win32Lib, which now has a trim-function. > Just remove > the trim-function in ebutils.e, and I think it will run (if there aren't any > other > double functions). > Actually Win32lib has had a trim() function for awhile...however... My advise would be to go the the win32lib Include folder and edit the w32tk.e file. Find the 'trim' function there are delete it. It is not used within the library anymore. -- Derek Parnell Melbourne, Australia