I understand my mistake. 
    
    
    t = cast[ref Raw_Frame](addr c)
    
    
    Run

should be 
    
    
    t = cast[ref Raw_Frame](addr c[0])
    
    
    Run

Reply via email to