Re: NTFS driver (was: ReactOS GPL vs. proprietary drivers)

2003-10-23 Thread Szakacsits Szabolcs
Jakob Eriksson wrote: > Nevertheless, I too wonder what ntfsresize -i /device would do on a > Longhorn... is the command "ntfsresize" still there BTW? Hmmm, ntfsresize is an open source Linux util what I wrote over a year ago and today used by several distros to non-destructively resize NTFS saf

Re: wine/include setupapi.h

2003-10-23 Thread Dimitrie O. Paun
On October 21, 2003 11:07 pm, Alexandre Julliard wrote: > Patch: > http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9836 We've changed the cvsroot, and it reared it's ugly head. Can we either (1) create a symlink

Regression patch found - now what?

2003-10-23 Thread Shachar
Hi all, I have identified that the commit at http://www.winehq.org/hypermail/wine-cvs/2003/09/0204.html is causing a regression to my application. This is the same application that kept generating the sigsegv and catching it not so long ago (http://www.winehq.org/hypermail/wine-devel/2003/10/0

Re: Regression patch found - now what?

2003-10-23 Thread Mike Hearn
Alexandre switched off instruction emulation for some stuff to see how many programs broke. I think he said he'd put it back at some point soon. On Thu, 2003-10-23 at 13:49, Shachar wrote: > Hi all, > > I have identified that the commit at > http://www.winehq.org/hypermail/wine-cvs/2003/09/0204.

Re: Regression patch found - now what?

2003-10-23 Thread Shachar Shemesh
Well, Microsoft's "Picture It! 9" on Windows 98 broke. Any idea how I turn this back on for my own copy of Wine? Shachar Mike Hearn wrote: Alexandre switched off instruction emulation for some stuff to see how many programs broke. I think he said he'd put it back at some point soon. On

printing broke?

2003-10-23 Thread Kevin DeKorte
All, I have a question about cups printing. I have had wine apps be able to print in the past, but after a recent reinstall of wine I can't seem to print anymore. I can print from Linux just fine and Wine sees my cups printers. But when I try to print from Notepad it does nothing and when I try

Re: winetests: new addition

2003-10-23 Thread Rolf Kalbermatter
Message: 1 Date: Wed, 22 Oct 2003 10:10:58 +0200 From: Jakob Eriksson <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] CC: Ferenc Wagner <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: winetests: new addition >My thought exactly. I also tried to write a recursive delete using >plain Win32 but faile

(vstserver/winelib) What happened to pthread_create and pthread_join?

2003-10-23 Thread Kjetil S. Matheussen
Hi, I when trying to use vstserver with the latest cvs-version of wine (23.10.2003), wine cant load the winelib program because pthread_create and pthread_join functions are missing. Of course, I do solve this problem just by linking with the glibc pthread library. But, what has happened? When re

Re: Winesetuptk 0.7 rc1

2003-10-23 Thread Paul Kopacz
On Wed, 2003-10-22 at 21:37, Ivan Leo Murray-Smith wrote: > Hi list, > The rc1 of winesetuptk 0.7 is at > http://www003.portalis.it/115/download/prerelease/winesetuptk0.7rc1.tar.bz2 > This version is up to date with wine current, there are a few interesting > changes, for example you can find the a

Re: Winesetuptk 0.7 rc1

2003-10-23 Thread Vincent Béron
Le jeu 23/10/2003 à 10:49, Paul Kopacz a écrit : > On Wed, 2003-10-22 at 21:37, Ivan Leo Murray-Smith wrote: > > Hi list, > > The rc1 of winesetuptk 0.7 is at > > http://www003.portalis.it/115/download/prerelease/winesetuptk0.7rc1.tar.bz2 > > This version is up to date with wine current, there are

Instant crash with wine 20031016 - regression?

2003-10-23 Thread Thomas Mertes
Hello After compiling and installing Wine 20031016 it crashes instantly. Older versions up to 200309011 work without problems. Here is what I did: [EMAIL PROTECTED]:~ > wine Speicherzugriffsfehler <--- Translation: Memory access error [EMAIL PROTECTED]:~ > gd

Re: winetests: new addition

2003-10-23 Thread Jakob Eriksson
Rolf Kalbermatter wrote: You mean something like this: (Stolen shamelessly and a little modified fror SHELL_DeleteDirectory in shlfileop.c) #define IsDotDir(x) ((x[0] == '.') && ((x[1] == 0) || ((x[1] == '.') && (x[2] == 0 static BOOL removeDir(LPCSTR dir) { BOOL ret = TRUE; HANDLE hFi

Re: Regression patch found - now what?

2003-10-23 Thread Shachar Shemesh
Dmitry Timoshkov wrote: "Shachar Shemesh" <[EMAIL PROTECTED]> wrote: Well, Microsoft's "Picture It! 9" on Windows 98 broke. Any idea how I turn this back on for my own copy of Wine? Did you try to set windows version to nt40 or win2k? Didn't work. I think I need to install specifical

Re: Regression patch found - now what?

2003-10-23 Thread Dmitry Timoshkov
"Shachar Shemesh" <[EMAIL PROTECTED]> wrote: > Well, Microsoft's "Picture It! 9" on Windows 98 broke. Any idea how I > turn this back on for my own copy of Wine? Did you try to set windows version to nt40 or win2k? -- Dmitry.

getting started with Winelib

2003-10-23 Thread Ralf Juengling
Hi, I just installed wine-20031016. Trying to compile the test drive application as explained in the winelib user's guide 1.3.2, I end up getting the error message below. Any help appreciated, Ralf [EMAIL PROTECTED] winemine]$ ./configure --with-wine=/local checking whether make sets $(MAKE)...

Proposal to resolve the issue of the broken wine-users gateway

2003-10-23 Thread Jeremy White
Hi Folks, Say, Just chatting on IRC today, and ShadowHawk pointed out that a host of other sites (Franks corner, etc) have sprung up almost entirely because there are no user based forums on winehq.org. This is, in part, due to the fact that the gateway between the newsgroup and wine-users is bus

Re: Proposal to resolve the issue of the broken wine-users gateway

2003-10-23 Thread Dimitrie O. Paun
On 23 Oct 2003, Jeremy White wrote: > Further, I think it may be time to recognize that cool looking > forums are what users expect; that mailing lists and newsgroups > are really becoming the 'old' way of doing things. I for one don't think highly of other forms of forums, but this is not the is

Re: Proposal to resolve the issue of the broken wine-users gateway

2003-10-23 Thread Jeremy Newman
On Thu, 2003-10-23 at 16:25, Dimitrie O. Paun wrote: > On 23 Oct 2003, Jeremy White wrote: > > > Further, I think it may be time to recognize that cool looking > > forums are what users expect; that mailing lists and newsgroups > > are really becoming the 'old' way of doing things. > > I for one

Re: Proposal to resolve the issue of the broken wine-users gateway

2003-10-23 Thread Dimitrie O. Paun
On 23 Oct 2003, Jeremy Newman wrote: > The software I mentioned to Jer that we could implement is > Phorum. http://phorum.org/ I've played with it in the past, > and integrating it into the current site is dead easy. Yes, something like this I had in mind, so that people can comment on the story

Re: Proposal to resolve the issue of the broken wine-users gateway

2003-10-23 Thread Jeremy Newman
On Thu, 2003-10-23 at 17:15, Dimitrie O. Paun wrote: > For example, when posting an interview people may > want to ask little questions, etc., stuff that does not > belong on the mailing lists. Exactly, whenever a news post, or new WWN, or Wine version is posted, I can start a new thread in the f

Re: Proposal to resolve the issue of the broken wine-users gateway

2003-10-23 Thread Gregory M. Turner
On Thursday 23 October 2003 05:25 pm, Jeremy Newman wrote: > On Thu, 2003-10-23 at 17:15, Dimitrie O. Paun wrote: > > > > For example, when posting an interview people may > > want to ask little questions, etc., stuff that does not > > belong on the mailing lists. > > Exactly, whenever a news post

re: Proposal to resolve the issue of the broken wine-users gateway

2003-10-23 Thread Dan Kegel
Jer wrote: Say, Just chatting on IRC today, and ShadowHawk pointed out that a host of other sites (Franks corner, etc) have sprung up almost entirely because there are no user based forums on winehq.org. This is, in part, due to the fact that the gateway between the newsgroup and wine-users is bust

Re: wine/include setupapi.h

2003-10-23 Thread Alexandre Julliard
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > We've changed the cvsroot, and it reared it's ugly head. Can we either > (1) create a symlink from /opt/cvs-commit to the new root, and switch > back to the old root Actually the server side is fine, but for some reason I was using the wrong

Re: Translation support (wrc)

2003-10-23 Thread Alexandre Julliard
Vincent Béron <[EMAIL PROTECTED]> writes: > Changelog: > Add support for comparing resources to wrc for translations. That's a clear case of preprocessor abuse... there has to be a better way to do that than with a 100-line macro. -- Alexandre Julliard [EMAIL PROTECTED]