Re: [Rcpp-devel] Boot function for Module when compiling for WIN32 is not exported to DLL

2012-12-20 Thread Dirk Eddelbuettel
Hi Volker, On 20 December 2012 at 19:19, "Volker Steiß" wrote: | Hello, | | first of all: Thanks for creating Rcpp. It is great in interconnecting R | and C++. | | I am currently working on a project written in C++ using the Boost library | and Bjam as build system. C++ code is called from R us

[Rcpp-devel] Boot function for Module when compiling for WIN32 is not exported to DLL

2012-12-20 Thread Volker Steiß
Hello, first of all: Thanks for creating Rcpp. It is great in interconnecting R and C++. I am currently working on a project written in C++ using the Boost library and Bjam as build system. C++ code is called from R using Rcpp. The RCPP_MODULE directive is used to export some classes. Development