Re: [R] Example of Calling a DLL

2015-02-20 Thread Jeff Newmiller
This is off-topic here (read the posting guide). You would probably proceed most effectively by studying how GCC interacts with VS object code, e.g. [1], and studying the Writing R Extensions manual. [1] http://stackoverflow.com/questions/8683046/compatibility-of-dll-a-lib-def-between-visualstu

[R] Example of Calling a DLL

2015-02-20 Thread Alex Restrepo
All, I'm a newbie to R and am interested in seeing a simple example of calling a 3rd party Visual Studio generated DLL from RStudio. Does anyone have a simple example which also walks through the preliminary steps of setting up the INCLUDE path and the library path to either a DLL or LIB file