Re: MSVCRT: _tempnam not working with environment variables

2005-11-16 Thread Andreas Mohr
Hi, On Tue, Nov 15, 2005 at 04:46:37PM -0600, Phil Lodwick wrote: ChangeLog: _tempnam uses the TMP environment variable and does not truncate prefix Your diff file has strange DOS line endings (^M) and thus might fail to get applied by Alexandre. Try dos2unix or unix2dos or so. Thanks for

Re: About stderr for usage messages

2005-11-16 Thread Vitaly Lipatov
В сообщении от 14 Ноябрь 2005 21:56 Robert Shearman написал(a): Vitaly Lipatov wrote: We are use stderr for print usage or info message in wine programs such as eject winedump winebuild wine main (dlls/kernel/process.c) It is broken behavior: info messages usually expected from stdout

Drop the PFD_GENERIC_ACCELERATED flag?

2005-11-16 Thread Peter Beutner
At the moment wine always set the PFD_GENERIC_ACCELERATED flag in X11DRV_DescribePixelFormat. SeriousSam uses this flag to determine if the pixelformat is hardware accelerated. If the flag is set it is interpreted as _no_ hardware acceleration available. Unfortunately MSDN isn't really clear

Re: Drop the PFD_GENERIC_ACCELERATED flag?

2005-11-16 Thread Vijay Kiran Kamuju
well my mail may be off-topic/irrelevant please have a look at http://www.opengl.org/resources/faq/technical/mswindows.htm (faq no 5.040) thanks, vijay On 11/16/05, Peter Beutner [EMAIL PROTECTED] wrote: At the moment wine always set the PFD_GENERIC_ACCELERATED flag in

Re: Some applications does not work

2005-11-16 Thread Rein Klazes
On Tue, 15 Nov 2005 11:20:10 +0200, in gmane.comp.emulators.wine.user you wrote: Hi all, I found that some applications does not work more. The last successfull version was 20050310. For testing I can propose one example : http://hem.bredband.net/alivor/ichat121b6.exe In general if an

Re: GCC 4.0.1 / WINE bug?

2005-11-16 Thread Evil
I've narrowed it down to dlls/user/win.c. If I link the gcc3.4.3 version of the object file (win.o) with all other objects being the gcc4.0.1 versions, Dreamweaver MX (v6.1) does not leave the splash screen hanging. I ran a +win trace against both versions, but it's not immediately apparent to

Re: ATL creates wrong registry entries

2005-11-16 Thread Jacek Caban
Hi Cihan, Cihan Altinay wrote: Ok, I looked into it again and found a solution. The problem was that the '{' character was treated as a separator which is generally correct. But it seems that key names like the one mentioned above are allowed without single quotes around them. The attached

AlphaBlend crashing msn messenger

2005-11-16 Thread Maarten Lankhorst
Fix AlphaBlend() to extract the right part of the source DIB. (http://www.winehq.com/hypermail/wine-patches/2005/08/0331.html) After some regression testing, It looks like this patch is the one that breaks signing into msn messenger. I m not sure why, so Im interested in finding out why it

Re: Drop the PFD_GENERIC_ACCELERATED flag?

2005-11-16 Thread Lionel Ulmer
On Wed, Nov 16, 2005 at 03:21:29PM +0100, Peter Beutner wrote: At the moment wine always set the PFD_GENERIC_ACCELERATED flag in X11DRV_DescribePixelFormat. SeriousSam uses this flag to determine if the pixelformat is hardware accelerated. If the flag is set it is interpreted as _no_

AVI resources in shell32

2005-11-16 Thread Phil Lodwick
When I started playing with Wine a few months ago, the first problem I ran into were missing AVI resources in shell32. Web searches indicated people asking about these resources over the past several years, but they are still missing. I have no artistic talents, so for my testing purposes I just

Compilerflags for Bogus code

2005-11-16 Thread Detlef Riekenberg
Hi GCC did not warn us on this bogus code (dlls/user/tests/monitor.c): ret = EnumDisplayDevicesA(NULL, num, dd, 0), EnumDisplayDevices fails \n; This Line is in CVS since 28 Sep.2005 Should we have stronger Compiler-Flags? Patch already send.

Re: About stderr for usage messages

2005-11-16 Thread Robert Shearman
Vitaly Lipatov wrote: В сообщении от 14 Ноябрь 2005 21:56 Robert Shearman написал(a): Vitaly Lipatov wrote: We are use stderr for print usage or info message in wine programs such as eject winedump winebuild wine main (dlls/kernel/process.c) It is broken behavior: info messages

Re: AlphaBlend crashing msn messenger

2005-11-16 Thread Frank Richter
On 16.11.2005 18:20, Maarten Lankhorst wrote: trace:bitblt:GdiAlphaBlend 0x3b80 0,0 485x422 - 0xa480 0,0 83x62 op=00 flags=00 srcconstalpha=ff alphafmt=01 err:syslevel:_CheckNotSysLevel Holding lock 0x404f0340 level 3 wine: Unhandled exception (thread 0009), starting debugger... Hm, does the

Re: Compilerflags for Bogus code

2005-11-16 Thread Marcus Meissner
On Wed, Nov 16, 2005 at 08:45:05PM +0100, Detlef Riekenberg wrote: Hi GCC did not warn us on this bogus code (dlls/user/tests/monitor.c): ret = EnumDisplayDevicesA(NULL, num, dd, 0), EnumDisplayDevices fails \n; This Line is in CVS since 28 Sep.2005 Should we have stronger

Re: Drop the PFD_GENERIC_ACCELERATED flag?

2005-11-16 Thread Raphael
On Wednesday 16 November 2005 19:08, Lionel Ulmer wrote: On Wed, Nov 16, 2005 at 03:21:29PM +0100, Peter Beutner wrote: At the moment wine always set the PFD_GENERIC_ACCELERATED flag in X11DRV_DescribePixelFormat. SeriousSam uses this flag to determine if the pixelformat is hardware

Re: [MSVCRT]: undname tests.

2005-11-16 Thread Uwe Bonnes
Eric == Eric Pouech [EMAIL PROTECTED] writes: Eric ChangeLog: As some people tend to toy with __UnDName, this patch Eric provides a sample of the joy of MSC symbol mangling Eric, the biggest problem I encountered with undname was that native msvcrt always returns something, at least

Re: Measuring Wine's API completeness

2005-11-16 Thread Dimi Paun
From: Eric Pouech [EMAIL PROTECTED] and how do you deal of MSDN docs evolving ? I'm not even speaking of evolution because of new features, but MSDN gets updated from questions asked on the KB. It's true. For this reason I've clearly marked on the common controls the date and exact version

CreateFile problem ?

2005-11-16 Thread Raphael
Hi, I'm working on advpack API LaunchINFSectionEx (trying to get mdac 2.7 installer working) And i have a strage problem: In attached subset of my +file,+advpack,+setupapi,+cabinet log you can see at line 30 that CopyFile failed to copy C:\\windows\\temp\\IXP010.TMP\\odbc32.dll to

Re: [advpack/setupapi] LaunchINFSection

2005-11-16 Thread James Hawkins
On 11/16/05, Raphael [EMAIL PROTECTED] wrote: Changelog: - semi implementation of advpack APIs LaunchINFSection/LaunchINFSectionEx - semi implementation of advpack API ExtractFiles - setupapi: correct and check pExtractFiles return code I appreciate your work on advpack, but some

Re: ADVPACK/tests: exit after 0x8007007e

2005-11-16 Thread James Hawkins
On 11/17/05, Saulius Krasuckas [EMAIL PROTECTED] wrote: I didn't see point in adding HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND) value into every checks for TranslateInfString(), as all they fails in the same way later. I guess, this is because of NT3.51 unability to parse usual INF-files. Log

Re: ADVPACK/tests: exit after 0x8007007e

2005-11-16 Thread James Hawkins
On 11/17/05, Saulius Krasuckas [EMAIL PROTECTED] wrote: * On Thu, 17 Nov 2005, Saulius Krasuckas wrote: I didn't see point in adding HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND) I mean:HRESULT_FROM_WIN32(ERROR_MOD_NOT_FOUND), Hmm that makes a difference. I'll have to

Re: [winecfg] add sound driver test

2005-11-16 Thread Robert Reif
Steven Edwards wrote: Hi, On 11/13/05, Robert Reif [EMAIL PROTECTED] wrote: Changelog: - add a simple sound driver test Download the test wave file from: This is 3 megs. Could we not use a higher level studd and use winemp3 to docode a mp3 that can be embedded in a resource script?

Re: Drop the PFD_GENERIC_ACCELERATED flag?

2005-11-16 Thread Peter Beutner
Lionel Ulmer schrieb: On Wed, Nov 16, 2005 at 03:21:29PM +0100, Peter Beutner wrote: At the moment wine always set the PFD_GENERIC_ACCELERATED flag in X11DRV_DescribePixelFormat. SeriousSam uses this flag to determine if the pixelformat is hardware accelerated. If the flag is set it is

Re: CreateFile problem ?

2005-11-16 Thread Marcelo Duarte
Raphael escreveu: Hi, I'm working on advpack API LaunchINFSectionEx (trying to get mdac 2.7 installer working) And i have a strage problem: In attached subset of my +file,+advpack,+setupapi,+cabinet log you can see at line 30 that CopyFile failed to copy

Re: Drop the PFD_GENERIC_ACCELERATED flag?

2005-11-16 Thread Peter Beutner
Raphael schrieb: You can provide a similar behavior with opengl: from http://rzaix12.rrz.uni-hamburg.de/doc_link/en_US/a_doc_lib/libs/openglrf/glXGetFBConfigAttrib.htm snip GLX_CONFIG_CAVEAT This attribute defines any problems that the GLX FBConfig may have: GLX_NONE No caveats

Re: [advpack/setupapi] LaunchINFSection

2005-11-16 Thread Dimi Paun
On Wed, 2005-11-16 at 23:56 +0100, Raphael wrote: +if (!bRet) { + ERR(Failed to CopyFileW(%s, %s)\n, debugstr_w(src), debugstr_w(dst)); +} You shouldn't issue ERR if the function can deal with the error condition. Just return the appropriate error code. ERR is to signal a case

Re: setupapi: implement SetupGetInfFileListW and SetupGetInfInformationW

2005-11-16 Thread Robert Shearman
Steven Edwards wrote: Hi Rob, This is the reply from Hervé. 1) Windows doesn't have a isspaceW method, so I tested the iswspace method, which should be equivalent. Test program: #include stdio.h #include ctype.h int main(int argc, char *argv[]) { int space; space = iswspace(0xfeff);

Re: MSCMS/tests: asciify tests

2005-11-16 Thread Robert Shearman
Saulius Krasuckas wrote: Log message: Saulius Krasuckas [EMAIL PROTECTED] Don't call unicode function of file API as they fail on Win9x. ? dlls/mscms/tests/mscms_test.dsp Index: dlls/mscms/tests/profile.c === RCS

Re: [advpack/setupapi] LaunchINFSection

2005-11-16 Thread Robert Shearman
Raphael wrote: Changelog: - semi implementation of advpack APIs LaunchINFSection/LaunchINFSectionEx - semi implementation of advpack API ExtractFiles - setupapi: correct and check pExtractFiles return code I have a few comments:

Regression: WinRAR now fails to start (not related to Xorg 6.8.2)

2005-11-16 Thread Dustin Navea
I reverted my Xorg install to 6.8.1, so I can at least do some bug hunting, and was able to get wine to run WinRAR post 0.9, pre 0.9.1, now after updating to cvs as of about an hour or so ago, WinRAR fails to start with: err:listview:LISTVIEW_WindowProc unknown msg 108c wp=

Re: Regression: WinRAR now fails to start (not related to Xorg 6.8.2)

2005-11-16 Thread Vitaliy Margolen
Wednesday, November 16, 2005, 10:31:24 PM, Dustin Navea wrote: I reverted my Xorg install to 6.8.1, so I can at least do some bug hunting, and was able to get wine to run WinRAR post 0.9, pre 0.9.1, now after updating to cvs as of about an hour or so ago, WinRAR fails to start with:

Re: Regression: WinRAR now fails to start (not related to Xorg 6.8.2)

2005-11-16 Thread Dustin Navea
Sorry for the delay, had some troubles getting CVs to update backwards follownig the instructions on the regression testing page... The instructions are quoted with ¨ (aka double quote), but for my cvs to do it, it has to be ' (aka single quote)... Performing tests now, we will see which one