Re: [Rd] Building Rdll.lib with Visual C++

2007-11-12 Thread William.Fulton
>-Original Message- >From: Prof Brian Ripley >Sent: 09 November 2007 12:17 >To: Fulton, William >Cc: R-devel@r-project.org >Subject: Re: [Rd] Building Rdll.lib with Visual C++ > >On Fri, 9 Nov 2007, [EMAIL PROTECTED] wrote: > >>> From the

Re: [Rd] Building Rdll.lib with Visual C++

2007-11-09 Thread Prof Brian Ripley
On Fri, 9 Nov 2007, [EMAIL PROTECTED] wrote: >> From the R-2.6.0/doc/README.packages it says: > > Using Visual C++ > > > You may if you prefer use Visual C++ to make the DLLs (unless they use > Fortran source!). The notes here were tested with VC++6. > > First build the impor

[Rd] Building Rdll.lib with Visual C++

2007-11-09 Thread William.Fulton
>From the R-2.6.0/doc/README.packages it says: Using Visual C++ You may if you prefer use Visual C++ to make the DLLs (unless they use Fortran source!). The notes here were tested with VC++6. First build the import library Rdll.lib by make R.exp ... In the