Skip to content

[Rcpp-devel] Problem with exceptions from standalone functions (Windows only)

2 messages · QRD, Dirk Eddelbuettel

QRD
#
Hi Romain,
I don't have SVN access through the firewall here, but I replaced my
installed

    Module_generated_CppFunction.h

file with your new version (available via the web SVN-browsing
interface).  The cut-down example I sent to the list now works
correctly, as does my original case.  Thanks!

Ben.
#
On 19 June 2013 at 09:09, QRD wrote:
| Hi Romain,
| 
| > > I've just had some trouble, on Windows with Rtools-3.0, throwing
| > > exceptions from within a standalone function belonging to a module
| >
| > I have commited adding BEGIN_RCPP and END_RCPP.
| > Could you have a go at testing it on Windows.
| 
| I don't have SVN access through the firewall here, but I replaced my
| installed
| 
|     Module_generated_CppFunction.h
| 
| file with your new version (available via the web SVN-browsing
| interface).  The cut-down example I sent to the list now works
| correctly, as does my original case.  Thanks!

Thanks for reporting back, and of course for the patch!

Dirk