Winesetuptk 0.7 rc1

2003-10-22 Thread Ivan Leo Murray-Smith
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 about box without reading the source, for details see the changelog.

Re: Which WINE for Vector Linux 3.2 SOHO?

2003-10-22 Thread Ivan Leo Murray-Smith
>The slackware packages on the sf.net site without the S9 postfix should >be built for the previous version of gcc. I suppose you mean the old glibc. Anyway I can't see anything without S9 in the name.

Winelib-Build: undefined versioned symbol name

2003-10-22 Thread Martin Troester
Hi, I am currently trying to move my application porting environment from Debian unstable to Red Hat 9. I thought this would not be a problem, but I get unexpected linking errors (see below). I copied the sources (that compile and link fine on the Debian system) to the RedHat 9 environment, which

Re: sql.y line 73

2003-10-22 Thread Stefan Leichter
On Wednesday 22 October 2003 20:04, Dietrich Teickner wrote: > Hello, > > I need help. > Since some time I try to compile wine new. > I have done this without problems some times before. > I have started ./configure and after them > make depend && make. > The build stops in wine/dll/msy with [snip]

Re: sql.y line 73

2003-10-22 Thread Vincent Béron
Le mer 22/10/2003 à 14:04, Dietrich Teickner a écrit : > How can help ? Try bison instead of yacc. Vincent

sql.y line 73

2003-10-22 Thread Dietrich Teickner
Hello, I need help. Since some time I try to compile wine new. I have done this without problems some times before. I have started ./configure and after them make depend && make. The build stops in wine/dll/msy with make[2]: Wechsel in das Verzeichnis ?/home/.xx./Wine/wine/dlls/msi½ gcc -c -I. -I.

Re: Loadorder: new disable keyword.

2003-10-22 Thread Alexandre Julliard
Vincent Béron <[EMAIL PROTECTED]> writes: > Add a "disabled" keyword to dlloverride to completely disable the > loading of a module. This is redundant, an empty loadorder does exactly the same thing. -- Alexandre Julliard [EMAIL PROTECTED]

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

2003-10-22 Thread Jakob Eriksson
Ivan Leo Murray-Smith wrote: BTW, it would be interesting if one could check, try out what's Longhorn's NTFS version numbers (i.e. if it changed or not). E.g. ntfsresize -i /device would tell it. Longhorn doesn't use NTFS, it uses a new filesystem called WinFS, even if it's probably based on

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

2003-10-22 Thread Jan Kratochvil
Hi, On Wed, 22 Oct 2003 10:32:31 +0200, Szakacsits Szabolcs wrote: > On Tue, 21 Oct 2003, Jan Kratochvil wrote: ... > Just a new one, robustness. I didn't test Captive NTFS but looking at the > system design it's a bit too complex. Error-prone. With a variable black > box (there are a lot of diffe

Re: winetests: new addition

2003-10-22 Thread Jakob Eriksson
Ferenc Wagner wrote: Here we use the advanced Shell API but later not the Win32 API for opening files and such. What is our policy? Aha... now I understand what you mean. The fopen instead of some Win32-ism. Also inherited from my version of the program, no doubt. I just used cause I was fam

Re: winetests: new addition

2003-10-22 Thread Jakob Eriksson
Dimitrie O. Paun wrote: +void deletePath( char *path ) +{ +SHFILEOPSTRUCT fileop; + +path[strlen( path ) + 1] = '\0'; We do not have space allocated for this NUL. Se later down this message... Here we use the advanced Shell API but later not the Win32 API for opening files and

Re: need some modifications in ras.h

2003-10-22 Thread Tom
flyker wrote: Please add this code in ras.h Thanks. Hi, Its really best to send a diff to wine-patches if you want the code/patch to be reviewed for inclusion into the wine tree. And include the licence as well.. Tom

need some modifications in ras.h

2003-10-22 Thread flyker
Please add this code in ras.h Thanks. DECL_WINELIB_TYPE_AW(LPRASENTRY) /* Enumerates intermediate states to a connection. (See RasDial) */ #define RASCS_PAUSED 0x1000 #define RASCS_DONE 0x2000 typedef enum tagRASCONNSTATE { RASCS_OpenPort = 0, RASCS_PortOpened, RASCS_ConnectDevice,

Re: wine and Crossover in the press

2003-10-22 Thread Tom
Dimitrie O Paun wrote: On October 19, 2003 12:30 pm, Tom wrote: Anyone had a look at this? http://www.theinquirer.net/?article=12207 Cool, add it to the Press page. Also, Tom, for the status pages: -- Wine Resource Compiler: mark it as 90% done, it's still missing stuff (Unicode files,

Re: Acclaim Re-Volt / drm / DSound ?

2003-10-22 Thread Robert Reif
I just downloaded it and have similar problems. I'll take a look at the sound part. Sylvain Petreolle wrote: > Hi, > Im trying to run Acclaim Re-Volt Demo with wine. > > It didnt start at all, complaining about drm errors. > Having tons of dsound errors, I disabled the dsound with "Drivers" = >

Re: Fix comctl32 conformance test

2003-10-22 Thread Hans Leidekker
On Wednesday 22 October 2003 08:52, Rolf Kalbermatter wrote: > the build process. Seems like MS has to fix a few things in their SDK > to make their import libs match the SDK documentation after those > functions really got available in the first release of W95 and finally > got documented this ye

Re: GetProcessWindowStation

2003-10-22 Thread Mike Hearn
These stubs are related to the NT security model. Try setting Wine to emulate win98 for this code, maybe they will disappear. If the app still asserts (likely) try a +relay trace to see what is going on just before the crash. thanks -mike On Wed, 2003-10-22 at 03:51, Mathias Berchtold wrote: > He

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

2003-10-22 Thread Szakacsits Szabolcs
Hi, On Tue, 21 Oct 2003, Jan Kratochvil wrote: > On Tue, 21 Oct 2003 22:38:41 +0200, Szakacsits Szabolcs wrote: > > > > I guess you mean reading? Anyway it depends on the driver quality. All > > needs to be known for both read and write. > > Not all information needs to be known for reading: I

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

2003-10-22 Thread Szakacsits Szabolcs
On Wed, 22 Oct 2003, Fabian Cenedese wrote: > >> Filesystem must be the rock solid data storage structure. You must > >> know the meaning of each byte (*) for such reliable and interoperable > >> filesystem. > > > >Exactly. Every needed byte is known. > > Wow! Really? > > >> (*) You do not nee

Acclaim Re-Volt / drm / DSound ?

2003-10-22 Thread Sylvain Petreolle
Hi, Im trying to run Acclaim Re-Volt Demo with wine. It didnt start at all, complaining about drm errors. Having tons of dsound errors, I disabled the dsound with "Drivers" = "" in config. And know what ? Re-Volt now starts further. I want to debug this issue, but I dont have any idea where to

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

2003-10-22 Thread Fabian Cenedese
Hi I don't know much about NTFS (only using it) and even less about Linux-NTFS. But it was funny following this conversation. >> Filesystem must be the rock solid data storage structure. You must >> know the meaning of each byte (*) for such reliable and interoperable >> filesystem. > >Exactly.

Re: Xlib and wine and XGrabButton

2003-10-22 Thread Fabian Cenedese
>AFAIR (Alexandre can correct me if I am wrong), I think we can make that an abbreviation too: ACCMIIAW Will be widely used in almost every wine list posting :) bye Fabi