Re: eDBI is born, feedback wanted

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

Jeremy,

Thanks for the response. I managed to work around some issues with a small patch here and there. Thanks also for the advice. For example:

public type dbr_handle(object o) 
    if not atom(o) then return 0 end if 
    if o = 0 then return 1 end if 
 
    if error_code() then return 1 end if 
 
    integer l = length(ram_space) 
    object d = 0 
 
    if l >= o then 
        d = ram_space[o] 
    end if 
 
    if not sequence(d) then return 0 end if 
    if not length(d) = Q_END then return 0 end if 
 
    return 1 
end type 

Regards,

CJ

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

Search



Quick Links

User menu

Not signed in.

Misc Menu