>-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
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
>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