Displaying 20 results from an estimated 4000 matches similar to: "Using wine dll in another native library"
2001 Jun 30
3
winelib runs but wine ok.... Why??
Hi all,
I have a small program (~10k lines) that just uses elementry API (like
SendMessage). It compiles under Borland C++ Builder 5.5.1 (for win exe)
and under g++ with winlib. The problem is that the Builder EXE runs
perfectly with WINE __BUT__ the library built with winlib does not run -
spits out a segmentation faul @ line 400 (whatever that means) and some
Error 139 with nothing else.
All
2005 Jan 14
2
Porting from Linux to Windows
I intend to port an R project from Linux to Windows.
It involves C code that is loaded via dyn.load().
I could manage to produce a 'dll' File using cygwin which seems to be
o.k.
Now, using dyn.load("pcr.dll") i get:
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"c:/cygwin/home/pingu/rt-pcr/pcr.dll":
LoadLibrary
2008 May 18
2
problem build wine lib
This is my first post here, please excuse any incorrect terms etc. I have tried to follow chapter 5 of winelib-guild.pdf, but found winemaker does not correspond to the pdf.
I am using wine version 1.0-rc1. I am trying to call a Linux shared library from an unmodified windows C++ program using a ?C? interface to a DLL. I have built very simple test case that I would like help to compile. Sorry for
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
2014 Jul 02
3
iPXE chain to lpxelinux.0 6.03-pre17 inconsistencies and failures
I believe I'm seeing a bug in lpxelinux.0 6.03-pre17 but I need some
advice on how to isolate and troubleshoot this. (I can't try pre18 at
the moment, but did try 4.07 and 5.10 and saw similar behavior, also
with pxelinux.0, so although I'll give pre18 a try soon, some
isolation/troubleshooting advice will be a good education no matter what.)
To get to our PXE-launched tools from
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
2003 Nov 03
0
dll.so do not use import libraries
I compiled the CVS version (2003-11-03) and all xxx.dll.so files have a
file size that is not in comparison with the native dlls. Ok that is not
the point but they are also 8 times larger that an older version where
the file names where libXxx.so.
After using an older winelib app where I replaced the original winelibs
by the new compiled version I got ld error messages like:
./xyz relocation error
2014 Jul 02
1
iPXE chain to lpxelinux.0 6.03-pre17 inconsistencies and failures
Op 2014-07-01 om 22:55 schreef Gene Cumm:
> On Jul 1, 2014 10:37 PM, "Alexander Perlis" wrote:
> >
> > I believe I'm seeing a bug in lpxelinux.0 6.03-pre17 but I need some
> > advice on how to isolate and troubleshoot this. (I can't try pre18
> > at the moment, but did try 4.07 and 5.10 and saw similar behavior,
> > also with pxelinux.0, so
2008 Mar 18
1
static compile of rsync
I've looked at the last 6 months on the list and did
not find any reference on how to static compile of
rsync. I looked at the ./configure --help with no luck.
I'm on solaris 2.8 using gcc 4.1.1. when I run thru the
process (./configure; make; make install) and run
ldd rsync, I get a list of 10 or so libxxx.so.n. I'm
compiling rsync-3.0.0.
I need to distribute the rsync pgm to 25
2008 Oct 30
9
gdi32.dll error
I am a new wine user. I downloaded the darwin wine implementation for mac OS X ver 1.1.7 (http://www.kronenberg.org/darwine/) and installed on my computer.
I run the wine helper application and tried to open some of the sample applications that came with it. No matter what I try to open from the sample windows application folder that came with the program I get the same error
2004 Oct 19
2
[LLVMdev] Question about MachineFunction Pass
Hi,
I wrote a machinefunction pass to try to see what's going on. Does it mean that it is target machine dependent pass, like x86? However, after compile it, I found there wasnot command option I registered. I used regular way to do it like RegisterOpt <...> X("... ", "... "), but I cannot see the optimized option when I use opt -load ../../lib/Debug/libxxx.so
2012 Nov 10
3
pkg-config
On Fri, Nov 09, 2012, Shao Miller wrote more as:
>
> Does anyone know of a clever, Linux-distribution-independent way to find out
> where MinGW has its lib/ and include/ dirs? Right now, I've hard-coded the
> path for Fedora 17 in the Makefiles.
>
#
# pkg-config
#
CFLAGS=$(shell pkg-config --cflags uuid )
LIBS=$(shell pkg-config --libs uuid )
proofofconcept:
echo PoC
2001 May 22
3
Trouble building Wine-20010510
Hello All !
I trying to build wine on my Redhat 7.1 box.
Compilation stops with the following error messages :
.
.
.
make[1]: Leaving directory `/receive/wine-20010510/tsx11'
make[1]: Entering directory `/receive/wine-20010510/dlls'
make[2]: Entering directory
`/receive/wine-20010510/dlls/ntdll'
LD_LIBRARY_PATH="../../unicode:$LD_LIBRARY_PATH"
2008 Dec 15
1
WineLib and Java Native Interface (JNI) - UNIX
Hi All,
I have implemented a JNI library on window that call the C++ dll APIs.
Now I want my JAVA program is run on the UNIX system.
I have used WineLib to wrapper Window Dlls to the Share Object Lib (so lib) (Using Winedump and Winegcc to build).
The functions in the so lib can work normally with my C main test function.
BUT when I call it from Java. The function can linked BUT it is crashed at
2010 Feb 24
0
Re: Winelib application linking with non-system Windows DLL - ho
Unfortunately not all our documentation is up to date. We try to move more to our wiki and update it there but I'm not sure if there is winegcc stuff there already.
You have roughly two options. The easiest one is to dynamically load the dll using LoadLibrary and load the functions you need using GetProcAddress. Another way is to create a dummy dll against which you can link. You need
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 Aug 11
4
Install Shield
I wanted to install a multimedia encyclopedia in my pc, it used the
usual version of install shield thet dosen't work with wine, but I got a
message
(In italian, the software I was installing is in italian) that can be
translated like this: Some system components must be updated before
performing install. Something was installed, including windows media
player 6.4, and wine crashed. I had a
2002 Jun 11
5
problem installing WINE on Mandrake v8.2 - confirm with textutils
I'm trying to install WINE on my newly installed Mandrake v8.2 system.
The error I receive is "file /usr/bin/expand from install of
wine-cvs-unstripped-061102-1 conflicts with file from package
textutils-2.0.17-7mdk"
Any input would be greatly appreciated.
Thanks,
Josh
2001 May 21
2
Failed Dependency
I have an installation of Redhat 6.0, I am
attempting to install wine from an RPM file,
bit it gives me the following message :
Failed Dependency :
libGL.so.1
1. What does this mean?
2. Where do I get libGL.so.1 from (That will work with Redhat 6.0)?
2008 Jul 24
7
Native and Builtin dll
I'm studing wine for my thesis but I've an question: if I can use native dll for an application because are there many builtin dll in usr/lib/wine? I understand for system dll like kernel32.dll, user32.dll etc
Thanks.