On Wed, Dec 10, 2008 at 09:12:12PM +0100, Maxime Debon wrote:
> I am facing a difficulty with loading a library depending on a library
> (libMesh) which needs an initialization function (libMesh::init(argc,
> argv);).
Create 'fake' argc/argv as eg in
char *myargv[] = { "somename", "--foo
Hi,
I would like to embed the LibMesh library in R. I have already linked
C++ code and build libraries as it is explained in the R-extension
manual with trivial examples :
dyn.load(paste("/home/default/LibFooR",.Platform$dynlib.ext,sep=""))
I am facing a difficulty with loading a library d
2 matches
Mail list logo