1. Re: Matt... help with edb1264

Rubens Monteiro Luciano wrote:
> 
> Hi,
> 
> How can I solve this error in edb1264 ?
> 
> 
> E:\EUPHORIA\edb1264\edbform_ui.ew:297
> A namespace qualifier is needed to resolve trim.
> trim is defined as a global symbol in:
>      E:\EUPHORIA\include\w32tk.e
>      E:\EUPHORIA\edb1264\edbutils.e
> 
>              prop = unspace(trim(prop))
>                                ^

At the top of edbform_ui.ew, change:

include edbutils.e

to

include edbutils.e as eutils

and change the offending line to:

prop = unspace(eutils:trim(prop))

There are some other lines that have the same problem, and they should 
have the namespace qualifier added, too.  This is due to new clashes with
Win32Lib, unfortunately...

Matt Lewis

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu