search for: coderetard

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

2009 Nov 20
0
How do I bundle R with my Win32 Application?
Hi I have managed to link R with my VC++ Project by generating a lib file from R.dll using dumpbin. Reference: http://www.coderetard.com/2009/01/21/generate-a-lib-from-a-dll-with-visual-studio/ My Win32 front end works perfectly with R provided R, my package and the dependencies of my package are installed on the target system. Now I want to bundle R with my application. How do I go about doing this? Simply copying the R files...