similar to: DLL loading

Displaying 20 results from an estimated 30000 matches similar to: "DLL loading"

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
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
2001 Aug 14
2
fixup_imports No implementation for NTDLL.DLL
Hi, I am a newbie and I have installed Wine release 20000909 on a machine running Mandrake7.2 and win2000. The DefaultLoadOrder for the DLLs are builtin, so, native & elfdll. LD_LIBRARY_PATH and EXTRA_LD_LIBRARY_PATH points to the directory containing the lib*.so files. I encontered the following errors while running a place & route tool.
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
2006 Sep 28
4
PowerDVD 4.0: unimplemented function MFC42.DLL.6467 called in 32-bit code
I was able to install PowerDVD 4.0 by overriding mfc42.dll. So I could close bug 6067. Trying to run it I get: Unhandled exception: unimplemented function MFC42.DLL.6467 called in 32-bit code (0x7bc37f38). What should I do with this info? Open somewhere a bug? Is it a non-Wine bug? Googling for it gives that some other people had problems with it (see
2003 Mar 07
3
DLL not loading, msjava.dll, Encyclopedia Britannica
Hi, excuse me if my problem is something obvious, but I'm lost and couldn't find any useful information (is there a search function for the list archive?). Im new to Wine (and only recently switched to Linux). Problem: I'm trying to run the Britannica Encyclopedia 2000 (BCD2000), but when I start it I get the error message (in a popup window) "Unable to start the application
2002 Aug 14
2
Linux C++ program using 3rd-party DLL?
Hi, I'm working with a spectrometer at an research institute but they only have windows 16-bit dll to control the sprectrometer. The dll is documented. My question is: Can I write a linux c++ program that uses this dll with wine? On the wine webpage it says "Optional use of external vendor DLLs" but how do I do it? On a first glance I have also not found any hints on that in
2002 Mar 27
2
dll issues
Hi all, Firstly, I wanted to say thanks to all of the developers that have spent so much time creating wine. I have a few questions though, my soon-to-be-father-in-law has requested that I erase windows on his computer and put linux on. That's all well in good, I've had quite a few years experience with linux. However, he does have a few windows programs for which there is no free
2003 Oct 03
2
Can't build wine on Red Hat Fedora
Hi! I get this error when I'm trying to compile wine 0911 release on Red Hat Fedora (with gcc-3.3.1-5) using the tools/wineinstall script. Can someone please tell what is wrong? I could't compile last month's wine either. There was a segfault at the end of the installation process, when it reached some "wine registry". make[2]: Entering directory
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 Apr 04
5
Usefull dll overrides
I've been trying to get a game running that is sooo close, but just not there, and I see from the Office 2007 thread that other people are pretty much shooting in the dark about which dll overrides are useful for different things too. I was wondering if we could gather the different overrides that work for different apps and put them in one place, maybe make it sticky? Maybe we need one
2001 Sep 25
3
[Newbie] getting up to speed
I've just started looking into using Ogg Vorbis for our streaming audio needs. We're doing games for MacOS, OS X and Win32. So far, after wading through the docs and sample code, I think I have a reasonably solid idea of how it all works. Now some questions: - currently my code is architected with a separate audio thread responsible for decoding chunks of compressed audio on demand
2012 Jun 24
2
Win 64 package build - ERROR: loading failed for 'x64'
I have developed an R package that works under Win32, but when I attempt to build it on Win64, I get ERROR: loading failed for 'x64' More precisely, I developed and tested the package under Win32 and it works. But when I move to a 64 bit Windows 7 (Home Premium) system, and attempt to build both 32 bit and 64 bit packages, the 32 bit package seems to build, but the 64 bit build
2004 Dec 24
0
[LLVMdev] A first!
The interpreter still resolves printf using a hack. It does try to use DynamicLibrary to find it, but fails. DynamicLibrary on Windows only searches the main program executable for symbols, lli.exe in this case. As the C/C++ runtime is in a DLL, it won't find printf in lli.exe. It ought to then search the runtime DLL, the name of which depends on how the binaries are built, but it
2003 Nov 16
1
win32 SDK call for help
Ok, so I've taken hold of this, and since this appears to be the only thing holding up 1.0.1, I have done what I think closes the loop...Based on the conversations here on the list I have made the following changes to the vc6 project files : - consistent runtime linking. They are ALL now using the Multithreaded static runtime. Hopefully this makes the generated DLLs the most portable. -
2001 Nov 21
1
advapi32.dll
Hello, Have solved all my problems with WINE, but one, which seems harder ;-) I have to run a little proggie "filesign.exe", and the lil bastartd relies heavily on advapi32.dll crypto stuff, (CryptAcquireContextA(), for example). From what I read on the code (dlls/advapi32/crypt.c), most of this functions are stubs, so no luck (it crashes all over with the return FALSEs) So, I tried
2002 Jan 03
2
Unable to compile wine CVS version
Hi, trying to compile CVS wine version after updating today reports these messages : make[3]: Entre dans le r?pertoire `/home/wine/graphics/x11drv' make[3]: *** Pas de r?gle pour fabriquer la cible `../../include/bitmaps/obm_lfarrowi', n?cessaire pour `oembitmap.o'. Arr?t. make[3]: Quitte le r?pertoire `/home/wine/graphics/x11drv' make[2]: *** [../../graphics/x11drv/x11drv.o]
2010 Dec 21
1
adobe cs5 + System 32 .Dll for increased compatability
Heya I made 2 torrents one is to paste in the virtual c drive, it has all the windows xp .dlls so copy all the files (one in folders will have to be done by opening folder and copying into the folder now copy and paste system 32 folder) it should increase compatability: http://extratorrent.com/torrent/2346325/System+32+.Dlls.html Please Seed CS5 .DLLs needed to run adobe Cs5:
2005 May 04
1
DLL modules with other dependent libraries
Hi all, In R for Windows, is there a preferred way to handle R extensions that provide native code that depend upon one or more third party DLLs? If I put those DLLs in the library/MODULE/libs it doesn't find them. In other words, my MODULE.dll has other DLLs it uses, but they aren't standard and it would be unlikely to find them in the system path. Thanks for any suggestions!
2008 Dec 16
1
question related to DLL reuse via Wine
Hi newbie to Wine but have read FAQs and could not find a clear answer to my doubt so here goes - I am looking to re-use some windows dlls in linux. Assume that these dlls are used via svchost.exe in MS environment to provide a service. My questions are 1.) Can such a setup be migrated to run under Wine? 2.) If above is true then is it subsequently possible to write a set of Linux binaries