similar to: Using third-party dlls

Displaying 20 results from an estimated 20000 matches similar to: "Using third-party dlls"

2008 Jul 19
1
GetModuleFileName in winelib DLLs
Hi, I have the following problem - when I compile a DLL using winegcc and call GetModuleFileName on it I get a name in "c:\windows\system", regardless of the DLLs actual location. I have googled for it, and found this thread http://www.winehq.org/pipermail/wine-devel/2003-December/023224.html which says that this behavior is needed for built-in DLLs. My problem is that I'm
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
2007 Jul 31
2
using win32 DLLs in Linux
Hello, I have a win32 DLL library, which I can't decompile, and can't get it's source code, but which I'd like to use in my Linux program. I wondered about making a win32<->Linux interface to use this library, using ready-to-use wine libraries. Is it possible, using wine libraries, to have access to functions from this DLL? If yes, can you tell me how? Thank you in
2011 May 18
6
windows native dlls
I've read that to get some apps working I could try coping files from native win to wine dir. It was said that some dlls do not work. I remember there was gdiplus, user32, kernel, and directx. I would like to know if there is exact list of dlls that are not going to work with wine. Or if there's script to copy dlls from native win install to wine dir.
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
2011 Jun 21
2
Using winemaker / building wine DLLs
Hi. I'm not sure if this is the correct place for this question, or if the wine-devel list is more appropriate; please let me know if I should ask over there. I'm trying to build, using winemaker/winegcc/etc, a DLL for use with a Windows binary. This is a somewhat unusual case, in that this library is actually explicitly being written for a Windows binary that will run in Linux (I'm
2009 Mar 29
2
about overriding dlls
I am checking an old bug http://bugs.winehq.org/show_bug.cgi?id=9637 which happens to affect several games. Before arriving to the bug in question, one has to workaround another bug relate to shdocvw.dll. It is recommended to override a set of libraries which I believe should be put in system32. However, at least some of the dlls are already there. Are these the wine builtins or rather proxies as
2011 Jun 12
7
installation of Office 2007 under Arch x86_64 fails
Running x86_64 with multilib enabled and am unable to install office 2007 to a fresh wineprefix. Code: $ export WINEPREFIX=/home/facade/.wineprefix/office $ wine /media/dvd/setup.exe wine: created the configuration directory '/home/facade/.wineprefix/office' err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: cannot open shared object
2012 Mar 01
7
Missing .DLL
I am trying to run a .exe from a C++ program i found online and wine tells me that I am missing 2 .dll files which i then download and throw into the folder with the .exe. I then get the error err:ole:CoGetClassObject class {102225e5-ea25-11d3-886e-00105a154a4d} not registered err:ole:CoGetClassObject class {102225e5-ea25-11d3-886e-00105a154a4d} not registered err:ole:CoGetClassObject no class
2004 Dec 31
5
School Software with WINE
Hello, The network administrators for the school I work for have recent left and also left the network in a rather large mess. There are files such as pictures being stored in random folders on random computers all around the network leaving valuable data vulnerable. I'm hoping to move over from the older windows system to a new linux based thin client configuration with ltsp. So far I am
2001 Feb 08
2
Installling more than one wine version (fwd)
On Thu, 8 Feb 2001, Rick Moulton wrote: > It seems that Corel Office 2000 for linux will not run on any version of > wine later that the 1022999 ver.. Seems Any newer version causes an > "ERROR no 6 and stuff about not being able to find "wordperfect" or > quattropro executuables, and also saying it is a wine error. > My question, is there a way to install
2006 Feb 08
10
Writing activex controls and dlls in ruby.
Is it possible to write activex controls and windows DLLs in ruby? I would like to have some of my logic be usable from VB (don''t ask why). Thanks.
2003 Aug 19
1
Problems building dlls for use with winelib
Hi, I am currently having trouble building the DLLs of an application ported from Win32 to Winelib - compiling, thanks to some hints from Dimi O. Paun, now works fine, only(?) the final linking step fails. Since Winelib-documentation is unfortunately pretty outdated, I tried to orientate myself on the makefiles of the Winelib dlls in the cvs /wine/dlls/ directory. I tried the following
2007 Mar 19
1
Duke Nukem MP
Hi, I tried to install Duke Nukem Manhattan Project (which should just run fine according to wine's appdb and frank's corner) but while loading the msi-installer wine gets stuck and prints out these messages: fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
2006 Jun 01
2
Hiding an attribute
I am using a smallint database column to store several boolean flags. The flags are accessible thru facade column accessors. I''d like to hide the database column so all access is thru the facade accessors. How do I do it? TIA, Jeffrey
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
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 Oct 27
4
Generating 1.2rc1 DLLs with MSVC 2005
Dear all, In the download section of the Speex web site, you can find the Windows DLLs until the 1.2beta2 version, but for the newest version 1.2rc1 there aren?t any available. Therefore, I?m trying to generate the Windows DLLs for the 1.2rc1 version using the MSVC 2005 project files available in the source code. After a lot of problems, finally I have generated the DLLs. However there is a
2007 Mar 19
2
Install all Windows XP DLLs
I need to know is there some utility I can use to install all my Windows XP DLLs on my Wine install? I have a legal copy of Windows XP I never use, so I might as well add all the native DLLs to my Wine install, thus insuring all my Windows apps will always work, no need for the reverse engineered Wine DLLs to run my Windows applications.
2006 Aug 19
5
Form helpers don''t work with facade columns?
Hello all, I''ve been trying to use a facade column but I notice that the form helpers don''t seem to respect the facade. In the following example I''m trying to story the prices as Integer values but present them to the user as decimals. class Product < ActiveRecord::Base def price=(new_price) write_attribute(:price, Float(new_price)*100) end def price