Skip to content
Prev 33513 / 398513 Next

dyn.load() function problem help!

On Wed, 18 Jun 2003, Mu Yunming wrote:

            
You probably need to figure this out: R doesn't explicitly support F90 on
any platform.

Two things are needed
1/  You have to be able to create a DLL that is properly linked to all the
libraries it needs.  Your compiler documentation should tell you how to do
this.

2/ The functions you call from R need to use the same calling conventions
as the compilers used to compiler R.  Duncan Murdoch has information at
 http://www.stats.uwo.ca/faculty/murdoch/software/compilingDLLs/
that describes how to do this for various compilers. Even if your's isn't
on the list this might still be helpful

	-thomas