libmsg.so depends on libnet.so. I want to load two libraries at the same time, 
but this will cause errors.

dynlib only allows one library.
    
    
    proc create_message*(version: cint) {.cdecl, importc, dynlib: "libnet.so  
libmsg.so".}
    
    
    Run

Reply via email to