<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt">Was told me that with this function, I'd be able to call C or Fortran functions in scilab and use then. So with function load it would be possible. I tried to do it for a simple Fortran code:<br><br>SUBROUTINE sci(n,v)<br> integer :: n<br> real,dimension(n) :: v<br> v=sin(v)<br><br><br><br>END SUBROUTINE sci<br><br>When I tried to use link comand:<br><br>Um erro ocorreu: funt.o: Apenas ET_DYN e ET_EXEC podem ser carregados<br> !--error 236 <br>link: O arquivo compartilhado não foi carregado: (null)<br> <br> translating:<br><br>An error ocurred: funt.o: Only ET DYB and ET EXEC can be loaded.<br>link: The shared
file wasn't loaded:(null)<br><br>So what would it be?<br><br><br><br><br><div><br></div>
</div><br>
</body></html>