Re: [Rd] Creating a Windows import lib from R.dll (x64)?

2010-10-18 Thread Joe Conway
On 10/18/2010 10:00 PM, Dominick Samperi wrote: > > The procedure for creating an import library (Rdll.lib) that is documented > in gnuwin32/README.packages works fine using the i386 architecture, but > it doesn't seem to work under x64. > > Specifically, the procedure is: > pexports R.dll > R.ex

Re: [Rd] Creating a Windows import lib from R.dll (x64)?

2010-10-18 Thread Dominick Samperi
Thanks Joe, obviously I made the error of including R.dll on the command line, sorry for the wasted bandwidth. On Tue, Oct 19, 2010 at 1:22 AM, Joe Conway wrote: > On 10/18/2010 10:00 PM, Dominick Samperi wrote: > > > > The procedure for creating an import library (Rdll.lib) that is > documented

[Rd] Creating a Windows import lib from R.dll (x64)?

2010-10-18 Thread Dominick Samperi
Hello, The procedure for creating an import library (Rdll.lib) that is documented in gnuwin32/README.packages works fine using the i386 architecture, but it doesn't seem to work under x64. Specifically, the procedure is: pexports R.dll > R.exp lib /def:R.exp /out:Rdll.lib /machine:X86 R.dll Ther