Re: [userenv] add userenv.h

2006-07-14 Thread Dmitry Timoshkov
"Vijay Kiran Kamuju" <[EMAIL PROTECTED]> wrote: I havent blindly copied them. But modified them PSDK headers for our need. You can't do that. But havent added any unicode things 'coz I was busy with other things. And defered to a later patch. I'm sorry, but this doesn't sound plausibly. Mo

Re: [userenv] add userenv.h

2006-07-14 Thread Vijay Kiran Kamuju
Hi, I havent blindly copied them. But modified them PSDK headers for our need. But havent added any unicode things 'coz I was busy with other things. And defered to a later patch. If you think i need to send a newer patch, i will send it monday. Thanks, Vijay On 7/15/06, Dmitry Timoshkov <[EMAIL

Re: [userenv] add userenv.h

2006-07-14 Thread Dmitry Timoshkov
"Vijay Kiran Kamuju" <[EMAIL PROTECTED]> wrote: ChangeLog Add userenv.h for userenv.dll It appears that you have blindly copied the PSDK header contents, that's not allowed. Moreover some things required for proper compilation with and without UNICODE defined are missing. --

Re: IID_IUnknown not defined?

2006-07-14 Thread Mike McCormack
Christoph Frick wrote: i build wine nearly every day from cvs. for the last to days i was not able to do so as the first occurences of IID_IUnknown and IID_IClassFactory the compiler thinks they are missing. i can also not find them via tags-file nor grep **/*.h; is there something wrong on my

IID_IUnknown not defined?

2006-07-14 Thread Christoph Frick
hiho i build wine nearly every day from cvs. for the last to days i was not able to do so as the first occurences of IID_IUnknown and IID_IClassFactory the compiler thinks they are missing. i can also not find them via tags-file nor grep **/*.h; is there something wrong on my end (as i would expec

ntdll: enable CreateRemoteThread and RtlCreateUserThread for remote processes

2006-07-14 Thread Thomas Kho
ntdll: enable CreateRemoteThread and RtlCreateUserThread for remote processes Greetings, The attached patch is a proof-of-concept for implementing CreateRemoteThread and RtlCreateUserThread for remote processes. It is currently Linux and x86 specific but should be portable to other platforms/OSes

Re: Empty "what was tested", "what was not" fields

2006-07-14 Thread Chris Morgan
> That is a good idea but that does not solve the problem with the fields > in test results since we cannot and do not use include/filter.php > because of problems with xinha variables. I do not see a problem with > this patch going in but for now we need my patch as well. No worries about Xinha.

re: Juan Lang : msi: Let caller set property in AppSearch.

2006-07-14 Thread Dan Kegel
Juan, http://winehq.org/pipermail/wine-cvs/2006-July/024546.html may have caused http://bugs.winehq.org/show_bug.cgi?id=5680 could you have a look?

Re: oleaut32: Conformance test and patch for VarCat

2006-07-14 Thread qingdoa daoo
--- qingdoa daoo <[EMAIL PROTECTED]> wrote: > --- Benjamin Arai <[EMAIL PROTECTED]> wrote: > > > See http://bugs.winehq.com/show_bug.cgi?id=5545 > > License: LGPL > > > > Changelog: > > - oleaut32: Add conformance test for VarCat > > - oleaut32: Update VarCat function to address all con

Re: msi breakage

2006-07-14 Thread Juan Lang
Damn. Boneheadedness. That should be: if (rc == ERROR_SUCCESS && !value) throughout ACTION_AppSearch. I'll submit a patch on Monday. --Juan

setup_dos_mem error dutifully reported

2006-07-14 Thread Michael Ost
As of wine-0.9.16 my winelib app now prints this message at startup: err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report Quick googling finds an old closed bug about this here: http://bugs.winehq.org/show_bug.cgi?id=2062 Is this important? Is there any more in

Re: bugzilla admin

2006-07-14 Thread Tony Lambregts
Tobias Burnus wrote: Hi, Tony Lambregts schrieb: Even with a new bugzilla you cannot do this yourself. Bah! Only an administrator can change a users login name (email). If you want I can change it for you. just send me an email with what you want it changed from andwhat you want it changed

Re: Question regarding VT_INT in oleaut32

2006-07-14 Thread qingdoa daoo
--- qingdoa daoo <[EMAIL PROTECTED]> wrote: > --- Benjamin Arai <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I wrote a conformance test for oleaut32:VariantChangeType but I ran > > into a snag. The conformance test under windows does not allow the > > conversion from type VT_INT to VT_I8 but i

Re: Empty "what was tested", "what was not" fields

2006-07-14 Thread Tony Lambregts
Jonathan Ernst wrote: Le jeudi 13 juillet 2006 à 23:06 -0600, Tony Lambregts a écrit : Change log: Don't allow empty "what works", "what was tested" and "what was not" fields again ;^) Files Changed: include/testData.php I think we should trim s and sH variables in filter.php, it s

Re: Question regarding VT_INT in oleaut32

2006-07-14 Thread Michael Stefaniuc
Benjamin Arai wrote: > I wrote a conformance test for oleaut32:VariantChangeType but I ran > into a snag. The conformance test under windows does not allow the > conversion from type VT_INT to VT_I8 but it does allow for VT_I4 to Dosn't make me wonder. E.g. a lot of variant arithmetic functions do

msi: Download the MSI package if it is a remote URL [try3]

2006-07-14 Thread Dan Kegel
James wrote: +GetUrlCacheEntryInfoW( szUrl, NULL, &size ); +if ( GetLastError() != ERROR_FILE_NOT_FOUND ) Is it really ok to check GetLastError() to see if there's been an error? I thought successful operations did not affect the value of GetLastError(). Something like int succeeded =

Question regarding VT_INT in oleaut32

2006-07-14 Thread Benjamin Arai
Hi, I wrote a conformance test for oleaut32:VariantChangeType but I ran into a snag. The conformance test under windows does not allow the conversion from type VT_INT to VT_I8 but it does allow for VT_I4 to VT_I8. I made the necessary changes to VariantChangeType so that it conforms to windows b

Re: DirectDraw Issues continue

2006-07-14 Thread H. Verbeet
On 14/07/06, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > > > * C&C Generals - Fails to run > > > > Copy protection? Otherwise it has GPU detection problems > > Looks like GPU issues, I'll try it again. The issue is that Generals uses the pci id of the graphics card to find out which capatibliti

msi breakage

2006-07-14 Thread James Hawkins
Hey, The following patch: http://winehq.org/pipermail/wine-cvs/2006-July/024546.html Juan Lang <[EMAIL PROTECTED]> msi: Let caller set property in AppSearch. breaks the PSDK installer. You can apply one of my 'download the remote msi' patches in order to test it out. I've attached the output

Re: DirectDraw Issues continue

2006-07-14 Thread Martin Owens
It's 'command &> file' to take both the STDOUT and STDERR into a file. seems a bit messy to do 'command > file 2> &1'. I'll work with Imperialism II first, it's my second favourite game after Imperialism II but I think it'll be easier to fix. On 7/14/06, Olaf Leidinger <[EMAIL PROTECTED]> wrote:

Re: DirectDraw Issues continue

2006-07-14 Thread Olaf Leidinger
Hello! > > WINE_DEBUG=+ddraw,+d3d7 wine settlers.exe > mywinelog > > The environment variable is WINEDEBUG, not WINE_DEBUG. And it should be "> filename 2>&1" not only "> filename", as without "2>&1" only standard output, not standard error is written to the file. WINEDEBUG=+ddraw,+d3d7 wine se

GDI: SetDiBits uses hdc with DIB_RGB_COLORS (Notes Client problem)

2006-07-14 Thread Dan Kegel
Stefan wrote: I've tracked a bug on the Notes Client. I've noticed you've been working on Notes lately, that's cool. It is related to Lotus Notes workspace, which shows the database symbols and their icons. Up to Wine 0.909 the icons were colored correctly. From 0.910 on the icons are black (

Re: DirectDraw Issues continue

2006-07-14 Thread Stefan Dösinger
Hi, > Some info below: > > > I'll provide logs and things if asked. > > > > A +ddraw,+d3d7 log would be useful > > export WINE_DEBUG=+ddraw,+d3d7 (the way this debug flag thing > works is completely baffling to me) WINEDEBUG=+ddraw,+d3d7 > > > * Pharaoh - used to work back in 0.9.15 and

Re: DirectDraw Issues continue

2006-07-14 Thread Jesse Allen
On 7/14/06, Joseph Garvin <[EMAIL PROTECTED]> wrote: Martin Owens wrote: > Well you've managed to be quite polite and considerate so I owe you at > the very least my full co-operation if not my apologies. > > Some info below: > >> > >> > I'll provide logs and things if asked. >> A +ddraw,+d3d7 lo

Re: DirectDraw Issues continue

2006-07-14 Thread Joseph Garvin
Martin Owens wrote: > Well you've managed to be quite polite and considerate so I owe you at > the very least my full co-operation if not my apologies. > > Some info below: > >> > >> > I'll provide logs and things if asked. >> A +ddraw,+d3d7 log would be useful > > export WINE_DEBUG=+ddraw,+d3d7

Re: "assumed" graphic card memory

2006-07-14 Thread Jesse Allen
On 7/14/06, Stefan Dösinger <[EMAIL PROTECTED]> wrote: Am Donnerstag 13 Juli 2006 22:07 schrieb Frank Richter: > I think the article exaggerates. (a) it refers to one driver which > exhibits the problem - Matrox G400 GL, on Win32. Linux drivers may > actually all properly support that function. (

Re: comcat work

2006-07-14 Thread Aric Stewart
The parameter is a ULONG and the documentation states that -1 is a special value. so i assume that other negative values would be interpreted as their corresponding ULONG positive value causing the api to expect a very large number of classes or categories to match against. -aric Dmitry Timos

wine and ipod/itunes

2006-07-14 Thread Shaya Potter
does anyone know how wine (or at least crossover) enables itunes to work w/ an ipod that is mounted in userspace? I've been reading the cxipod script, and don't quite understand it (seems to do some registry mucking). Is this modified wine dll's that are ipodservice.exe aware? The reason I a

Re: wine's fullscreen code has no effect on metacity

2006-07-14 Thread Havoc Pennington
Dmitry Timoshkov wrote: It's OK that a WM constrains windows to be placed inside of its work area but still allows to place them into a fullscreen state on request. How would you suggest to properly inform a WM that a window needs to be in a fullscreen state? Does metacity ignore ClientMessage

Re: iphlpappi error

2006-07-14 Thread phconix
thanks. however,didn't make any difference. hmm, anything else I could try? -ph On Wed, 2006-07-12 at 22:56 -0700, Juan Lang wrote: > > trying to get wine 0.9.17 on solaris and end up with this error. > > Undefined first referenced > > symbol in

Re: DirectDraw Issues continue

2006-07-14 Thread Martin Owens
Well you've managed to be quite polite and considerate so I owe you at the very least my full co-operation if not my apologies. Some info below: > > I'll provide logs and things if asked. A +ddraw,+d3d7 log would be useful export WINE_DEBUG=+ddraw,+d3d7 (the way this debug flag thing

Re: DirectDraw Issues continue

2006-07-14 Thread Stefan Dösinger
Am Donnerstag 13 Juli 2006 23:15 schrieb Martin Owens: > OK I'm quite upset now, when I compiled the cvs version of wine on my > own computer and Pharaoh started working again I thought great, fixed! > but oh no one of the comunity computers I administer is running ubuntu > same as me but their get

Re: "assumed" graphic card memory

2006-07-14 Thread H. Verbeet
On 14/07/06, Stefan Dösinger <[EMAIL PROTECTED]> wrote: Am Donnerstag 13 Juli 2006 22:07 schrieb Frank Richter: > I think the article exaggerates. (a) it refers to one driver which > exhibits the problem - Matrox G400 GL, on Win32. Linux drivers may > actually all properly support that function.

Re: font error - sfnt2fnt/coue1255.fon

2006-07-14 Thread Vitaly Lipatov
В сообщении от 13 июля 2006 23:22 Robert Shearman написал(a): > phconix wrote: > >hi all, > >getting errors in wine 0.9.17 on solaris: > >any tip appreciate > >thanks > > > >fontforge -script ../fonts/genttf.ff courier.sfd courier.ttf > >Copyright (c) 2000-2006 by George Williams. > >Executable bas

Re: "assumed" graphic card memory

2006-07-14 Thread Stefan Dösinger
Am Donnerstag 13 Juli 2006 22:07 schrieb Frank Richter: > I think the article exaggerates. (a) it refers to one driver which > exhibits the problem - Matrox G400 GL, on Win32. Linux drivers may > actually all properly support that function. (b) you could use a cap - > e.g. never report more than 50

Re: comcat work

2006-07-14 Thread Dmitry Timoshkov
"Aric Stewart" <[EMAIL PROTECTED]> wrote: Here are 2 patches, the first is resending my handing of -1 in EnumClassesOfCategories, the second patch is a test case for the first patch. It would be interesting to see how other negative values are supposed to be handled, and if it's only -1 which

Re: wine's fullscreen code has no effect on metacity

2006-07-14 Thread Dmitry Timoshkov
"Havoc Pennington" <[EMAIL PROTECTED]> wrote: to shift it below the top GNOME top panel by 25 pixels (btw, that's why I wrongly thought that the top GNOME top panel remained above in Z order of the main game's window, actually they do not overlap each other). Metacity does this with all win