On 8/1/2006 1:01 PM, qian li wrote:
> I have downloaded a DLL file. I want to look at the contents in the DLL file. 
> How can I do it in R?


As far as I know R has no tools to do that other than readBin, which 
will just show you a bunch of meaningless bytes.

If you're on Windows, the MinGW compiler used to build R and packages 
includes objdump and dlltool which can display DLL contents in a human 
readable format.

Duncan Murdoch

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to