Displaying 1 result from an estimated 1 matches for "multiproject".
2004 Feb 26
1
Handling R Objects in C
Hello
I want to handle R from a C/C++ project developped with Microsoft Visual
C++.Net
I put a multiproject solution,and one project is a win32 and dedicated for R
manipulation;
When I put in this project the example code from "Written R extension" 4.7
Handling R objects in C p39:
#include <R.h>
#include <Rdefines.h>
SEXP ab;
PROTECT(ab=NEW_NUMERIC(2)) ;
....
I got an unresolved e...