Error in CVS

2003-03-24 Thread Vilppa Salt
When running ./configure with latest cvs Wine: snip config.status: creating dlls/ctl3d/Makefile config.status: creating dlls/d3d8/Makefile config.status: creating dlls/d3dim/Makefile config.status: creating dlls/d3dx8/Makefile config.status: creating dlls/dciman32/Makefile config.status: creating

Re: Wine and glibc 3.2.x

2003-03-24 Thread Mike Hearn
Mike, apologies for the hotspot java error :). The workaround makes java.exe work as you expected it - a HotSpot internal error ;). So it's to do with threading? Hmm, thanks

RE: Janitorial W-A cleanup objects/metafile.c dlls/gdi/mfdrv/init.c

2003-03-24 Thread Rolf Kalbermatter
This is a multi-part message in MIME format. --030003030306020205040907 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit This one was required more that a mop and pail. In the end what I had to do is convert MF_CreateMetaHeaderDisk to unicode.

Re: Re[2]: ImageList - my findings

2003-03-24 Thread Mike Hearn
I found the error seemed to surface with 1 bit bitmaps - I didn't know the encoding used though and got stuck. I think it's copying bytes not bits, which leads to corruption. On Mon, 2003-03-24 at 02:57, Vitaliy Margolen wrote: Well, it's the problem dealing with multi-row bitmaps for Image

Re: Janitorial W-A cleanup objects/metafile.c dlls/gdi/mfdrv/init.c

2003-03-24 Thread Huw D M Davies
On Sun, Mar 23, 2003 at 05:43:39PM -0700, Tony Lambregts wrote: This one was required more that a mop and pail. In the end what I had to do is convert MF_CreateMetaHeaderDisk to unicode. One burning question I have at this point is the relative merits of using

Re: Janitorial W-A dlls/gdi/printdrv.c (help!)

2003-03-24 Thread Dmitry Timoshkov
Tony Lambregts [EMAIL PROTECTED] wrote: So if I change gdi.h like so and convert PSDRV_StartDoc to unicode I'm home free yes? Yes. -- Dmitry.

Re: Janitorial W-A cleanup objects/metafile.c dlls/gdi/mfdrv/init.c

2003-03-24 Thread Dmitry Timoshkov
Tony Lambregts [EMAIL PROTECTED] wrote: MultiByteToWideChar uses Rtl* functions internally and using ntdll APIs directly should give a slightly better performance. RtlCreateUnicodeStringFromAsciiz also is supposed to hide the internals of the conversion and help to avoid bugs and

Thunking?

2003-03-24 Thread Mike Hearn
Hi, Does anybody know what could cause this error? err:thunk:_loadthunk (commctrl.dll, Cctl1632_ThunkData16, comctl32.dll): Unable to load 'commctrl.dll', error 2 I checked, I don't haev comctrl.dll anywhere. I'm trying to get IE6 to work on an out-of-the-box Wine install, ie trying to move to

Re: Error in CVS

2003-03-24 Thread Johan Dahlin
mn 2003-03-24 klockan 05.03 skrev Vilppa Salt: When running ./configure with latest cvs Wine: snip config.status: creating dlls/dinput8/Makefile config.status: creating dlls/dmusic/Makefile config.status: error: cannot find input file: dlls/dmusic/Makefile.in You forgot to pass the -d flag

Re: Thunking?

2003-03-24 Thread Dmitry Timoshkov
Mike Hearn [EMAIL PROTECTED] wrote: I was under the impression that thunking was only used for 32/16 bridging, and IE6 is a 32bit app, so I don't really understand why it's trying to load this library using LoadLibrary16... does anybody have some tips? You are using comctl32.dll from Win9x

Re: Thunking?

2003-03-24 Thread Mike Hearn
You are using comctl32.dll from Win9x which *requires* 16-bit counterpart commctrl.dll. Edit [DllOverrides] in wine.conf and make comctl32.dll=b, or copy commctrl.dll from a win9x distribution. That was it, thanks. Now it seems there are undocumented stubs in the comctl32 library, IE doesn't

Re: windres: serious bug

2003-03-24 Thread Dimitrie O. Paun
On March 24, 2003 05:43 am, Nick Clifton wrote: Certainly - then I can carry out a few tests myself. (Please post to the binutils mailing list, rather than directly to me, in case anybody else is interested. And if the file is big, please compress it first). There are 2 files in Mozilla

nvidia crashes?

2003-03-24 Thread Mike Hearn
Hi, Often when a program fails, I'll get a crash inside libGLcore (with the nvidia drivers), backtrace looks like: (gdb) bt #0 0x40e0a208 in __nvsym12888 () from /usr/lib/libGLcore.so.1 #1 0x1a76 in ?? () #2 0x4202b162 in exit () from /lib/i686/libc.so.6 #3 0x400ab79f in ExitProcess ()

Re: windres: serious bug

2003-03-24 Thread Dimitrie O. Paun
On 24 Mar 2003, Nick Clifton wrote: Hi Dimi, http://lxr.mozilla.org/mozilla/source/xpinstall/wizard/windows/setuprsc/setuprsc.rc Umm - where can I find the winresrc.h header file ? It's a standard Windows file. It come with both MinGW and Wine. I've attached a MinGW copy. -- Dimi.

Re: Wine and glibc 3.2.x

2003-03-24 Thread Sylvain Petreolle
--- Mike Hearn [EMAIL PROTECTED] a écrit : Mike, apologies for the hotspot java error :). The workaround makes java.exe work as you expected it - a HotSpot internal error ;). So it's to do with threading? Hmm, thanks would have you seriously thought that Java was not threaded ? ;))

Re: nvidia crashes?

2003-03-24 Thread Sylvain Petreolle
Often when a program fails, I'll get a crash inside libGLcore (with the nvidia drivers), backtrace looks like: whats your driver version and type (open source, nvidia binary ?) Is there any way to stop wine from loading opengl related code? thanks -mike ./configure --disable-opengl. if

Another minor bug

2003-03-24 Thread Steven Edwards
I dont have time to patch this right now but maybe someone else does. When building import libs on mingw because we have to link to libwine in winebuild for wine_get_cs winebuild cant find libwine.dll. $ make PATH=../libs/unicode:$PATH ../tools/winebuild/winebuild -o advapi32/advapi32.

Re: WineHQ Idea

2003-03-24 Thread Geoff Thorpe
* Dimitrie O. Paun ([EMAIL PROTECTED]) wrote: On March 23, 2003 03:28 pm, Jeremy White wrote: [snip] Brian has told me off list that he'd be willing to be the collective PR person (i.e. take in announcements and such) and post them more frequently (he already collates more than once a

Re: Error in CVS

2003-03-24 Thread Shachar Shemesh
Try running cvs up -Pd. A directory recently added to CVS did not make it into your directory structure, which generally means that you have not asked for new directories (-d option). Shachar Vilppa Salt wrote: When running ./configure with latest cvs Wine: snip config.status:

Re: ImageList - my findings

2003-03-24 Thread Mike McCormack
Hi Vitaliy, I'm also working on a corruption problem that occurs in Visio's toolbars. It seems that we don't draw transparent images properly sometimes. The case that appears to be screwing up is when the imagelist's default background colour is CLR_NONE, and an image is drawn with

FW: Re: WineHQ Idea

2003-03-24 Thread Brian Vincent (C)
I think that, today, we do not have any of the news items you describe. Your are imagining that Brian or Jeremy has more time to repost pieces of the WWN to a different box. afaik, they don't. You say we'll just snag pieces of Alexandres release notices. Who's we? Well, it certainly

Re: windres: serious bug

2003-03-24 Thread Nick Clifton
Hi Dimi, http://lxr.mozilla.org/mozilla/source/xpinstall/wizard/windows/setuprsc/setuprsc.rc Umm - where can I find the winresrc.h header file ? Cheers Nick

Re: windres: serious bug

2003-03-24 Thread Nick Clifton
Hi Dimi, I've posted the patch to the Mozilla bug, and hopefully someone will give it a try. If not, I'll test it, but it will take a little while to get everything up to speed. Ok - thanks for doing this. Another way is to post a test .rc file that was experiencing the problem before,

[announce] QEMU x86 emulator version 0.1

2003-03-24 Thread Fabrice Bellard
Hi, The first release of the QEMU x86 emulator is available at http://bellard.org/qemu/. QEMU achieves a fast user space Linux x86 emulation on x86 and PowerPC Linux hosts by using dynamic translation. Its main goal is to be able to run the Wine project on non-x86 architectures. Fabrice.

[Fwd] [announce] QEMU x86 emulator version 0.1

2003-03-24 Thread Lionel Ulmer
Hi all, People wanting to experiment running Wine and X86 programs on PPC could try to test this. Be warned that it's not very polished on PPC yet. This implements what was discussed here (being that to run Wine/X86 on PPC it's better to run all user space emulated). Lionel PS

Re: Janitorial W-A cleanup objects/metafile.c dlls/gdi/mfdrv/init.c

2003-03-24 Thread Tony Lambregts
Huw D M Davies wrote: On Sun, Mar 23, 2003 at 05:43:39PM -0700, Tony Lambregts wrote: @@ -62,7 +65,7 @@ { DWORD dw1, dw2, dw3; WORD w4; -CHAR filename[0x100]; +WCHAR filename[MAX_PATHNAME_LEN]; } METAHEADERDISK; #include poppack.h This will break compatibility with 16bit

Re: WineHQ redesign - TODO (Introduction)

2003-03-24 Thread Jeremy Newman
On Sat, 2003-03-22 at 01:49, Dimitrie O. Paun wrote: Here are my suggestions: o The big glass does not work right in Kongy, needs fixing Fixed, Konq was not understanding just what align=right means. Why it did not like to align right of another image (the grey line) is beyond me ATM. o

Re: Middleware regression test suites, e.g. ACE

2003-03-24 Thread Alexandre Julliard
Dimitrie O. Paun [EMAIL PROTECTED] writes: Ah, now I see. Well, that sucks. So maybe we should create a libs/oldnames? For i386, can't we just create (inline( a symbol X (similar to they way __ASM_GLOBAL_FUNC() works) that does jmp _X, so we can avoid the lib? Actually it may be possible to

Re: [announce] QEMU x86 emulator version 0.1

2003-03-24 Thread Ulrich Weigand
Hi Fabrice, The first release of the QEMU x86 emulator is available at http://bellard.org/qemu/. QEMU achieves a fast user space Linux x86 emulation on x86 and PowerPC Linux hosts by using dynamic translation. Its main goal is to be able to run the Wine project on non-x86 architectures.

Re: Middleware regression test suites, e.g. ACE

2003-03-24 Thread Dimitrie O. Paun
On March 24, 2003 06:00 pm, Alexandre Julliard wrote: Actually it may be possible to use the alias attribute under gcc, something along these lines: Cool. Maybe we can do a similar thing for the rest of varargs funcs. The rest we can keep inline, right? I hope gcc optimizes them to be

Re: REMOVE ME

2003-03-24 Thread Shachar Shemesh
Javier López wrote: Hello, please wanted that they removed me of his list of post office, since he is something very disagreeable, arrive approximately 20 to me at 30 daily e-mail and no longer I support it, my square is fulled. Please Remove ME OF ITS LIST! Hi Javier, In order to be removed,