implement interlocked* functions on Alpha AXP

2003-09-19 Thread Steven Edwards
Hello, I know nothing about this except what I have learned in the past 4 hours so. After looking at the interlocked code and reading how PEACE and Mono implement these functions I think this will work. This is assuming that the SUN code for implementing this is compatible with pthreads.

Wine's options (ver 0.3)

2003-09-19 Thread Dimitrie O. Paun
New and improved! I hope that the little comments I get reflect aproval, not lack of interest :) Mike is doing all the hard work, let's give him a hand! The fewer properties we need in winecfg, the less work for him :) Changes since last version: o registryGlobalRegistryDir: removed it for now

Re: Trying to install ChurchWindows, but it requires IE4?

2003-09-19 Thread Rok Mandeljc
> BTW, are you registered on a keyserver anywhere? There's not much point > signing email if nobody knows where your key is. I'd recommend > search.keyserver.net, that's the one I used anyway... it's on wwwkeys.pgp.net (i used evolution manual to set things up...) -- Rok Mandeljc <[EMAIL PROTECTE

Re: winedbg and loading symbols

2003-09-19 Thread Michael Ost
Great, thanks! And it looks like gdb 5.2.1 has no problem with stabs format, or with mixed dwarf and stabs formats. So, has anyone looked into adapting, say, kdbg, to run winedbg commands? Cheers (you made my day!) ... mo On Fri, 2003-09-19 at 10:09, Eric Pouech wrote: > Michael Ost wrote: > >

Re: Patch to fix build without optimization

2003-09-19 Thread Pavel Roskin
On Thu, 18 Sep 2003, Shachar Shemesh wrote: > >I see two solutions. One is to link wine executable against kernel32.dll. > > > I don't think you can do that. As kernel32.dll requires ntdll, you would > create a real circular dependancy. Thanks for the reply. I see that some other patch has been

Re: winedbg and loading symbols

2003-09-19 Thread Eric Pouech
Michael Ost wrote: Great, thanks! And it looks like gdb 5.2.1 has no problem with stabs format, or with mixed dwarf and stabs formats. So, has anyone looked into adapting, say, kdbg, to run winedbg commands? http://www.winehq.com/site/docs/wine-devel/dbg-others A+ -- Eric Pouech

Re: Bug in the heap management code?

2003-09-19 Thread Lionel Ulmer
> Yes and no. valgrind still doesn't support many instructions... Well, using any DRI GL libraries or the NVIDIA GL libraries is not really supported by Valgrind right now... If I tell you to use Mesa, you would have something that would take about one day to render a frame though :-)

Re: WineHQ: Janitorial update (for winmm)

2003-09-19 Thread Eric Pouech
OK, what about this good -- Eric Pouech

WineHQ: Janitorial update (for winmm)

2003-09-19 Thread Dimitrie O. Paun
On Fri, 19 Sep 2003, Eric Pouech wrote: > to keep it uptodate, a couple of fixes in dlls/winmm (heap usage and > W->A calls) have been fixed too OK, what about this: ChangeLog Dimitrie O. Paun <[EMAIL PROTECTED]> Update the Janitorial page with the latest winmm fixes. -- Dimi. Index:

Regression - game not detecting display mode

2003-09-19 Thread hatky
I tryed todays cvs version and running Unreal Turnment 2003 get me an error from the game : Error setting display mode: No acceptable display modes found (D3D_OK). This has morked last week, I think the last time I checked it was 7/9/2003... Hatky. __ Do you Yahoo

Re: [DXT3] menu in Tribunal now vanishes (regression?)

2003-09-19 Thread Michael Günnewig
"Ann and Jason Edmeades" <[EMAIL PROTECTED]> writes: > Thanks! I'll take a look. It'll probably be the weekend before I get a > chance to dig in, so bear with me. From your last post I think I understand > what you mean, and it should be easy to resolve. I'll get back to you Thanks, the patches d

Re: WineHQ: Janitorial update

2003-09-19 Thread Eric Pouech
Dimitrie O. Paun wrote: ChangeLog Add new task to track the removal of non-standard dirs. The QueryDosDevice W->A crosscall was fixed. The non-standard headers snoop.h and syslevel.h were removed. to keep it uptodate, a couple of fixes in dlls/winmm (heap usage and W->A calls) have bee

Re: winedbg and loading symbols

2003-09-19 Thread Eric Pouech
Michael Ost wrote: Howdy, list. I can't figure out how to get winedbg (6/18/03 build) to load my application's symbol table. I am writing an ELF application which uses the wine libraries, and trying to debug it with winedbg. you're using gcc >= 3.2, aren't you ? you need to compile with -gstabs.

Re: winetest.exe no results

2003-09-19 Thread Tony Lambregts
Eric Pouech Wrote: > > > > at line 121 c.X and c.Y are set to 0 and line so I would expect that the > > output should be at the TOP-RIGHT corner of the screen. > 0,0 is TOP LEFT. 79,0 is TOP RIGHT. > Yeah, I meant my other right > > However what I am > > seeing is that the ouput for this is s

[TOOLS] winecheck has still old environment syntax

2003-09-19 Thread Michael Günnewig
Symptom: >>> Checking drive F settings: 016. Checking Path option... SUSPICIOUS (%HOME% does not exist !). - ADVICE: create this directory or point Path to a real directory. 017. Checking Type option... OK. --> PROBLEM. Chan

Re: Bug in the heap management code?

2003-09-19 Thread Michael Günnewig
Mike Hearn <[EMAIL PROTECTED]> writes: > This is very much like a problem I am having with InstallShield. > Something, somewhere, is trashing the heap data structures, which causes > a crash some time later, often yards away from the original bug. As far > as I know, there is no good way to spot t

Re: scheduler/pthread build failure

2003-09-19 Thread Gerald Pfeifer
This was fixed by revision 1.40 of scheduler/pthread.h: date: 2003/09/18 20:52:24; author: julliard; state: Exp; lines: +5 -6 Gabriele Giorgetti <[EMAIL PROTECTED]> Fix build with old libc. Thanks! Gerald On Mon, 8 Sep 2003, Gerald Pfeifer wrote: > I've been seeing the following build f

winedbg and loading symbols

2003-09-19 Thread Michael Ost
Howdy, list. I can't figure out how to get winedbg (6/18/03 build) to load my application's symbol table. I am writing an ELF application which uses the wine libraries, and trying to debug it with winedbg. I can run that program fine, but when it loads the shared library built by winebuild (rm-h

Re: Fix SetMenu after CreateWindow for invisible window

2003-09-19 Thread Michal Janusz Miroslaw
On Fri, Sep 19, 2003 at 11:11:30PM +0900, Dmitry Timoshkov wrote: > "Michal Janusz Miroslaw" <[EMAIL PROTECTED]> wrote: > > +/** > > + * SetMenu(USER32.@) > > + */ > > +BOOL WINAPI SetMenu( HWND hWnd, HMENU hMenu ) > >

Re: Fix SetMenu after CreateWindow for invisible window

2003-09-19 Thread Dmitry Timoshkov
"Michal Janusz Miroslaw" <[EMAIL PROTECTED]> wrote: > +/** > + * SetMenu(USER32.@) > + */ > +BOOL WINAPI SetMenu( HWND hWnd, HMENU hMenu ) > +{ > +TRACE("(%p, %p);\n", hWnd, hMenu); > + > +if (GetWindowLongA( h

Re: dsound primary buffer volume/pan

2003-09-19 Thread Oleg Prokhorov
Hello Robert, Thursday, September 18, 2003, 8:34:04 AM, you wrote: RR> Adds volume and pan support to primary buffers. RR> Adds more property set support. This patch creates with all the rest (excluding wineoss) drivers, which don't have IDsDriverBufferImpl_SetVolumePan implemented. Dsound is no

Re: wine/ tools/winapi/msvcmaker ./configure.ac ./ ...

2003-09-19 Thread Marcus Meissner
On Fri, Sep 19, 2003 at 08:31:29AM -0400, Dimitrie O. Paun wrote: > On September 19, 2003 12:36 am, Alexandre Julliard wrote: > > Log message: > > Get rid of relay32 directory. > > I still can't believe this is gone... I thought we'd never get rid > of relay32, if1632, etc. They were a con

winecfg translations

2003-09-19 Thread Mike Hearn
Basically, please don't do them. For starters, the GUI resources are constantly changing. Keeping the other versions in sync would be a full time job. Secondly, it causes problems with getting a clean diff against CVS because of the way I'm doing it.. Right now I don't think winecfg is stable

Re: wine/ tools/winapi/msvcmaker ./configure.ac ./ ...

2003-09-19 Thread Dimitrie O. Paun
On September 19, 2003 12:36 am, Alexandre Julliard wrote: > Log message: > Get rid of relay32 directory. I still can't believe this is gone... I thought we'd never get rid of relay32, if1632, etc. They were a constant eye sore for me :) Thank you! -- Dimi. P.S. And now a little dance a

Compile failed on Solaris 9 x86

2003-09-19 Thread Dieter Bürgie
Hi there, I tried to compile Wine-20030911 on a Solaris 9 x86 with gcc 2.95.3. Wineinstall runs through until I get the following error when performing make: --- ./tools/makedep -I. -I. -I./include -I./include -C. gcc -c -I.

Re: text edit box not painting text ( on form startup )

2003-09-19 Thread Huw D M Davies
On Thu, Sep 18, 2003 at 08:41:19PM -0700, Doug Herbert wrote: > ( I have posted a similiar question in wine-users, > don't flame me for doing so, just thinking about this > some more, perhaps it may be more a developer question > ) > > > Ok, I have a windows app, that runs under wine fine - > not

wrc parse error

2003-09-19 Thread flyker
resource.h: #define ID_MCODE 1024 #define ID_MCODE_1 ID_MCODE+1 The resource file generated by MSVC contains: / // // Dialog Info // RDSrvSheet DLGINIT BEGIN ID_MCODE_1, 0x403, 1, 0 // parse error in this string "\0