Re: GetDIBits() with a bitmap that is selected in a device context

2006-06-06 Thread Dmitry Timoshkov
Michael Kaufmann [EMAIL PROTECTED] wrote: I have submitted new tests to wine-patches. Thanks. @Dmitry: One of your bitmap tests triggers an assertion on Windows 9x. Look here: http://test.winehq.org/data/200605161000/ That's strange. Although many tests fail here under Win98SE the test

Re: [WINED3D 5/5] Remove constant type field in stateblock.

2006-06-06 Thread fenix
binkj6GJiF6ZF.bin Description: undefined

Re: [WINED3D 5/5] Remove constant type field in stateblock.

2006-06-06 Thread Ivan Gyurdiev
Hi Raphael, Strange, your email shows up as an attachment. +int i, cnt = min(count, MAX_VSHADER_CONSTANTS - (start + 1)); should be: if (start MAX_VSHADER_CONSTANTS - 1) return WINED3DERR_INVALIDCALL; UINT i, cnt = min(count, MAX_VSHADER_CONSTANTS - (start + 1)); as count and

Re: Feedback requested for Mac OSX x86 stack patch

2006-06-06 Thread Alexandre Julliard
Nick Burns [EMAIL PROTECTED] writes: I was concerned about msvcrt not using the __stdcall/WINAPI for its functions (why is this?). Most msvcrt functions use the cdecl calling convention, not stdcall. Where can I find a list of (or affect the attribs of) windows callable functions. I

Re: wined3d: Another GLSL shader status update

2006-06-06 Thread Mike Hearn
On Sun, 04 Jun 2006 12:04:21 -0400, Jason Green wrote: This is an elaborate scheme with linked lists in each shader - is that really necessary? I'm very confused after reading the code (but maybe that's just me :) If we link the programs together every time the Set__Shader() is called,

Re: DirectX blitter bug

2006-06-06 Thread Mike Hearn
On Sun, 04 Jun 2006 02:51:31 +0200, Alexander Nicolaysen Sørnes wrote: This is fixed in Stefan's ddraw patchset. Awesome :) I look forward to it being merged. thanks -mike

Re: acad 2004 license file bug

2006-06-06 Thread Mike Hearn
On Sun, 04 Jun 2006 20:43:17 +0200, Jaap Stolk wrote: The autocad installer indicated that I needed internet explorer 6.0, so I installed that using winetools. (can wine fake internet explorer, so i don't need to install the real thing?) Mostly yes, but that area of code is still being worked

Re: msi: Fix some copy/paste bugs in the implementation of condition operators.

2006-06-06 Thread Mike Hearn
On Mon, 05 Jun 2006 10:14:50 -0600, Vitaliy Margolen wrote: So until you show us some code that verifies what you are talking about, please stay away from the e-mail clinet. He has done exactly that though not in a form we can put in the test suite, and he is not flaming anybody. I think you

Re: acad 2004 license file bug

2006-06-06 Thread Mike Hearn
On Mon, 05 Jun 2006 10:23:45 +0200, Jaap Stolk wrote: Thanks. but it doesn't seem to fool autocad. I tried: WINEDEBUG=+server wine setup.exe ~/mywinelog.txt but it still logs to stout and my system can't keep up with the scrolling. Is there a way to watch just the registry read/write ? You

Re: Re: Linux noob

2006-06-06 Thread Mike Hearn
On Tue, 06 Jun 2006 03:27:52 +, NikNot wrote: Indeed! This is something that I found infuriating since I first used wine. What possible reason would there be to make this a hidden directory? From whom exactly should it be hidden and why? Historical reasons. I'm switching this thread to

Re: Re: [WINED3D 5/5] Remove constant type field in stateblock.

2006-06-06 Thread fenix
binpNsb1T1gzd.bin Description: undefined

Re: Re: wined3d: Another GLSL shader status update

2006-06-06 Thread fenix
binhbCNuxDFgn.bin Description: undefined

Re: msi: Fix some copy/paste bugs in the implementationof condition operators.

2006-06-06 Thread EA Durbin
On Mon, 05 Jun 2006 10:14:50 -0600, Vitaliy Margolen wrote: So until you show us some code that verifies what you are talking about, please stay away from the e-mail clinet. He has done exactly that though not in a form we can put in the test suite, and he is not flaming anybody. I think you

Re: acad 2004 license file bug

2006-06-06 Thread Jonathan Ernst
Le mardi 06 juin 2006 à 13:03 +0100, Mike Hearn a écrit : On Tue, 06 Jun 2006 12:36:07 +0100, Mike Hearn wrote: Right now we don't set the registry key saying we have IE installed, even though many of the DLLs the app probably needs are there and functioning correctly. I think the plan is

Re: winedbg: remove unneeded states from grammar (take 2)

2006-06-06 Thread Juan Lang
--- Alexandre Julliard [EMAIL PROTECTED] wrote: Won't that make it impossible to use command keywords as identifiers in commands that accept them, like disass? Come to think of it, your previous NOCMD patch probably has the same issue. Hm. I expected not, because of the ASTRING_EXPECTED

Re: winedbg: remove unneeded states from grammar

2006-06-06 Thread Eric Pouech
I'm not sure they are unneeded. for example, with your changes, b down would be seen by the grammar as tBREAKPOINT tDOWN which is not what we want. A+ 2006/6/6, Juan Lang [EMAIL PROTECTED]: ChangeLog: many states in the command-line parser were unnecessary, soremove them--Juan

Wine updated in Fedora Extras!

2006-06-06 Thread Neal Gompa
Wine has been updated to 0.9.14 on May 30, 2006! So, this release took 6 days... Still, generally 3-5 days is pretty good estimation...

Re: lstrlen(A/W) patch

2006-06-06 Thread Andreas Mohr
Hi, On Mon, Jun 05, 2006 at 09:24:24PM -0600, Clinton Stimpson wrote: I encountered a crash when using PAF 5.2. The following patch will fix the crash. MSDN documentation says *lstrlen* assumes that /lpString/ is a null-terminated string, or NULL MSDN documentation says many things...

Hal and functions in setupapi

2006-06-06 Thread Christian Gmeiner
Hi all... at the momemt i am reading into functions to get some informations about e.g. cdrom drives. At the moment i am loking into SetupDiGetClassDevsW to support GUID_DEVINTERFACE_CDROM and later USB devices. My overall goal is it to get Line 6 software for my guitart effect board (USB)

Re: APPDB patch

2006-06-06 Thread Tony Lambregts
EA Durbin wrote: fixed typographical errors. ? patch.diff Index: TODO === RCS file: /home/wine/appdb/TODO,v retrieving revision 1.22 diff -u -p -r1.22 TODO

Re: lstrlen(A/W) patch

2006-06-06 Thread Mike McCormack
Clinton Stimpson wrote: The following patch will fix the crash. MSDN documentation says *lstrlen* assumes that /lpString/ is a null-terminated string, or NULL The inline lstrlenW is used only internally by Wine code, and we want it to crash when passed a NULL pointer. In this case, you

re: Hal and functions in setupapi

2006-06-06 Thread Dan Kegel
Christian wrote: as I want to programm RegisterDeviceNotification also we need a central way to handle hal stuff. So how should I go on? Use some own hal.c in setupapi or add an global wine way to interact with hal? I think programs/explorer already registers for device notification with

Re: Linux noob

2006-06-06 Thread Molle Bestefich
Peter Beutner wrote: Because it is the defacto standard to store settings under ~/.appname. Only for stuff that's thought to be generally uninteresting. Your KDE desktop, for example, resides under ~/Desktop. And with enough applications installed that use this standard you probably will be

Re: wined3d: Another GLSL shader status update

2006-06-06 Thread Jason Green
On 6/6/06, Jason Green [EMAIL PROTECTED] wrote: I'll add a section to the DirectX-Shaders wiki page with an explanation soon, as well as make the comments in the source code more verbose (and/or link to the wiki where applicable). FYI - I just added a bunch to this page to get us started:

Re: Feedback requested for Mac OSX x86 stack patch

2006-06-06 Thread Nick Burns
Ok so that makes more sense about MSVCRT -- but if it is using cdecl -- shouldnt that use WINAPIV? I did not see anything forcing a cdecl calling convention (other than the spec file). And I dunno how to modify the spec file to add in more attribs. I have not used winapi_check before -- I can

Re: msi: Fix some copy/paste bugs in the implementationof condition operators.

2006-06-06 Thread Mike Hearn
On 6/6/06, EA Durbin [EMAIL PROTECTED] wrote: I've decided to concentrate my efforts in another area, so I won't be looking at msi any longer. I admit I 'm no C expert, I'm a web developer by trade. Though I started to look at the C code to get away from php/perl/ruby and get aquainted with the

Re: Feedback requested for Mac OSX x86 stack patch

2006-06-06 Thread Alexandre Julliard
Nick Burns [EMAIL PROTECTED] writes: Ok so that makes more sense about MSVCRT -- but if it is using cdecl -- shouldnt that use WINAPIV? CDECL would be more appropriate. I did not see anything forcing a cdecl calling convention (other than the spec file). And I dunno how to modify the spec

Re: winedbg - setting breakpoint

2006-06-06 Thread Eric Pouech
Stephen Clark wrote: Hello List, I am trying to get classic Myst to run again under wine. How do I set a breakpoint in it when it run by winevdm. Thanks, Steve the answer depends on several aspects: - setting a breakpoint on wine code: that should work wine (especially for all DLLs, 16

Re: Linux noob

2006-06-06 Thread Neil Skrypuch
On Tuesday, June 06, 2006 13:42, Molle Bestefich wrote: I'm annoyed that .wine is inaccessible through KDE and Gnome apps. You can always type .wine in to access it, even if it isn't visible. - Neil

Re: Linux noob

2006-06-06 Thread Molle Bestefich
Neil Skrypuch wrote: You can always type .wine in to access it, even if it isn't visible. No. Some apps break when you do that. Either they don't access the folder correctly, or they close or activate the selection dialog.

Re: Linux noob

2006-06-06 Thread Molle Bestefich
Molle Bestefich wrote: No. Some apps break when you do that. Either they don't access the folder correctly, or they close or activate the selection dialog. The symlink workaround works fine though. My main argument was that hidden folders is an ugly workaround for bad directory structure.

Re: D3D9: Add a test for setting / getting vertex shader constants

2006-06-06 Thread H. Verbeet
On 06/06/06, Raphael [EMAIL PROTECTED] wrote: Simple testing :) can you add border tests in future: hret = IDirect3DDevice9_SetVertexShaderConstantB(device_ptr, MAX_VSHADER_CONSTANTS - 4, bool_in, 4); hret = IDirect3DDevice9_SetVertexShaderConstantB(device_ptr, MAX_VSHADER_CONSTANTS - 2,

Re: acad 2004 license file bug

2006-06-06 Thread Jaap Stolk
On 6/6/06, Mike Hearn [EMAIL PROTECTED] wrote: Mike doesn't have AutoCad so it may not be fixed. The problem must lie elsewhere. Native MSI can be installed if you use Win98 mode, or you could try debugging Wines own MSI implementation. I don't think autocad 2004 runs in win98, and I would

Re: Feedback requested for Mac OSX x86 stack patch

2006-06-06 Thread Nick Burns
Although I probably should not talk to myself (responding to my own email) Something did occur to me From: Nick Burns [EMAIL PROTECTED] To: wine-devel@winehq.org, [EMAIL PROTECTED] Subject: Re: Feedback requested for Mac OSX x86 stack patch Date: Tue, 06 Jun 2006 18:49:54 -0700 From:

Re: Linux noob

2006-06-06 Thread Joseph Garvin
GTK dialogs can always show hidden folders, just right click and click Show Hidden Folders. Molle Bestefich wrote: Neil Skrypuch wrote: I can't say I've ever seen that. What apps in particular? Can't remember offhand. I was annoyed enough by it to create the symlink at one point. Both the

My new hero...

2006-06-06 Thread Dan Kegel
Qingdao is my new hero. He's really on a roll: http://www.winehq.org/pipermail/wine-cvs/2006-June/023427.html fixes a Visual Basic safearray redim bug, http://bugs.winehq.org/show_bug.cgi?id=5217 and he has two other fixes in unrelated areas this month. Mike, what was that you were saying about