Skip to content
Prev 74313 / 398498 Next

Fortran function name not in load table

Natalie Hawkins wrote:
You need to look at the DLL to see what name it is exporting. I believe 
R would be looking for "conic_".  If your Fortran compiler doesn't 
append underscores, you'll get this error.

You might want to look at this page

http://www.stats.uwo.ca/faculty/murdoch/software/compilingDLLs/index.html#badname

or this one

http://www.stats.uwo.ca/faculty/murdoch/software/compilingDLLs/fortran.html

for more help.

Duncan Murdoch