similar to: How can I list unregistered routines from loaded DLLs?

Displaying 20 results from an estimated 10000 matches similar to: "How can I list unregistered routines from loaded DLLs?"

2002 Oct 18
2
Help with DLLs
I'm using R version 1.5.1, and Microsoft Developer Studio 97 (yes, I know it's old, but it's expensive to upgrade) on Windows 98. I created the DLL file with the compiler. The name of the file containing the subroutine is leaf.f and the subroutine is named leaf.f. In my R program (which defines a function called leaf), I have x <- .Fortran("leaf",...) where the ...
2009 Jan 23
2
can't load rJava in R 2.8.1 on Windows XP
Dear community, unfortunately I did not manage load the rJava package receiving the following error-message: > library("rJava") Error in inDL(x, as.logical(local), as.logical(now), ...) : kann shared library 'C:/Programme/R/2.8.1/library/rJava/libs/rJava.dll' nicht laden: LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. Error : .onLoad in
2009 Jan 23
2
can't load rJava in R 2.8.1 on Windows XP
Dear community, unfortunately I did not manage load the rJava package receiving the following error-message: > library("rJava") Error in inDL(x, as.logical(local), as.logical(now), ...) : kann shared library 'C:/Programme/R/2.8.1/library/rJava/libs/rJava.dll' nicht laden: LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. Error : .onLoad in
2003 Sep 17
3
Building and loading a DLL on Windows NT
I am trying to build a simple dll with Rcmd SHLIB to link into R. The results of the build are below. From my limited knowledge of building DLLs, it looks like it worked (I didn't get any errors). F:\R\dlls> Rcmd SHLIB add.C making add.d from add.C g++ -IC:/PROGRA~1/R/src/include -Wall -O2 -c add.C -o add.o ar cr add.a *.o ranlib add.a g++ --shared -s -o add.dll add.def add.a
2014 Apr 24
1
Realtime integration: Unregistered clients showing as registered?
Hello all, I've been testing a Kamailio Asterisk Realtime integration, and found a strange situation. My problem is that when using the integration, everything seems ok but Asterisk does not see the clients as registered. Kamailio and the clients report registered clients. Also calls fail. In Asterisk cli sip show peers shows nothing but for example realtime load sipusers name 660 shows the
2007 Dec 11
1
error trying to load biOps under 2.6.1 running XP
I'm running R 2.6.1 on a WXP machine. When I do the following I get an error message. > library(biOps) Error in dyn.load(file, ...) : unable to load shared library 'C:/PROGRA~1/R/R-26~1.1/library/biOps/libs/biOps.dll': LoadLibrary failure: The specified module could not be found. Error: package/namespace load failed for 'biOps' Please help, or comments about what
2007 Jun 12
1
Using dll with Visual Studio Compiler
Hi, I have created a dll in Fortran and used the Visual Studio 2005 Compiler. I've read that certain problems can arise based on the compiler used and that these problems can sometimes cause R not to be able to access everything appropriately, but I've not found how to fix any of these problems. Specifically, after using dyn.load, I know the dll has been loaded because it is listed in
2002 Apr 23
1
Can't load native dll
When I try to load winelib dll I get an error message: "err:module:MODULE_LoadLibraryExA Loading of native DLL <dllname> failed (error 193), check this file." The error message is printed for call: DllHandle = LoadLibrary(DllName); This happens even when I try to load standard Wine dlls, like dlls/msisys.ocx.so Did I miss something obvious? Thanks, Andriy Palamarchuk
2002 Jan 30
2
Error calling Fortran code
Dear R users, I have to use a R function which call a Fortran code: result <- .Fortran("Name", arguments) I have the following error message: R> Error in .Fortran("Name", arguments .... R> C/Fortran function name not in load table Any ideas? I am working on PC with R 1.4.0 (loading from R Binaries, Windows, Base, SetupR.exe installation with all the
2002 Jun 18
1
How can I list the dlls that have been loaded ?
Hi, I'm randomly geting the following message : err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found - library environment problem or version conflict, check your setup. I would know if the dll xx is in memory, how can I do ? ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! Yahoo! Mail :
2005 Sep 21
2
cdecl and stdcall
Hi, I'm trying to load a dynamic link library and it seems to work (is.loaded -> TRUE). When I run the function, which calls the .Fortran subroutine, R crashes! I'v tried the same in S-Plus 2000 and it worked. Therefore I suppose that the dll has been compiled with the stdcall calling convention (and not cdecl). But the problem is that I don't have access to the source code,
2006 Aug 01
2
open DLL in R
I have downloaded a DLL file. I want to look at the contents in the DLL file. How can I do it in R? Thanks, QL --------------------------------- [[alternative HTML version deleted]]
2009 Oct 14
3
RPostgreSQL: unable to load shared library
Hello list, I'm using R 2.9.2 on a WinXP system, and I installed the RPostgreSQL library using the package installer. When trying to load it, I get the following error: > library('RPostgreSQL') Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared library 'C:/PROGRA~1/R/R/library/RPostgreSQL/libs/RPostgreSQL.dll': LoadLibrary failure: The
2000 Dec 18
1
Rwinst.exe problems
I've heard from several users who report no difficulties using the Rwinst.exe installer for the released version of 1.2.0. I've blown away all traces of 1.2.0 on my system and have re-downloaded all 10 zip files and the installer on both my NT and Win2K boxes. The memory-overwrite error persists on both systems, suggesting that there is some incompatibility between the 1.2.0
2004 Apr 30
1
dlls
Hi, I am trying to run an algorithm in a large dataset and want to speed this process up by using C/C++ functions. I have been attempting to create a dll library using Microsoft Visual C++ in Windows and call that using dyn.load("file.dll") but when I use is.loaded("function") I invariably get FALSE. If anybody has done this and could give me more detailed instructions it
2000 Oct 14
1
using DLLs with R
Hi, i tried to build a dll, that i want to use with R, so I wrote the Fortran Code and built the dll with MS Fortran Powerstation. In every subroutine I want to export I wrote a statement like this: interface !ms$attributes dllexport :: abc !ms$attributes alias:'abc' :: abc end interface abc is the name of the subroutine i want to export. Then i compiled the file using:
2005 Jan 18
2
Is an unregistered phone busy?
Asterisk seems to regard an unregistered phone to be busy. Is that correct? Is not an unregistered phone unavailable? It is odd to me that if someone dials an unregistered extension, then the dialplan jumps to busy and voicemail kicks in saying that the person is on the phone, when clearly they can't be if the phone hasn't registered. Any way around this?
2009 Jul 15
0
Fwd: DLLs
Thanks for your help with this problem about dynamic linked libraries. I thought I had it solved, but apparently not. Below is a small piece of Pascal code that I compile into a library. When I load the library using dyn.load R becomes very unstable. The Mac GUI crashes in all kinds of situations --even moving a window can sometimes crash it. Running from the command line (I thought the
2004 Nov 25
0
Problem with IAX2 Unregistered in the chan_iax2.c and data_pgsql.c file
Hi everyone, IAX2 softphone is not working with the “Unregistered” part in the asterisk (chan_iax2.c and data_pgsql.c) But with the Xlite softphone the unregistered worked properly and ast_data properly updated the IP address and port number in the database. I have seen some codes in the chan_iax2.c file: “ast_verbose(VERBOSE_PREFIX_3 "Unregistered '%s' (%s)\n", p->name,
2005 Oct 26
1
Borland C++ and [R] dyn.load() for windows
Hi, I compiled a C program file on Borland C++ 5.5 compiler to get one dll output (as instructed in the file readme.package). The C program file is just the example on page 31 of "writing R extensions": void convolve(double *a, int *na, double *b, int *nb, double *ab) { int i, j, nab = *na + *nb - 1; for(i = 0; i < nab; i++) ab[i] = 0.0; for(i = 0; i < *na; i++) for(j = 0; j