[Rcpp-devel] c++ graphics device

2010-03-25 Thread Romain Francois
Hello, R's graphics device drivers are currently written using poor man's c++: you are supposed to create a pDevDesc struct (defined in R_ext/GraphicsDevice.h) and then fill it with function pointers, e.g (from the NULL device) : /* * Device functions */ dev->close = NULL

Re: [Rcpp-devel] [R] Error using Rcpp

2010-03-25 Thread Abhisek
Many thanks Romain! It worked. And thanks for pointing out the errors. best abhisek On Thu, Mar 25, 2010 at 12:45 PM, Romain Francois wrote: > Le 25/03/10 13:16, Abhisek a écrit : > > >> Hi, Im not sure if this is the right place to post this. >> > > It is not. The Rcpp-devel mailing list is t

Re: [Rcpp-devel] [R] Error using Rcpp

2010-03-25 Thread Romain Francois
Le 25/03/10 13:16, Abhisek a écrit : > > Hi, Im not sure if this is the right place to post this. It is not. The Rcpp-devel mailing list is the right place: https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel > I am using Xubuntu > Karmic Koala and am trying to use the Rcpp pa