Re: calling dlopen

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

okay, what I think you mean is that you changed the last lines to this:

if dl_open_library("/usr/lib/libdl.so") = 0 then 
    puts(ERROR, "dl_open_library can't open what open_dll can.\n") 
    atom error_value = c_func(dlerror_sym,{}) 
    if error_value then 
        puts(ERROR, peek_string(error_value) & 10) 
    end if 
    abort(1) 
end if 

What else? I still get an error.

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

Search



Quick Links

User menu

Not signed in.

Misc Menu