<p>Dirk,</p>
<p>I made some progress. I noticed that the only folder in ...\library\RInside\lib is i386, which explains why, when I set the architecture to x64 in WINFILE.WIN, I get the error "g++.exe: error: /libRInside.a: No such file or directory".</p>

<p>(Are there no x64 versions of libRInside.a and libRInside.dll?)</p>
<p>Assuming that rinside_sample0 is looking for the 32 bit versions of the dll's, I copied R.dll, Rblas.dll, etc. to ...\examples\standard. Now I get the error <br>
"Fatal error: unable to open the base package". I tried copying all the R*.exe's into the current directory, but no luck.</p>
<p>I feel like I am almost there! Any ideas?</p>
<p>Thanks,<br>
Dan</p>
<p>On Mon, Aug 27, 2012 at 8:04 PM, Dan Murphy <<a href="mailto:chiefmurphy@gmail.com">chiefmurphy@gmail.com</a>> wrote:<br>
> Hi Dirk,<br>
> I copied R.dll from the 64 bit folder to the examples\standard folder,<br>
> and that got me beyond the dll complaint. But now I have the more<br>
> innocuous<br>
> "The application was unable to start correctly (0xc000007b)"<br>
> Is that progress?<br>
> Thanks,<br>
> Dan<br>
><br>
> On Mon, Aug 27, 2012 at 7:27 PM, Dirk Eddelbuettel <<a href="mailto:edd@debian.org">edd@debian.org</a>> wrote:<br>
>><br>
>><br>
>> Hi Dan,<br>
>><br>
>> On 27 August 2012 at 18:02, Dan Murphy wrote:<br>
>> | Hello,<br>
>> |<br>
>> | I am getting started with RInside. After making the standard example<br>
>> exe's, I<br>
>> | run rinside_sample0 and get the following System Error:<br>
>> | "The program can't start because R.dll is missing from your computer. "<br>
>><br>
>> That's unfortunatly somewhat standard. See below.<br>
>><br>
>> | Background:<br>
>> |<br>
>> | I installed R-2.15.1 to C:\R and downloaded RInside (and of course Rcpp)<br>
>> | into C:\R\R-2.15.1\library (not a personal library). Then I was able to<br>
>> "make<br>
>> | -f makefile.win" all the examples in<br>
>> C:\R\R-2.15.1\library\RInside\examples\<br>
>> | standard. Since everything compiled "out of the box", I made no changes<br>
>> to<br>
>> | makefile.win.<br>
>> |<br>
>> | I am running R-2.15.1 under Windows 7 64bit. Here is my session info:<br>
>> |<br>
>> | R version 2.15.1 (2012-06-22)<br>
>> | Platform: x86_64-pc-mingw32/x64 (64-bit)<br>
>> |<br>
>> | locale:<br>
>> | [1] LC_COLLATE=English_United States.1252<br>
>> | [2] LC_CTYPE=English_United States.1252<br>
>> | [3] LC_MONETARY=English_United States.1252<br>
>> | [4] LC_NUMERIC=C<br>
>> | [5] LC_TIME=English_United States.1252<br>
>> |<br>
>> | attached base packages:<br>
>> | [1] stats graphics grDevices utils datasets methods base<br>
>> |<br>
>> |<br>
>> | My PATH contains "C:\R\R-2.15.1\bin\x64" (in case that's important).<br>
>><br>
>> That PATH setting is the key.<br>
>><br>
>> You will have to copy whatever dll Windows complains about to<br>
>><br>
>> -- either the current directory (but that gets old quick once you change<br>
>> directories)<br>
>><br>
>> -- another directory in the path<br>
>><br>
>> I think I have opted in the past for a dedicated bin/ directory parallel<br>
>> to<br>
>> Rtools so I would see it easily enough.<br>
>><br>
>> Cheers, Dirk<br>
>><br>
>><br>
>> | Thank you for your help.<br>
>> |<br>
>> | Dan Murphy<br>
>> |<br>
>> | ----------------------------------------------------------------------<br>
>> | _______________________________________________<br>
>> | Rcpp-devel mailing list<br>
>> | <a href="mailto:Rcpp-devel@lists.r-forge.r-project.org">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">https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel</a><br>
>> --<br>
>> Dirk Eddelbuettel | <a href="mailto:edd@debian.org">edd@debian.org</a> | <a href="http://dirk.eddelbuettel.com">http://dirk.eddelbuettel.com</a></p>