similar to: Digsby Python25.dll error

Displaying 20 results from an estimated 3000 matches similar to: "Digsby Python25.dll error"

2008 May 06
9
Functions of gdiplus.dll
Problems to run Digsby. In the first window, of login, seems good. After, to open the second window, it disappear. I am new in Wine. Tried to read the log and the only thing apparently wrong is with calls to unimplemented functions of gdiplus.dll, GdipSetClipRect, GdipSaveGraphics and GdipSetClipRegions. Last line in debug: Attribute Error: function 'SHQueryUserNotificationState' not
2009 Jan 23
1
loading RBlas.dll
hi everyone, Im implementing a new RBlas dll but just for optimising sake i need to know how and WHERE (which source code) RBlas gets loaded. there is a call to loadlibrary() in dynload.c BUT it seems this is not the function that is loading Rblas. how do i know this? well i added the code :(just after the loadlibrary() call) /*********************************************/ /*this
2008 Jan 03
3
unimplemented function gdiplus.dll.GdipGetGenericFontFamilySansSerif
I'm trying to install My Siruis Studio (to access a Sirius satellite radio) with Wine 0.9.52 on in Intel iMac running OS X 10.5.1. This application requires MS .NET Framework 1.1, so I tried installing Mono 1.26 instead. This allowed the My Siruis Studio installation to complete, but an attempt to run My Siruis Studio fails immediately with: Call from 0x7b830330 to unimplemented
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
2008 Dec 20
1
How to do indexing after splitting my data-frame?
Hello, after splitting a data-frame I want to access the results. Maybe the problem is, that the factor/index is a string... ...or do I miss knowing details of the index-uasge? Please look and help: ======================================= > weblog <- read_weblog("web.log") > > > str(weblog) 'data.frame': 2247 obs. of 18 variables: $ host : Factor w/ 77
2007 Mar 09
2
rattle()->RData->Explore->GGobi->>libggobi-0.dll--Error
Hello, I am using R-2.4.1 with Rattle() i load Rdata (ttData) which has 2columns and 66 rows When i execute Explore under GGobi for visualization i am facing the problem, ---- libggobi-0.dll not found ---libggobi-0.dll was not found.... reinstalling the application may fix the problem i try install.packages("rggobi") its been installed from CRAN however when i use it from rattle()
2005 Jan 10
3
Installation of XML library can't find libxml2.dll
Sorry to ask a (probably) dumb question, but I am trying to install XML package on Windows XP, R 2.0.1, and I get the error: "This application has failed to start because libxml2.dll was not found. Re-installing the application may fix this problem" > library(XML) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library
2009 May 25
2
cairoDevice.dll error, but it exists..?
Hello, running windows vista, R2.9. Installed the following libraries: (*latticist*, *playwith* and *Cairo*) Wanted then to run, to evaluate the visualization features: >data(iris) >library(latticist) >latticist(iris) However, i tested my desktop and laptop and get the following error after typing latticist(iris): latticist(iris) Loading required package: playwith Loading
2009 Apr 03
1
Problem building DLL under Windows
Apologies if this has appeared before, but I've searched the archives and all the documentation and I can't find anything which helps. I'm trying to build a DLL under windows. The process (more on that later) works fine under Linux and gives the illusion of working under Windows, but attempting to load the resulting DLL using dyn.load results in: Error in inDL(x, as.logical(local),
2009 Jun 08
1
iconv.dll needed in addition to Riconv.dll for package XML to load (PR#13747)
Full_Name: Osiander Meixner Version: 2.9.0 (2009-04-17) OS: Windows Vista Enterprise, 32bit, SP1 Submission from: (NULL) (15.195.185.82) package XML_2.5-1 >library(XML) throws an error window saying: " RGui: RGui.exe - Unable to Locate Component This application has failed to start becuase iconv.dll was not found. Re-installing the application may fix this problem. " RGui then
2002 Feb 12
2
problem with Vorbis DLL's
Hi, I was wondering if anyone out there had any success dynamically loading the Vorbis libraries via LoadLibrary on Win32. I'm able to use things properly by linking in the static libraries, but when I try to load them dynamically (which I really need to do), I get an access violation when calling ov_open. The code looks something like this... typedef int
2009 Dec 14
2
FlexBuilder plugin (JAVA) with native windows dll calling
Hi, I'm developping an Adobe FlexBuilder plugin (it's an Eclipse plugin). This plugin is written in Java. But it use windows dlls that was created for some features of the plugin. And I try to port my plugin on MacOSX. I've one question about wine : - In java I use System.LoadLibrary to load my dlls, does Wine can help me for loading theses dlls under MacOSX? Does wine can map these
2007 Mar 19
1
Using wine dll in another native library
Hi All ! I have some windows-maked dll (xxx.dll for example). I want to use it on my Linux machine in my Java application. For this purpose I wrote a small wrapper around the xxx.dll by using winelib library and make it as libxxx.dll.so. Now I need load this library in my jvm (by using System.loadLibrary("xxx.dll"); ) but when I try to call any function from it I got
2009 Mar 17
1
R freeze when loading dll with dyn.load
Good morning, I am investigating dll import in R under Windows XP. Using examples I found on the internet, I started with a very simple dll, e.g. including only the basic function: void { *x2 = x*x; }sqr(doublex, double*x2) I compiled it as a dll with Eclipse and Cygwin's gcc. It works when I call it with another simple .exe C program, compile with Eclipse and gcc as well. I can do what I
2004 Jun 11
1
dll file missing?
Hi, I am trying to "do" a dyn.load(), but I get the following error... > dyn.load("fileGT.dll") Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "C:/R_Files/fileGT.dll": LoadLibrary failure: The specified module could not be found. It states it can't find the dll but it is in that directory. I have
2000 Dec 11
1
Problem with DLL in Windows NT (PR#763)
Full_Name: Hans Peter Würmli Version: 1.0.0 or latest OS: NT4.0 Submission from: (NULL) (193.134.170.35) I used R for some time and loading a library worked fine. I received a new PC a few days ago and cannot remember whether I had used the program that doesn't work anymore, because library "integrate" cannot be loaded. Since I installed the latest version (1.1.1? the one copying
2000 Dec 11
1
Problem with DLL in Windows NT (PR#763)
Full_Name: Hans Peter Würmli Version: 1.0.0 or latest OS: NT4.0 Submission from: (NULL) (193.134.170.35) I used R for some time and loading a library worked fine. I received a new PC a few days ago and cannot remember whether I had used the program that doesn't work anymore, because library "integrate" cannot be loaded. Since I installed the latest version (1.1.1? the one copying
2006 Aug 03
1
An error while testing Python 2.5 and xapian in Win32
Hi: After a succesful installation of .dll xapian using VS2005 and swigwin-1.3.29, I attempted to do my first tests, however, I had the next problem: .python Python 2.5b2 (r25b2:50512, Jul 11 2006, 10:16:14) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> >>>import sys
2005 Apr 21
1
R 2.1.0 for Windows installation error? atanh not in R.dll?
Could someone please tell me what I did wrong to create this message or what I should do to correct this problem? I downloaded 2.1.0 Windows binary and installed into C:/R/rw2010, using the installer. I ran md5check.exe in C:/R/rw2010/bin/ and got "No errors." The problem is this: When I start up Rgui.exe from its shortcut (target= C:\R\rw2010\bin\Rgui.exe --save -sdi, Start in
2010 May 28
1
Problem loading RGtk2 (iconv.dll)
Hello dear R-help list and Michael Lawrence. I wish to use GTK with R. I installed the newest RGtk2 and GTK from: http://sourceforge.net/projects/gladewin32/files/gtk%2B-win32-devel/2.12.9/gtk-dev-2.12.9-win32-2.exe/download on the path: C:\Program Files\Common Files\GTK\2.0\ And followed the instructions on the installation manual for RGtk2, and added the line: GTK_PATH=C:/Program Files/Common