Re: [Rd] Dynamic libraries

2009-07-03 Thread Duncan Murdoch
On 03/07/2009 4:37 PM, robin cowan wrote: I am trying to write a dynamic linked library for R, in Pascal. You need to tell us what Pascal compiler you're using. You may need to ask your compiler provider how to compile something to interface with R, or tell us all sorts of details that you m

[Rd] Dynamic libraries

2009-07-03 Thread robin cowan
I am trying to write a dynamic linked library for R, in Pascal. (This is to speed up the execution of a simulation that I am running in R.) I know Pascal might not be the perfect language for this (C or Fortran being more natural), but from what I have read I think it should work. Though