Re: [Rcpp-devel] Rcpp_precious_remove again (Windows)

2023-01-21 Thread Dirk Eddelbuettel
On 21 January 2023 at 10:53, Dominick Samperi wrote: | I've attached a version of RInside.cpp with my changes. The | _MSC_VER ifdefs are for Video Studio, which I am using for | debugging. I had some problems with gdb. We would love to take advantage of your hard and diligent work in trying to im

Re: [Rcpp-devel] Rcpp_precious_remove again (Windows)

2023-01-21 Thread Dominick Samperi
There are problems with the R-devel version, but they appear less frequently. What happens is two instances of the program are started instead of one, but there is normally a "dominant" one that hides the fact that there is another instance lurking, so the program seems to behave normally. Occasion