Re: [Tools/Wine.inf] Set Internet Explorer version

2006-06-28 Thread Saulius Krasuckas
* On Wed, 28 Jun 2006, Steven Edwards wrote: > * On 6/28/06, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > > > > --- tools/wine.inf.ori 2006-06-28 18:32:28.0 +0200 > > +++ tools/wine.inf 2006-06-28 18:35:22.0 +0200 > > @@ -2467,3 +2467,6 @@ > > HKLM,%Control%\ProductOptions

Re: wine autorun utility

2006-06-28 Thread Vijay Kiran Kamuju
hi, I think HAL for linux should handle the automatic mounting and autorunning it take care. So it should be a part of HAL. my 2 cents. bye, VJ On 6/29/06, Ivan Leo Puoti <[EMAIL PROTECTED]> wrote: Segin Noname wrote: > So I wrote this little program. To be totally honest I don't see the po

Re: msdn calling everything .net now?

2006-06-28 Thread Ivan Leo Puoti
Dan Kegel wrote: Lately, when I search for win32 API functions like CoGetObject, the top few hits I get at microsoft.com are the .net ones. I guess it's not a problem, but it feels weird. Calling everything with a new name is an easy way to get people to think you've got something new, when yo

Re: wine autorun utility

2006-06-28 Thread Ivan Leo Puoti
Segin Noname wrote: > So I wrote this little program. To be totally honest I don't see the point, in 99.999% of CDs I've ever seen autorun starts some file in the root folder of the CD (start.exe, setup.exe, install.exe, runme.exe, in any case something obvious) and the CD usually comes with i

Re: wine autorun utility

2006-06-28 Thread Ivan Leo Puoti
Segin Noname wrote: (FYI: I have no internet connection at the moment, so I say 'hi' to all Wine developers!) Wine is nortorious for NOT supporting Autorun. Many people would say that is a fearute. Ivan.

Re: automatic winetest builds stopped

2006-06-28 Thread Ivan Leo Puoti
Andrew Ziem wrote: Maybe a month ago there was a discussion on this list. IIRC, here's the gist: The build system is broken. Then, someone sent in a patch, but the maintainer is not at home. Any idea when he'll be able to fix this? Ivan.

Re: automatic winetest builds stopped

2006-06-28 Thread Vijay Kiran Kamuju
Can someone take over this stuff? -- VJ On 6/28/06, Andrew Ziem <[EMAIL PROTECTED]> wrote: Ivan Leo Puoti wrote: > Does someone know why the tests at test.winehq.com/data aren't being > built any more? Maybe a month ago there was a discussion on this list. IIRC, here's the gist: The build syst

Re: automatic winetest builds stopped

2006-06-28 Thread Andrew Ziem
Ivan Leo Puoti wrote: Does someone know why the tests at test.winehq.com/data aren't being built any more? Maybe a month ago there was a discussion on this list. IIRC, here's the gist: The build system is broken. Then, someone sent in a patch, but the maintainer is not at home. Andrew

Re: Battlefront blending problem is fixed.

2006-06-28 Thread Jason Green
On 6/28/06, Jesse Allen <[EMAIL PROTECTED]> wrote: Hi Henri, You latest round of wined3d patches fixed the blending problem in SW Battlefront including blocky text. Now I can properly aim at targets. :) Yes, Henri, thanks again for this patchset. A *lot* more works now because of it. :-) Go

msdn calling everything .net now?

2006-06-28 Thread Dan Kegel
Lately, when I search for win32 API functions like CoGetObject, the top few hits I get at microsoft.com are the .net ones. I guess it's not a problem, but it feels weird.

Re: [Tools/Wine.inf] Set Internet Explorer version

2006-06-28 Thread Steven Edwards
Hi, On 6/28/06, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: --- tools/wine.inf.ori 2006-06-28 18:32:28.0 +0200 +++ tools/wine.inf 2006-06-28 18:35:22.0 +0200 @@ -2467,3 +2467,6 @@ HKLM,%Control%\ProductOptions,"ProductType",2,"WinNT" HKLM,%Control%\Windows,"CSDVersion",

Battlefront blending problem is fixed.

2006-06-28 Thread Jesse Allen
Hi Henri, You latest round of wined3d patches fixed the blending problem in SW Battlefront including blocky text. Now I can properly aim at targets. :) However, some screen items seem to be a little more transparent than they should be. It doesn't fix the blocky text in BF1942. BF1942 is a d3d8

Re: [TOOLS] Re: Gecko installer

2006-06-28 Thread Jeremy Newman
This is now live at: http://source.winehq.org/winegecko.php On Sun, 2006-06-25 at 11:40 +0200, Jonathan Ernst wrote: > Le samedi 24 juin 2006 à 20:06 +0200, Jacek Caban a écrit : > > Hi, > > > [...] > > - We need php script redirecting to SourceForge similar to one that > > forwards to Mozilla A

Re: Freetype - Compile error when making a regression test

2006-06-28 Thread Augusto Arcoverde da Rocha
I found a way to fix this compile error. I have deinstalled the package freetype2-dev (freetype 2.2.1) from my Debian system and I got a "build complete" with the package libttf-dev (freetype 1.5) already installed on my system. It seems to be a conflict between two installed header versions. A

Wide Strings Query

2006-06-28 Thread Andrew Talbot
I have written a patch to fix some of the write-strings warnings in regedit's listview.c file, in its OnGetDispInfo() fuction, but I need to know that my understanding is right, before I submit it. Am I correct in thinking that I can replace the _T() macros with TCHAR * variables, as exemplified wi

Re: [AppDb] util_show_error_page

2006-06-28 Thread Chris Morgan
This is a rename of one function to another, and a move from one file to another. Lets not make this into a project when it can be performed by a simple search and replace and verified with a grep of the source code after the change. I'm not trying to ignore you here btw. Give me a hand with o

Re: [AppDb] util_show_error_page

2006-06-28 Thread Tony Lambregts
Chris Morgan wrote: We'll want to perform this move of error_page() and the renaming of calls to it in a single patch. Chris Gah! you have not been listening. You know by now that I think that is a bad idea. I'm preaty sure Jonathan would not be advers to sending a series of patches (1 or x..

wine autorun utility

2006-06-28 Thread Segin Noname
(FYI: I have no internet connection at the moment, so I say 'hi' to all Wine developers!) Wine is nortorious for NOT supporting Autorun. Sure, it's stupid to load the autorun program right after the disk is inserted, but who wants to have to parse the autorun.inf by hand? So I wrote this little

Freetype - Compile error when making a regression test

2006-06-28 Thread Augusto Arcoverde da Rocha
Hi all, I'm here again with a little question about my dispersed efforts over Wine development. Now I'm trying to make some regression tests to identify when Lotus Notes started to show blank squares rather than icons for attachments. And by this way I get some errors compiling (see bellow) Win

Re: [AppDb] util_show_error_page

2006-06-28 Thread Chris Morgan
We'll want to perform this move of error_page() and the renaming of calls to it in a single patch. Chris On Wednesday 28 June 2006 1:21 pm, Jonathan Ernst wrote: > Changelog: > - new util_show_error_page that will replace errorpage

Re: msi: Download the MSI package if it is a remote URL

2006-06-28 Thread Dan Kegel
On 6/28/06, James Hawkins <[EMAIL PROTECTED]> wrote: > http://bugs.winehq.org/show_bug.cgi?id= I'll check it out, but I don't think that's related to my patch. This patch implements fetching remote packages that are given to MsiInstallProduct. This looks like the ability office setup is ca

Re: msi: Download the MSI package if it is a remote URL

2006-06-28 Thread James Hawkins
On 6/28/06, Dan Kegel <[EMAIL PROTECTED]> wrote: Your patch ends in an empty sig, i.e. two dashes, which makes patch complain "patch ends in middle of a line" after finishing. Hmm what version of patch are you using? All my patches have that at the end (git puts it in). I tried your patch t

Re: [Dlls/Cryptnet] Implement a stub cryptnet

2006-06-28 Thread Maarten Lankhorst
2006/6/28, Dmitry Timoshkov <[EMAIL PROTECTED]>: "Maarten Lankhorst" <[EMAIL PROTECTED]> wrote: > +static HINSTANCE ghInst = NULL; > + > +BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) > +{ > + TRACE("(0x%p, %ld, %p)\n", hinstDLL, fdwReason, lpvReserved); > + > +

Re: [PATCH 2/3] server: add calls to get/set menu info

2006-06-28 Thread Thomas Kho
On 6/19/06, Robert Shearman <[EMAIL PROTECTED]> wrote: This needs to be cleaned up a lot more before it will be accepted. For a start, the members of this structure need to be cleaned up. Some of the members of the POPUPMENU structure are for keeping track of the menu while it's in use (bTimeToH

Re: WineD3D: Add one extra line to the dib section

2006-06-28 Thread Saulius Krasuckas
* On Fri, 23 Jun 2006, Stefan [iso-8859-1] D�singer wrote: > Some DirectDraw apps access the surface memory via DWORDS and do not > take the necessary care at the end of the surface. The old DDraw code > allocated 4 extra bytes for the surface and used the unofficial > DIB_CreateDibSection funct

re: msi: Download the MSI package if it is a remote URL

2006-06-28 Thread Dan Kegel
Your patch ends in an empty sig, i.e. two dashes, which makes patch complain "patch ends in middle of a line" after finishing. I tried your patch to see if it fixed a similar problem in Ability Office (see http://ability.com/v4/download.php ) but sadly that still fails with fixme:urlmon:URLDownl

automatic winetest builds stopped

2006-06-28 Thread Ivan Leo Puoti
Does someone know why the tests at test.winehq.com/data aren't being built any more? Ivan.

Re: Very large files

2006-06-28 Thread Damjan Jovanovic
I tested it (code to copy a file below, file was > 4 GB) and it works. I'm using Gentoo 2006.0, Linux 2.6.15.1, ReiserFS 3 and wine 0.9.15. Can you find out whether the broken code is using KERNEL32, NTDLL, MSVCRT streams or MSVCRT POSIX-style open()/read() etc.? #include #include int main(in

Re: [AppDb] [Resend] errorpage -> show_error_page

2006-06-28 Thread Jonathan Ernst
Le mardi 27 juin 2006 à 12:49 -0400, Chris Morgan a écrit : > Can we put a module prefix on this function so it is easier to locate in the > tree? I'm not sure what but it seems like we should try to prefix something > that matches the file the function is in. IMHO we should merge incl.php and

Re: [AppDb] automatic variable cleanup

2006-06-28 Thread Jonathan Ernst
Le mardi 27 juin 2006 à 12:07 -0400, Chris Morgan a écrit : > Wow, thats a pretty neat idea. > > A few comments. > > We should do something to the values in $_REQUEST so they can't be used after > this function is called. We can do that but only after we have made the required changes everywher

Re: Debugging string comparison problem

2006-06-28 Thread Dmitry Timoshkov
- Original Message - From: "Juan Lang" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 28, 2006 12:20 AM Subject: Debugging string comparison problem I'm trying to figure out why CompareStringA returns CSTR_EQUAL for the strings "\1" and "\2". (See bug 5469, and the todo_wine test case

Re: [Dlls/Cryptnet] Implement a stub cryptnet dll (v2)

2006-06-28 Thread Marcus Meissner
On Wed, Jun 28, 2006 at 09:11:21AM +0200, Maarten Lankhorst wrote: > Same as v1, but now even better! :D But without cryptnet_main.c ... Ciao, Marcus