similar to: Install all Windows XP DLLs

Displaying 20 results from an estimated 10000 matches similar to: "Install all Windows XP DLLs"

2007 Feb 07
3
How to use apps and DLLs from XP partition?
I have a Dell Latitude D600 with Windows XPsp2 on the first partition and Ubuntu Feisty (Linux kernel 2.6.20) with Wine 0.9.30 on the second partition, set up to dual-boot. The XP share is NTFS and mounted read-only for Linux. What I want to do is run my Windows apps from the XP partition under Wine, because I really hate using Windows. A lot of the apps seem to ask for DLLs they can't find.
2002 Jan 28
1
Office XP? Windows XP dlls? mIRClocked up.
I've read through some archives on the users mailing list and found some answers to getting Wine 20020122 going. I didn't have to change much with the default way tools/wineinstall. Here's my questions 1) Does Wine run programs that live in a native Windows XP vfat partition using the native dlls? 2) Does Wine run Office XP, even if it is buggy? 3) Can it run programs such as
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:
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.
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 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
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
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 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
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 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:
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
2012 Mar 11
3
Trace for DLLs needed for applications
For those, who have dual boot system (Win/Lin): Found one interesting program (for Windows) called xptruss (http://dev.depeuter.org/xptruss.php) Checked for viruses and malware: Here is the report (http://r.virscan.org/report/27a526b97f0109ca8103f83cbc78b3a2.html) The program could trace Win API calls and save debugging info into (large) text file. For me I found one useful thing that utility
2011 Aug 06
4
Newbie Question Minimum DLLs or Components Required
What are the minimum DLLs or components required for a win application to have a chance to work? The software I am installing is not a game so I dont need games related dlls or components. Tks for any advice
2001 Jun 23
2
Compiling on FreeBSD bombs at dlls/ntdlls/signal_i386.c
It has been a couple months since I tried compiling from source. I just CVSuped a fresh set of files before building. Here is the error message. ./signal_i386.c: In function `set_vm86_pend': ./signal_i386.c:793: `VIP_MASK' undeclared (first use in this function) ./signal_i386.c:793: (Each undeclared identifier is reported only once ./signal_i386.c:793: for each function it appears
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
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,