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 external in the link, because I don't know what I need
to declare as an external library,I searched in the documentation but I
didn't find


Could you please help me


Thank a lot by advance

Pascal

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to