Re: [R] open DLL in R

2006-08-01 Thread Duncan Murdoch
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

Re: [R] open DLL in R

2006-08-01 Thread Prof Brian Ripley
On Tue, 1 Aug 2006, 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? You need a disassembler such as VC++'s DUMPBIN, but looking at compiled code you did not write is not an easy task. (Or objdump from the MinGW toolset.)

Re: [R] open DLL in R

2006-08-01 Thread gyadav
and constants in a easy way. thanks -gaurav. Prof Brian Ripley [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 01-08-06 11:18 PM To qian li [EMAIL PROTECTED] cc r-help@stat.math.ethz.ch Subject Re: [R] open DLL in R On Tue, 1 Aug 2006, qian li wrote: I have downloaded a DLL file. I want

Re: [R] open DLL in R

2006-08-01 Thread Gabor Grothendieck
] 01-08-06 11:18 PM To qian li [EMAIL PROTECTED] cc r-help@stat.math.ethz.ch Subject Re: [R] open DLL in R On Tue, 1 Aug 2006, 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? You need a disassembler such as VC

Re: [R] open DLL in R

2006-08-01 Thread Prof Brian Ripley
PROTECTED] cc r-help@stat.math.ethz.ch Subject Re: [R] open DLL in R On Tue, 1 Aug 2006, 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? You need a disassembler such as VC++'s DUMPBIN, but looking at compiled code