search for: dlloveride

Displaying 3 results from an estimated 3 matches for "dlloveride".

Did you mean: dlloverride
2002 Jun 24
1
WinSock & Wsock32
...get the ARS Remedy User win32 based software running. Part way through the install it tell me I need to install "Winsock 2". By this I am assuming it is looking for the 32-bit winsock Dll's, wsock32.dll * ws2_32.dll. I have tried many variations of wsock32, ws2_32 & winsock in the DllOveride section all as "builtin" and I am using the "--debugmsg +loaddll" on the commandline but do not see the .dll being loaded. What the heck am I doing wrong? Why can't I see the winsock dll being loaded via the debugger? Any help is appriciated. /Bob ______________________...
2005 Jan 16
1
Re: Bug#181699: #181699 Re: #181699 wine: vague error message: "dramatically effect" in what way?
What really matters is not whether Wine has a Windows drive and filesystem to sit on top of, but whether or not Wine can use native Windows DLLs instead of its builtin ones. Some DLLs in Wine are so perfect that they can be used in Windows - no benefit will be gained from running an app that uses these natively. Some of Wine's DLLs are buggy or incomplete - using stock native Windows ones
2002 Oct 29
1
Overiding builtin DLL's for Dreamweaver
...ith javascript errors. Wine then core dumps. When I run this from a terminal window I see some errors pop up as it goes along. The Builtin32 module complains that it can't get the builtin dlls (.so) for a couple dll's that are the cause of the javascript errors. I have tried setting the DLLOVERIDE in my config file to tell wine to use the native dll's that I have copied, but wine doesn't want to listen I guess. Is there somewhere else that I can overide which dll's wine uses when running a program?? I have a feeling once I get wine to use the native dll's all will work for...