search for: __dllspec

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

Did you mean: __declspec
2001 Apr 07
2
silent extern error (PR#898)
...f these two should be reversed. Its never a problem because builds aren't done against C++ compilers, but its still an error (just a low priority one). also, you could change that to #ifdef __cplusplus extern "C" { #endif #ifdef __MAIN__ #define extern #elif _MSC_VER #define extern __dllspec(dllimport) #endif with the corresponding change to the #undef region. This would allow people to develop for R using MSVC++ more easily. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Sen...