Skip to content

Problem with dyn.load()

3 messages · O. Neto, Brian Ripley

#
Please do read the help file before posting. as the posting guide asks.
?dyn.load says

       x: a character string giving the pathname to a shared library or
          DLL.

Your DLL is "teste.dll", not "teste": you probably do have a file "teste" 
that is not a DLL or you would get a more informative error message.

That's not a mistake I have ever seen reported on R-help.
On Sun, 7 Nov 2004, O. Neto wrote:

            
Please do note what the posting guide says about this!

  
    
#
Prof. Ripley,

    I would, initially, thank you for help me.
    I did what you did say, I called that dll ( by "teste.dll" as wrote in
?dyn.load). It did not work.
    I make a new dll for testing and again, it didn??t work, the same message
appears. I don??t know how I fix it.  I have no idea.
I??ll read all "writing R extension" again. I believe that my mistake is in
config  MKRules.
    Thank you again for spend your time with my doubts. I??m grateful.

O. Neto