Hi Lincoln,<div><br></div><div>FWIW, I had some success setting up Eclipse for using Rcpp. If you set up include paths to the Rcpp/include and R/include directories, Eclipse will be able to provide code assistance. (I tried to get a similar thing working with Netbeans, but it seemed to randomly choke on trying to process all the includes -- not sure if it was me or Netbeans, but regardless I've had more success using Eclipse)</div>

<div><br></div><div>I haven't delved as far as using a Makefile to attempt compilation from within Eclipse or anything like that though -- I use Eclipse for the C++ source in an R project, then RStudio to manage the .R files, compilation + building and so forth. If you're on Windows, you'll need Rtools and you'll have to set up all the compilers appropriately.</div>
<div><br></div><div>-Kevin</div><div><br>
<div class="gmail_quote">On Mon, Jan 7, 2013 at 8:28 AM, Lincoln Xu <span dir="ltr"><<a href="mailto:lincolnxufam4@gmail.com" target="_blank">lincolnxufam4@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi, Rcpp experts,<br><br>While I am very impressed by the power of Rcpp described by a nice 
introduction in your website. It seems to me that it is not easy to set 
up an IDE for developing C++ using Rcpp in window. As stated in FAQ, 
there is NOT A CHANGE to use VS with Rcpp and R. I wonder if <span style="color:rgb(0,0,153)"><span>you
 could kindly point me to some online resource of workable IDE in window
 OS for the devel purpose ( I mean it can compile C++ code and debug the
 C++ code running from R.</span></span><br>
<br>I am also very puzzled by the statement that  there is NOT A CHANGE 
to use VS with Rcpp and R in FAQ. If I understand correctly, original 
Rcpp written by<br>by Dominick Samperi was indeed working with VS. So 
what new technique deployed prevents Rcpp and R to works with VS. If all
 possible, could you please provide information for my education.<br>
<br>Regards,<br><br>Lincoln<br>
<br>_______________________________________________<br>
Rcpp-devel mailing list<br>
<a href="mailto:Rcpp-devel@lists.r-forge.r-project.org" target="_blank">Rcpp-devel@lists.r-forge.r-project.org</a><br>
<a href="https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel" target="_blank">https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel</a><br></blockquote></div><br></div>