Displaying 20 results from an estimated 40000 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
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
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
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 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
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.
-
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
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
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
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
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
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
2022 Jun 23
2
NUT on Windows revival
Hello all,
After a hectic month in private life, as a byproduct I've got a viable
merger of last released NUT 2.6.5 based Windows-ready codebase (thanks to
the giants active a dozen years ago, on whose shoulders I stood today) and
modern 2.8.x/master, fixing the merge conflicts and build warnings. Some
details were tracked in discussion of
https://github.com/networkupstools/nut/issues/5
2022 Jun 23
2
NUT on Windows revival
Hello all,
After a hectic month in private life, as a byproduct I've got a viable
merger of last released NUT 2.6.5 based Windows-ready codebase (thanks to
the giants active a dozen years ago, on whose shoulders I stood today) and
modern 2.8.x/master, fixing the merge conflicts and build warnings. Some
details were tracked in discussion of
https://github.com/networkupstools/nut/issues/5
2004 Dec 24
2
[LLVMdev] A first!
There's a problem with the license for ltdl.c when building with VC++.
It is under the LGPL, with a special exception:
As a special exception to the GNU Lesser General Public License,
if you distribute this file as part of a program or library that
is built using GNU libtool, you may include it under the same
distribution terms that you use for the rest of that program.
The problem is,
2003 Jun 12
1
redistributing the win32-dlls - commercial license?
hi there,
i'm new to vorbis (this list and the spec) - and i'm pretty new to
audio-programming in general.
i have a question consurning the license of the win32-dlls i get when
downloading the vorbis-win32-sdk:
am i allowed to redistribute these libraries with a commercial program?
i want our application to be able to save .ogg instead of .wav but it's an
application that customers
2001 Mar 12
2
How to debug/fix "err:win32:fixup_imports"
I ran into the following error message :
---snipp---
Call kernel32.495: LoadLibraryA(102951c8 "ctmp3Lib.dll") ret=1025f5ad fs=008f
Call kernel32.922: __wine_register_dll_16(418ff5ac) ret=418bd4f0 fs=008f
Ret kernel32.922: __wine_register_dll_16() retval=418ff5ac ret=418bd4f0 fs=008f
err:win32:fixup_imports No implementation for
NTDLL.dll.3(IoUnregisterDeviceInterface), setting to
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