Re: [R] 32bit R303 calls external C functions

2015-02-12 Thread Uwe Ligges
- From: Duncan Murdoch [mailto:murdoch.dun...@gmail.com] Sent: Thursday, February 12, 2015 1:01 PM To: Li, Yan; r-help@r-project.org Subject: Re: [R] 32bit R303 calls external C functions On 12/02/2015 11:08 AM, Li, Yan wrote: Dear All, I build a R package which will need to call external C

Re: [R] 32bit R303 calls external C functions

2015-02-12 Thread Li, Yan
R303 calls external C functions On 12/02/2015 11:08 AM, Li, Yan wrote: > Dear All, > > I build a R package which will need to call external C functions. I > registered the C functions in the NAMESPACE file and include 32bit and 64bit > dlls in the packages. If I load the package

Re: [R] 32bit R303 calls external C functions

2015-02-12 Thread Duncan Murdoch
On 12/02/2015 11:08 AM, Li, Yan wrote: Dear All, I build a R package which will need to call external C functions. I registered the C functions in the NAMESPACE file and include 32bit and 64bit dlls in the packages. If I load the package in 64bit R and calls the external C functions, it works

[R] 32bit R303 calls external C functions

2015-02-12 Thread Li, Yan
Dear All, I build a R package which will need to call external C functions. I registered the C functions in the NAMESPACE file and include 32bit and 64bit dlls in the packages. If I load the package in 64bit R and calls the external C functions, it works fine. However if I load the package in 3