Displaying 1 result from an estimated 1 matches for "r_work5".
Did you mean:
r_work
2003 Nov 16
2
Error when calling a dll procedure
...t;ranlib Primes.a
>g++ --shared -s -o Primes.dll Primes.def Primes.a
-LE:\programs\R\rw1071\src\gnuwin32 -lg2c -lR
My PROBLEM is now that I can load the dll (no error message), but not access
the function "getPrimes". Here is some output of the R console:
>> dyn.load("E:\\R_work5\\Primes")
>> .Call("getPrimes", 100)
>Error in .Call("getPrimes", 100) : .Call function name not in load table
Has anybody been confronted with the same kind of difficulties?
I'll appreciate suggestions on how to fix the problem.
Thanks.
Regards,
Bernd Holl...