search for: adddll

Displaying 7 results from an estimated 7 matches for "adddll".

2001 May 13
1
Dynamic C Symbols and Embedding Suggestion
...edding apps I'm working on are Windows based so I've not really messed w/ the *NIX embedding stuff) I did a little experiment to see if I could bind my primary executable. Adding the code below to Rdynload.c seemed to work (in the Windows case). You'll note the remarkable resemblance to AddDLL. :-) My test code calls this to set up its function list just after R_ReplDllinit() just before entering the do1-loop--- though perhaps this should be integrated into some part of the setup procedure for embedding apps. DllInfo* R_RegisterEmbeddedExecutable(HINSTANCE handle,char* path) { char* d...
2010 Apr 13
2
.Fortran interface error
Hi all, I'm preparing a package which uses .Fortran to interface a Fortran 95 function. This F95 function simply receives the name of a file from R, opens this file and forwards its content to a F95 module, which, in turn, makes the real computation. The F95 module is a pre-existing one and I'm trying to use it in its actual state. Thus, data transfer between R and this F95 module is
2008 Apr 18
1
swig 1.3.35 & R - is the R wrapper still maintained and of interest?
...so.2 #7 0xb74c3b51 in dlopen@@GLIBC_2.1 () from /lib/i686/cmov/libdl.so.2 #8 0xb7efd036 in loadLibrary (path=0xbfa5650c "/home/sonne/Documents/work/fml/repositories/shogun/trunk/src/features/Features.so", asLocal=1, now=1, search=0x9a81f20 "") at dynload.c:92 #9 0xb7d6efb3 in AddDLL (path=0xbfa5650c "/home/sonne/Documents/work/fml/repositories/shogun/trunk/src/features/Features.so", asLocal=1, now=1, DLLsearchpath=0x9a81f20 "") at Rdynload.c:543 #10 0xb7d6f657 in do_dynload (call=0x9e23998, op=0x9a91e44, args=0xa60d5e0, env=0xa60d650) at Rdynload.c:904 #11...
2000 Apr 17
2
akima core dumps on loading (PR#521)
Full_Name: Massimo santini Version: 1.0.1 OS: Linux Submission from: (NULL) (159.149.147.89) I've just dl the .rpm of R 1.0.1, installed it and then launched insatll.packages("akima") after re-launching R [--vanilla], the command library(akima) has the only effect to coredump the program. Here is the output of gdb and strace... --- GDB (commands given can be seen from the
2013 Apr 02
1
Rpy2 and Mac OS X 10.8.3
...00000104a0816e get_package_CEntry_table + 174 (Rinlinedfuns.h:513) 3 libR.dylib 0x0000000104a0825f R_RegisterCCallable + 31 (Rdynload.c:1391) 4 zoo.so 0x00000001035e5466 R_init_zoo + 70 (init.c:46) 5 libR.dylib 0x0000000101007089 AddDLL + 201 6 libR.dylib 0x000000010100737a do_dynload + 170 7 libR.dylib 0x00000001010a6aab bcEval + 10043 8 ??? 0x00007fff5fbf4bb0 0 + 140734799760304 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rb...
2013 Apr 02
1
Rpy2 and Mac OS X 10.8.3
...00000104a0816e get_package_CEntry_table + 174 (Rinlinedfuns.h:513) 3 libR.dylib 0x0000000104a0825f R_RegisterCCallable + 31 (Rdynload.c:1391) 4 zoo.so 0x00000001035e5466 R_init_zoo + 70 (init.c:46) 5 libR.dylib 0x0000000101007089 AddDLL + 201 6 libR.dylib 0x000000010100737a do_dynload + 170 7 libR.dylib 0x00000001010a6aab bcEval + 10043 8 ??? 0x00007fff5fbf4bb0 0 + 140734799760304 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rb...
2010 Jul 02
0
Wine release 1.2-rc6
...(7): kernel32: Add NERR_UserNotFound to german winerr. urlmon: Partially implement HlinkSimpleNavigateToString. user32/tests: Use if(0) instead of a comment to make sure code still compiles. include: Add some SYSDBG_COMMANDs. winecfg: Remove BS_DEFPUSHBUTTON style for AddDll. urlmon: Implement HlinkSimpleNavigateToMoniker. user32/tests: Test that GetDlgItem does not recurse. Austin English (7): setupapi: Add stubs for SetupDiBuildDriverInfoList and SetupDiDeleteDeviceInfo:. ntoskrnl.exe: Add stub for MmAllocateContiguousMemorySpecifyCache:....