Skip to content
Back to formatted view

Raw Message

Message-ID: <CAGHrqz9faFg2Bwe9=0vpZ1ourBhs6da-0HFV2X6-=YpmOMgcoA@mail.gmail.com>
Date: 2018-03-07T14:08:21Z
From: Vitaliy FEOKTISTOV
Subject: [Rcpp-devel] rcpp standalone compiled with intel c++

I'd like to have a standalone version of Rcpp. I compiled it as visual
studio 2017 project with Intel 2018u1 c++ compiler.
I had to switch off Date and Rcpp_init files to be compatible with windows
(without major modifications).
when I tried it on a small exemple NumericVector a; na=a.size() I get an
error at this line of code of Vector.h
inline R_xlen_t size() const {
        return ::Rf_xlength( Storage::get__() ) ;
    }
Exception thrown at 0x000000006C7FE5D0 (R.dll) in Rgui.exe: 0xC0000005:
Access violation reading location 0x000000008000004E
what is the reason of this error ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20180307/18edc3e5/attachment.html>