Hi!
   
  Thanks in advance.
   
  I am using R-2.4.0 on Windows XP. I am trying to create dll file.
   
  My C code:
   
  /* useC1.c */
  void useC(int *i) {
    i[6] = 100;
}
   
  I have tried to create useC1.dll. 
   
  C:\R-2.4.0\bin>R CMD SHLIB useC1.c
   
  'perl' is not recognized as an internal or external command, operable program 
or batch file.
   
  Then I have tried:
   
  C:\R-2.4.0\bin>Rcmd SHLIB useC1.c
   
  'perl' is not recognized as an internal or external command, operable program 
or batch file.
   
  I am looking forward for your reply.
   
  Regards,
   
  Deb
   
  Statistician
  NSW Department of Commerce
  Sydney
  Australia.
   

        
---------------------------------

        [[alternative HTML version deleted]]

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to