Dear R-users,
I am a novice user of .Call and am trying to use the C code in R-Ext to 
kickstart my learning process. All the code compiles but when I try to use 
.Call it gives the error (using "out.c" as an example),

Error in .Call("out", x, y) : C entry point "out" not in load table

when i use PEDUMP to check whether the symbol is loaded I find that it is 
loaded as "_Z3outP7SEXPRECS0_" and when I use this instead of "out" the 
program work.

How can I remove the decoration so that only "out" is loaded?

Thanks, Vumani

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to