[R] cdecl and stdcall

2005-09-21 Thread Bogner, Konrad \(LfU\)
Hi, I'm trying to load a dynamic link library and it seems to work (is.loaded - TRUE). When I run the function, which calls the .Fortran subroutine, R crashes! I'v tried the same in S-Plus 2000 and it worked. Therefore I suppose that the dll has been compiled with the stdcall calling convention

Re: [R] cdecl and stdcall

2005-09-21 Thread Prof Brian Ripley
This really is the wrong list. Please do read the posting guide as we do ask (before posting). In so far as this is relevant to R at all, it is within the description of the R-devel list. On Wed, 21 Sep 2005, Bogner, Konrad (LfU) wrote: I'm trying to load a dynamic link library and it seems

Re: [R] cdecl and stdcall

2005-09-21 Thread Duncan Murdoch
On 9/21/2005 9:32 AM, Bogner, Konrad (LfU) wrote: Hi, I'm trying to load a dynamic link library and it seems to work (is.loaded - TRUE). When I run the function, which calls the .Fortran subroutine, R crashes! I'v tried the same in S-Plus 2000 and it worked. Therefore I suppose that the