<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2614.3500" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;I have made a dll with mingw32 fortran 
compiler. I load my dll with the dyn.load function, but when I call one of my 
Fortran procedures with the .Fortran instruction, an error message appears 
saying that my function is not in the load table. However, if I call my Fortran 
routines with ".C" it works fine. I would like to know what is happening here. 
Is it usual to call Fortran procedures with the .C function (in S-plus this 
problem doesn't appear)? </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>JR</FONT></DIV></BODY></HTML>