Re: how does value() return an atom??

new topic     » goto parent     » topic index » view thread      » older message » newer message
DerekParnell said...

Could it be that you are actually running a different value() function rather than the one in the standard library?

Yup that was it. I changed the code as follows:

include std/get.e as stdget  -- include std/get.e 
-- 
-- 
    v = stdget:value(x)  -- v = value(x) 

And then the problem vanished.

I found this in Irv's GtkEngine.e.

override function value(object x) -- replacement for Eu's value() 

Could that cause the problem? It didn't before.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu