Re: Fix for metafile test

2004-11-03 Thread Jakob Eriksson
Dmitry Timoshkov wrote: Ferenc Wagner [EMAIL PROTECTED] wrote: Winrash, which invokes winetest in most of the cases, is a service process running on an invisible desktop. Winetest itself can happily run on the real visible desktop, it's just people seldom run it that way (ie. directly).

Re: compiling wine with msvc

2004-11-03 Thread Francois Gouget
On Tue, 2 Nov 2004, James Hawkins wrote: I have installed the latest platform SDk and directx SDK, and set up msvc per http://www.winehq.org/site/docs/wine-devel/testing-windows, but I get this error when compiling dsound_test: Linking... uuid.lib(unknwn_i.obj) : fatal error LNK1103: debugging

could not open .def for my winelib library

2004-11-03 Thread Jia L Wu
Hi, I have created one winelib library (e.g. mylib.dll.so). When I try to link to it during the executable generation (using winemaker's -i option), I got the following error: could not open .def for mylib. I didn't manually created a spec file during the winelib library generation so I don't

RE: Test Drive failure

2004-11-03 Thread Dagan Shai
This results in a helloworld executable. When I execute it I get lots of output lines, here's a sample: fixme:ttydrv:TTYDRV_GetBitmapBits (0x3bc, 0x77cafa7c, 32): stub fixme:ttydrv:TTYDRV_GetBitmapBits (0x3b8, 0x77cafa9c, 32): stub err:imagelist:ImageList_ReplaceIcon no color!

Re: The Return of IE6 Problems

2004-11-03 Thread Dan McGhee
Mike Hearn wrote: ITSS was implemented by Mike - as it's a component of IE I guess it should at least work with it so I'm CCing him. It may be that he implemented it for some other app rather than IE and he doesn't have time to bring it up to scratch for IE right now. I'm not sure. The second

Re: Fix for metafile test

2004-11-03 Thread Ferenc Wagner
Jakob Eriksson [EMAIL PROTECTED] writes: Dmitry Timoshkov wrote: Ferenc Wagner [EMAIL PROTECTED] wrote: Winrash, which invokes winetest in most of the cases, is a service process running on an invisible desktop. Winetest itself can happily run on the real visible desktop, it's just

Re: Update region patch

2004-11-03 Thread Rein Klazes
On Tue, 02 Nov 2004 13:31:05 -0800, you wrote: Here's the first step of moving the update region management to the server. The refresh on window moves is not optimized yet, so it will probably flicker quite a bit, but things should still be painted properly in the end. If you feel like giving

Re: Re: Fix for metafile test

2004-11-03 Thread Chris Morgan
Is that a service option or what? I don't really know anything about Windows services. If you can fix this issue in winrash please do so. I've tried enabling this option and then popping up a dialog box and no dialog was displayed. It should be an easy change to re-enable this option.

Re: Fix for metafile test

2004-11-03 Thread Jakob Eriksson
Chris Morgan wrote: I've tried enabling this option and then popping up a dialog box and no dialog was displayed. It should be an easy change to re-enable this option. I'll try it tonight. What should I look for to see if this metafile test runs correctly? metafile.c:182: Test failed:

specify entry point function for winelib library in spec file

2004-11-03 Thread Jia L Wu
Hi, During the winelib library building, I want to specify a function which will be first called when DLL is loaded. From the winelib user's guide, I saw there should be a line in spec file something like: init DllMain But it seems that winebuild doesn't support this anymore. So how can i

Re: compiling wine with msvc

2004-11-03 Thread James Hawkins
Using the new headers but linking with the libraries from a slightly older Platform SDK solve this error. Which slightly older Platform SDK do you use? On Wed, 3 Nov 2004 12:25:01 +0100 (CET), Francois Gouget [EMAIL PROTECTED] wrote: On Tue, 2 Nov 2004, James Hawkins wrote: I have

Re: specify entry point function for winelib library in spec file

2004-11-03 Thread Alexandre Julliard
Jia L Wu [EMAIL PROTECTED] writes: But it seems that winebuild doesn't support this anymore. So how can i specify an entry point function for a winelib library? Thanks. Simply name your function DllMain and it will be called automatically. -- Alexandre Julliard [EMAIL PROTECTED]

Re: WINSOCK: Implement WSAAddressToStringA/W

2004-11-03 Thread Alexandre Julliard
Hans Leidekker [EMAIL PROTECTED] writes: +if (stringW) +{ +ret = WSAAddressToStringW( sockaddr, len, NULL, stringW, lenstrW ); +*lenstr = lenstrW / sizeof(WCHAR); To be really correct you have to use WideCharToMultiByte to compute the ASCII length. Though in this case

Re: InternetGetConnectedStateExA

2004-11-03 Thread Alexandre Julliard
Aric Stewart [EMAIL PROTECTED] writes: +BOOL WINAPI InternetGetConnectedStateExA(LPDWORD lpdwStatus, +LPSTR lpszConnectionName, DWORD dwNameLen, DWORD dwReserved) +{ +INT len; +LPWSTR lpwszConnectionName = NULL; +BOOL rc; + +TRACE((%p, %s, %ld, 0x%08lx)\n,

Re: InternetGetConnectedStateExA

2004-11-03 Thread Aric Stewart
ah, thanks for catching that i will redo my patch. -aric Alexandre Julliard wrote: Aric Stewart [EMAIL PROTECTED] writes: +BOOL WINAPI InternetGetConnectedStateExA(LPDWORD lpdwStatus, +LPSTR lpszConnectionName, DWORD dwNameLen, DWORD dwReserved) +{ +INT len; +LPWSTR

Access Tokens and Threads

2004-11-03 Thread Elad Lahav
I've been looking into the annoying Set ThreadImpersonationToken handle messages. In order to fix this issue, I need to know a few things: 1. Does Wine maintain access tokens at all? It seems that most of the relevant functions (e.g., NtQueryInformationThread and NtSetInformationThread) simply

Re: source level debugging with WineLib? (ADDED: ATL patches?)

2004-11-03 Thread Geoff K. Hart
(Boaz - I also saw that your are the author of a set of patches for ATL MFC - is there a set of 20041019 that I can pickup someplace? Especially for __uuidof) On Wed, 2004-11-03 at 09:34 +0200, Boaz Harrosh wrote: Geoff K. Hart wrote: Hello, We just started using WineLib, and have very

Re: Access Tokens and Threads

2004-11-03 Thread Robert Shearman
Elad Lahav wrote: I've been looking into the annoying Set ThreadImpersonationToken handle messages. In order to fix this issue, I need to know a few things: 1. Does Wine maintain access tokens at all? It seems that most of the relevant functions (e.g., NtQueryInformationThread and

Has anyone done this before?

2004-11-03 Thread Bill Medland
I would be interested in knowing if anyone has succeeded with this before I start getting too carried away trying to fix the errors. When I tried I got an X error (BadWindow). I am sitting at a RedHat 8.0 computer with a VPN tunnel to a remote network (Microsoft VPN server) ssh through that

Re: Update region patch

2004-11-03 Thread Dimitrie O. Paun
On Tue, Nov 02, 2004 at 01:31:05PM -0800, Alexandre Julliard wrote: Here's the first step of moving the update region management to the server. Yay!!! The refresh on window moves is not optimized yet, so it will probably flicker quite a bit, but things should still be painted properly in

Re: Some conformance tests for msvcrt printf functions

2004-11-03 Thread Alexandre Julliard
Aneurin Price [EMAIL PROTECTED] writes: Is there any particular reason this patch hasn't been committed? Something wrong or just overlooked? You should implement the format strings in a way that the compiler cannot check in order to avoid the warnings. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Update region patch

2004-11-03 Thread Alexandre Julliard
Dimitrie O. Paun [EMAIL PROTECTED] writes: I'm not sure if this is supposed to fix this bug: http://bugs.winehq.org/show_bug.cgi?id=1091 No, it's not supposed to fix anything; at this point the goal is to avoid introducing too many new bugs. Fixing the old ones will come later... --

Re: ez-cdda sleep

2004-11-03 Thread Alexandre Julliard
Mike Hearn [EMAIL PROTECTED] writes: I've attached a patch which fixes this for me. It's not too tricky, if you want me to explain it though I'm happy to do so. This feels like the sort of patch Alexandre will rewrite to his liking anyway :) Actually I already did a similar hack in the

Re: Has anyone done this before?

2004-11-03 Thread Andreas Mohr
Hi, On Wed, Nov 03, 2004 at 04:00:39PM -0800, Bill Medland wrote: I would be interested in knowing if anyone has succeeded with this before I start getting too carried away trying to fix the errors. When I tried I got an X error (BadWindow). I am sitting at a RedHat 8.0 computer with a