search for: d_win64

Displaying 1 result from an estimated 1 matches for "d_win64".

Did you mean: _win64
2018 Mar 01
0
Small program embedding R crashes in 64 bits
.../mingw_64/bin/g++ -o ./64.exe ./testr.o -LP:/R/R-3.4.3/bin/x64 -lR -lRgraphapp Fails like this: C:\test> 64.exe > b <- 1 > b [1] 1 > a Error: object 'a' not found <Program crashes with 0xC0000028 error, no prompt displayed> I've tried lots of -std= flags, -DWIN64 -D_WIN64 and lots of other defines I could find or think of but with no luck. What is missing? Thanks, William.