Skip to content
Prev 348095 / 398500 Next

32bit R303 calls external C functions

I meant R3.0.3. I need this package working in R3.0.3.

I have 32bit and 64bit dlls both included in the package.


-----Original Message-----
From: Duncan Murdoch [mailto:murdoch.duncan at gmail.com] 
Sent: Thursday, February 12, 2015 1:01 PM
To: Li, Yan; r-help at r-project.org
Subject: Re: [R] 32bit R303 calls external C functions
On 12/02/2015 11:08 AM, Li, Yan wrote:
There's no R303; the current version is 3.1.2.  So if you meant 3.0.3, I'd suggest upgrading.  If you meant something else, you're probably in the wrong place.

For 3.1.2, there are big differences:  32 bit R can't call 64 bit .dlls 
and vice versa.   You can either install the package from source in both 
versions, or arrange to compile both 32 bit and 64 bit dlls, in which case both versions can use the binary of the package.

If you've already done all that, then you'll need to give more details, e.g. access to the source for the package, to get more specific help.

Duncan Murdoch