I tried two examples and they give me the same problem.
int main(int argc, char *argv[])
{
qDebug() << "//------- before R instance";
RInside R(argc, argv); // create an embedded R instance
qDebug() << "//------- after R instance";
Application output:
Starting C:\Users\Alfonso\Desktop\Alf-15\RInside\inst\examples\build-qtdensity-Desktop_Qt_5_4_1_MinGW_32bit-Release\release\qtdensity.exe...
//------- before R instance
The program has unexpectedly finished.
C:\Users\Alfonso\Desktop\Alf-15\RInside\inst\examples\build-qtdensity-Desktop_Qt_5_4_1_MinGW_32bit-Release\release\qtdensity.exe crashed
Any ideas? (I work on Windows 7 and I have Qt 5.4.1 MinGW 32bit, R 3.1.3 and RInside 0.2.13) Thanks.