similar to: dll.so do not use import libraries

Displaying 20 results from an estimated 5000 matches similar to: "dll.so do not use import libraries"

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
2002 Apr 10
0
wine and opengl
I have compiled wine version wine-20020310 on a box with linux kernel 2.4.18 and Nvidia Quadro2 Pro graphics card I run ./configure --enable-opengl and then make depend and make but I can't get the opengl stuff to work! when I look at the libopengl32 calls I get bash-2.05$ ldd dlls/libopengl32.so libx11drv.so => /usr/lib/libx11drv.so (0x40054000) libkernel32.so =>
2002 Feb 26
0
DDE problems
Hi! I started using wine (wine-20020122 compiled from source tarball) a couple of weeks ago to run a store-point-of-sale application. The idea is to port this windows application to linux. Before porting, we decided to check if the app could be emulated on linux with wine or recompiled with winelib. This is also necessary to run proprietary windows DLLs from third parties such as credit card
2001 Nov 19
1
Crash when pressing OK/Cancel in User Preferences - Lotus Notes RNext
Wine version: 20011108 CVS update run this morning Ran the following commands make uninstall make clean /tools/wineinstall Lotus Notes RNext running OK with latest CVS (I was having problems where buttons would not work), however if I go into User Preferences, and then click on either the OK or Cancel button, a crash occurs producing the following in the debugger.... WineDbg starting...
2007 May 09
1
Porting a Win32 application using Winelib...
Hello, I'm currently trying to use Winelib to port a fairly big windows application to Linux. The application consists of quite a lot of DLLs, some of which don't depend on the Win32 API (they can be compiled with gcc). I think I read all available documentation, but I still have a few questions: - is it possible to link a linux binary with "linux" shared libs and
2001 Mar 01
0
Wine Weekly News #84 (2001 Week 09)
please find enclosed the latest WWN issue A+ -- --------------- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle -------------- next part -------------- Wine Weekly News All the News that Fits, we print. Events, progress, and happenings in the
2001 Mar 01
0
Wine Weekly News #84 (2001 Week 09)
please find enclosed the latest WWN issue A+ -- --------------- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle -------------- next part -------------- Wine Weekly News All the News that Fits, we print. Events, progress, and happenings in the
2001 Jun 22
0
Half-Life: Selected Mode is not supported by your card
Hi, following the explainations of the Linux Half-Life Howto I ran into the problem. Since some places are menshioned in the HOWTO, that you should check after this error, I get: root@notch:/home/pwk/wine/wine > ./configure creating cache ./config.cache checking whether make sets ${MAKE}... yes checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the
2001 Jun 19
1
winelib with a dll
Sorry to bug you all, but I want to know if I am trying to do something impossible. I am trying to use winelib to compile an exe that links to a dll, without compiling the dll under winelib (i.e. the equivalent of simply linking in the .lib). I have a win32 DLL project (hw5) that generates a hw5.lib, hw5.dll and hw5.h under M$. I have a win32 gui exe project (hw6) that includes hw5.h, links to
2002 Feb 28
0
failed to load .so lib for builtin user32.dll
Hi, I'm trying to get Half-Life to run under Linux with wine, which is allegedly possible... I'm running debian unstable and don't have a windows partition. I installed wine from cvs from cvs.winehq.com:/home/wine, and ran the ./tools/wineinstall script, following the instructions on the howto here: http://lhl.linuxgames.com/howto/half-life-HOWTO-0.4.1.html I get to the part
2001 Nov 30
1
Wine and Poser 4
I am fairly new to wine and have been attempting to get Metacreation's Poser 4 to run. It installs without error, but never starts up properly when I try to run it. I am running the unstripped binaries dated today (11/30/2001) under Mandrake 8.1. I do not reference my installed windows 98 partition at all in my configuration. I have attempted to get some information from winedbg and have
2015 Aug 13
2
[lld] Alias in COFF short import library.
Hi Rui, I have finished my tool to generate short import libs for mingw-w64. It works fine with lld for actual symbols. But it seems lld segfaults when I try to use and an alias as we discussed before. I have attached 3 import libraries. They all only have 1 import function. libuser32orig.a -> Works fine and only has MessageBoxA libuser32b.a -> the symbol table has MessageBoxB and
2010 Jun 09
2
Help with simple dll wrapper around linux so
Ive recently got metatrader to work on linux uner wine and would now like to see if i can import a dll wrapper so i can use some code i wrote in linux. Im trying something like this (based on http://www.winehq.org/docs/winelib-guide/bindlls) : add.c: Code: int add(int a,int b) { return a+b; } add.h: > int add(int,int); WinAdd.c: WinAdd.c: Code: #include <windef.h> #include
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
2009 May 24
1
directions for porting my own code using 3rd party dll
Hi I have a c++ project Im working on under windows. it uses a 3rd party library (ie, i have headers and dll). mostly for development I'd like to be able to work on it under linux. and i thought that should be easy with wine. but now i read through the Winelib User's Guide and Im somewhat lost. its talking about winemaker and bad cases of filenames, generating makefiles and stuff. Im
2008 Apr 15
9
Winelibs question.....
Forgive my newbness. I'm pretty fresh to Linux, but trying to port some reasonably sizable windows apps that I have written. Certainly my gui apps appear to work directly with wine. I also have stuff that makes more sense to use with winelibs. I've had no significant difficulties setting up and compiling bits an pieces, basically just to get my orientation sorted. One of my apps is an
2002 Nov 12
4
ie6 and wine
Hi, I get the following messages(in the wine-dbg window) when I try to open IE6 and IE6 doesn't open. I have also attached the ~/.wine/conf. Can someone please help me out? TIA, Raja. -------------------------------------------------------------------------------- WineDbg starting... on pid 80678c0 No debug information in 32bit DLL 'Z:\mnt\windows\progra~1\intern~1\iexplore.exe'
2014 Dec 10
2
Debian patches for Xen 4.5.0 (RC3)
Thanks for your work on xen packages, I have some question about 4.5 packages: I saw a debian/rules that disable blktap2 but debian/patches/tools-blktap2-prefix.diff is still present and used in series, if blktap2 is now disable I think is nomore needed. I saw also many other patches about prefix still present but for xen 4.5 time ago I saw a big series of patches about honor tools prefix,
2014 Dec 10
0
Debian patches for Xen 4.5.0 (RC3)
On Wed, 2014-12-10 at 12:47 +0100, Fabio Fantoni wrote: > Thanks for your work on xen packages, I have some question about 4.5 > packages: > I saw a debian/rules that disable blktap2 but > debian/patches/tools-blktap2-prefix.diff is still present and used in > series, if blktap2 is now disable I think is nomore needed. Yes, this can probably go. > I saw also many other patches
2015 Aug 13
2
[lld] Alias in COFF short import library.
> > The header of libuser32b.a says that it defines MessageBoxB and > __imp_MessageBoxB, but the import library file in the archive actually > defines MessageBoxA (not B). So the archive file is broken. You may want to > fix the header and try again. Yes this is how I done the alias. If you consider this invalid then look at libuser32.a The header defines MessageBoxA and