Resolving winelib dll dependencies

2002-11-09 Thread Nix N. Nix
I have an application that consists of a single DLL and the EXE. I have the sources required for the DLL in one directory and I have used winemaker --dll to create the infrastructure for building the winelib dll. It worked. So, now, I have "nix_ctls.dll.so". My problem is that I cannot, for som

Re: warcraft 3

2002-07-09 Thread Nix N. Nix
On Mon, 2002-07-08 at 13:54, Jesse Allen wrote: > Hi, > > Here's how to get Warcraft 3 running under wine: > > 1. Use the latest wine cvs. Only that will work. > > 2. Mount the CD, and run install.exe on the CD with the winver set to > win98 under config. (even though 95/98 are exactly the

Re: Small Fix

2002-06-26 Thread Nix N. Nix
On Wed, 2002-06-26 at 16:04, Nix N. Nix wrote: > ChangeLog: > > dlls/shell32/dialogs.c:FillList: > Removed a MessageBox > This MessageBox would pop up if a RunMRU list was not found. Instead, > it should /silently/ start a new MRUList. > > dlls/shell32/dialogs.c:Ru

Re: Autocad slow startup

2002-06-26 Thread Nix N. Nix
On Wed, 2002-06-26 at 18:17, Max wrote: > I just updated wine from cvs (today 27 june); AutoCAD cad program, that ran > well before now needs some 5 minutes to start > There's no disk activity, nor some hidden process, as TOP reveals. > It just hangs for some 5 minutes (on a P4 2 Ghz...), the

Re: dlls/shell32/dialogs.c:RunFileDlg - implemented

2002-06-06 Thread Nix N. Nix
On Thu, 2002-06-06 at 11:20, Nix N. Nix wrote: > On Thu, 2002-06-06 at 09:14, Mike McCormack wrote: > > > > You'd better use cvs diff -u (you can add diff -u to your ~/.cvsrc so as > > not to forget). > > > > You should just submit the changelog entries

Making a patch

2002-06-05 Thread Nix N. Nix
I have implemented the RunFileDlg in shell32.dll, but I don't know how to make a patch and submit it to wine-patches. Well, I have a pretty good idea, but I don't want to submit a garbage patch. Can you please help me ? Thanks.