Re: [R] Calling function in DLL using .C

2012-01-24 Thread Alex van der Spek
Sorry, this works www.zdoor.home.xs4all.nl Thank you, Alex van der Spek On 01/24/2012 07:21 PM, Duncan Murdoch wrote: On 24/01/2012 11:55 AM, Alex van der Spek wrote: Uploaded the DLL here: http://www.filefactory.com/file/c2c56ad/n/Planck.dll I get: 403 Forbidden Request forbidden by

Re: [R] Calling function in DLL using .C

2012-01-24 Thread Duncan Murdoch
On 24/01/2012 11:55 AM, Alex van der Spek wrote: Uploaded the DLL here: http://www.filefactory.com/file/c2c56ad/n/Planck.dll I get: 403 Forbidden Request forbidden by administrative rules. Duncan Murdoch Appreciate if you can check to see if anything is wrong with this DLL. I use dumpbi

Re: [R] Calling function in DLL using .C

2012-01-24 Thread Alex van der Spek
Uploaded the DLL here: http://www.filefactory.com/file/c2c56ad/n/Planck.dll Appreciate if you can check to see if anything is wrong with this DLL. I use dumpbin to look at what is in the exports table of the DLL. No reason for concerns there. I can work with this DLL from both VBA and Python. Pyt

Re: [R] Calling function in DLL using .C

2012-01-24 Thread Duncan Murdoch
On 24/01/2012 6:49 AM, Alex van der Spek wrote: I cannot understand why a function appears to be available to R (is.loaded('planckwR') returns TRUE) but the call with .C results in an error message: C symbol name 'planckwR' not in DLL for package You posted this question a few days ago, and sa

[R] Calling function in DLL using .C

2012-01-24 Thread Alex van der Spek
I cannot understand why a function appears to be available to R (is.loaded('planckwR') returns TRUE) but the call with .C results in an error message: C symbol name 'planckwR' not in DLL for package This is what I do: Loading a homebrewed DLL, compiled with MS VS97. The functions are all v