similar to: windows dlls

Displaying 20 results from an estimated 20000 matches similar to: "windows dlls"

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
2008 Nov 21
2
Question about submitted a bug using native DLLs
Hello, I'm trying to play a game (Star Wars: Rebellion) and it mostly works except for the tactical battle mode. There have been workarounds suggested on the appdb page (http://appdb.winehq.org/objectManager.php?sClass=version&iId=181&iTestingId=33818), which include getting a native d3drm.dll, which I did. This and one other native DLL (d3dxof.dll) reduced the number of errors and
2010 Aug 04
2
Setting All DLLs to Builtin, then Native
Is there a terminal command that can be used in a Bash script that will reset the loading of all DLLs to "builtin, then native" and vice-versa? I've looked at WINEDLLOVERRIDES but the instructions for it do not explain whether wildcards or some "all" like command can be used.
2005 Jan 01
4
dlls - still a newbie
I'm very confused as usual. I have an NTFS/Linux dual boot. I usually run from kde. If I understand correctly, wine, when it runs a program will 1. see it ask for a function in a dll 2. check up in the config file for that dll and note if native or built-in or nothing has been noted. 3. from there, it will either use built-in, or native file in the order written. So, if I install and app,
2008 Jun 22
2
Wine won't load native DLLs
Hi all I signed myself up as the appdb maintainer to TaxCalc about a year ago so I thought it about time I did something to try and get it to work. I know it does not work 'out of the box' so I was trying to use a few DLL overrides to pin down which native Wine libraries were causing difficulties (and so I can give some guidance on appdb). I have addeed taxcalc.exe in wine configuration
2011 Jun 13
3
Detecting development environment
Hi all, Is there a straight-forward, cross-platform way of determining if a user has all the tools needed to develop R packages (i.e. gcc etc)? It doesn't need to be 100%, but should give a rough idea. One idea I had was simply to see if system("R CMD install --help") worked. Hadley -- Assistant Professor / Dobelman Family Junior Chair Department of Statistics / Rice University
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.
2008 Nov 19
3
Using third-party dlls
I am in the process of trying to port a Windows library to Linux (maybe also to Mac, but let's not get ahead of ourselves). The existing library is essentially a facade layer to a number of third-party dlls (mostly COM-based, although one is .NET-based) over which I have no control. These third-party dlls have no UI of their own. Their purpose is to allow access to proprietary data formats.
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.
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
2009 Apr 28
1
Updating Wine and using native DLLs
Hey, I just have the two questions from the subject. I'd like to keep wine updated to latest version (even if not the stable), how can I do it? Second, I would like to use the native DLLs from my windows copy, is there an instructive on how to replace wine's with those? I'd like to test if some games that do not work currently will work with native dlls. Thank you in advance.
2005 Oct 03
1
Benefits from using original Windows DLLs?
Hello, I still own MS Windows NT 4 Workstation and Windows95 both on CD. According to the FAQ Windows can't be installed using Wine, but the DLLs could be extracted and used with Wine. Is there much benefit from doing this? I guess the DLLs could be copied to ~/.wine/drive_c/windows/system right? If it makes sense, what is best to used, Win95 or Win NT4? Is this procedure legally
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
2010 Jun 29
2
RPostgreSQL - Unable to locate required modules/DLLs on WinXP/7
Dear list users, The problem occurs when library(RPostgreSQL) is issued on R. This issue has previously appeared on R mailing list without any robust solution. The error message issued by R: Loading required package: RPostgreSQL Loading required package: DBI Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared library
2001 Nov 29
1
System DLLs
Are there "builtin" wine implementations of common Windoze DLLs (ntdll, kernal32, comdlg32, winsock etc) and if so, where do they reside? I am trying to get my own application to run using wine (without a recompile) and it continues to ask me for common windows dlls. I would like to try to get my application running without having to copy over all of the relevant windows dlls as I am
2006 May 25
1
Win2k Dlls & iTunes
Hi! I'm sorry if this has been posted before, but I'm new here. I copied all of the dlls and exes from a new win2k c:/windows/system32 to ~/.wine/dosdevices/c:/windows/system32, and I set winecfg to use all native dlls (except kernel32, user32, gdi32, and ntdll). When I try to install iTunes (6.0.4 I think), it says that I need to be that administrator. It doesn't do that without
2009 May 03
2
Which native dlls can make change to program graphics?
Hello again. Today I would like to ask if anybody knows... which dlls, that we can safely override CAN make ANY changes to graphical output? In other words, which native dlls should I test (any?) with apps that have graphical corruption ? to (hopefully) get rid of this corruption? Thanks in advance (again ;] ) -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Dec 09
2
replacing builtin library files with native dlls
Hi, I want to replace some of the builtin libraries of Wine with native ones to improve performance in some games. The wine documentation refers to a '~/.wine/config' that doesn't exist. From what I've gathered from this mailing list, I should simply move the native dlls I want into the fake c drive (.wine/drive_c/windows) and Wine will use them instead. Is this right or am I
2001 Feb 01
1
Need advice on which native dlls to try
Hi Folks! I'm completely new to wine, so please be gentle with me! I am trying to run Curious Labs' Poser4 under Tuesday's CVS snapshot on RedHat 6.2 without any native DLLs so far. All I get is one of those famous 'Critical section 0x... wait timed out' errors. Conventional knowledge says try some native DLLs - but which ones? Here is a list of DLLs and modules loaded:
2010 Aug 25
2
how to overwrite DLLs?
Moin, I can define the load order for specific applications using winecfg. But what is the propper way to copy these DLLs from a 'real' windows box? Just owerwrite the wine-ddl in windows/system32/ ? But isn't this the 'build in' DLL, that should be used for applications with load order 'Build in'? Sorry I am confused. -- |Michael Renner E-mail: