Quick question

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

(I am not trying to imply anything is wrong at all, I just want a quick and plain factual answer from anyone with it already installed, since my rubbish mobile broadband is capping the d/l at a paltry 5K/s)

What does this code display on 64-bit OE

--/* 
include builtins\dll.e 
--*/ 
function f(atom i) 
    ?i 
    return 0 
end function 
constant r_f=routine_id("f") 
constant cb_f=call_back(r_f) 
constant c_f=define_c_func({},cb_f,{C_INT},C_INT) 
? c_func(c_f,{-1})  -- line 5 (in f()) displays 4294967295, then this (line 11) displays 0 
if getc(0) then end if 

Thanks, Pete

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

Search



Quick Links

User menu

Not signed in.

Misc Menu