Skip to content
Prev 24393 / 398502 Next

Help with DLLs

DO read readme.packages.

1) Did you export the symbols from your DLL?  It's the most common fault.
pedump will tell you, as will dump under VC++6 (at least).

2) .Fortran is designed for use with g77, and whatever you are using
(I was unaware that  Developer Studio 97 contained a Fortran compiler)
may well be using different conventions, so readme.packages tells you to
use .C with the name-mangled symbol produced.

3) The recommended compilers for use with R for Windows are *free*.
You are likely to find it much easier to follow the recommendations.
On Thu, 17 Oct 2002, Jane L. Harvill wrote:

            
^^^^^^
Really?  Not leaf?