CD-ROM access via \\\\.\\Cdrom0

2006-11-17 Thread Pavel Roskin
) ); default: /* can't match anything */ break; } -- Regards, Pavel Roskin

Re: CD-ROM access via \\\\.\\Cdrom0

2006-11-17 Thread Pavel Roskin
Hello! On Fri, 2006-11-17 at 10:20 +0100, Hans Leidekker wrote: On Friday 17 November 2006 09:01, Pavel Roskin wrote: trace:file:CreateFileW L.\\Cdrom0 GENERIC_READ GENERIC_WRITE FILE_SHARE_READ FILE_SHARE_WR On NT based systems drive letters are aliases for device names in what

Re: [PATCH 1/3] Compile oleaut32 for win32 but not for win64

2006-10-04 Thread Pavel Roskin
On Wed, 2006-10-04 at 12:23 +0100, Robert Shearman wrote: Pavel Roskin wrote: GLUT32FILES = glut32 OPENGLFILES = opengl32 wined3d XFILES = winex11.drv -EXTRADIRS = @GLU32FILES@ @GLUT32FILES@ @OPENGLFILES@ @XFILES@ +WIN32FILES = oleaut32 +EXTRADIRS = @GLU32FILES@ @GLUT32FILES

Re: [PATCH 1/3] Compile oleaut32 for win32 but not for win64

2006-10-03 Thread Pavel Roskin
Hello, James! On Tue, 2006-10-03 at 14:14 -0700, James Hawkins wrote: On 10/3/06, Pavel Roskin [EMAIL PROTECTED] wrote: From: Pavel Roskin [EMAIL PROTECTED] Compile oleaut32 for win32 but not for win64 Does win64 not come with oleaut32? What I'm really asking is, why are you making

Re: [PATCH 1/3] Compile oleaut32 for win32 but not for win64

2006-10-03 Thread Pavel Roskin
parallelism to use the available resources of the developers in a better way. I'm not a regular Wine developer, and the above is just a little more than my two cents. Let's not start a flamewar over this, OK? -- Regards, Pavel Roskin

Re: wine_main_preload_info not found, cannot use first megabyte, *.exe don't work

2006-08-02 Thread Pavel Roskin
confirm that it's working for me. Thank you! -- Regards, Pavel Roskin

Re: wine_main_preload_info not found, cannot use first megabyte, *.exe don't work

2006-07-30 Thread Pavel Roskin
version 2.17.50.0.3-2 20060715 It's a x86_64 system, but I have the necessary packages for i386 development. I don't have SELinux enabled. -- Regards, Pavel Roskin

Re: wine_main_preload_info not found, cannot use first megabyte, *.exe don't work

2006-07-30 Thread Pavel Roskin
Hi Mike, I have found a workaround! On Mon, 2006-07-31 at 00:23 -0400, Pavel Roskin wrote: I agree. My gdb cannot show variables in 32-bit binaries (or maybe it's just something Wine specific), but it shows the line numbers. I traced find_symbol() in preloader.c, and it seems like

wine_main_preload_info not found, cannot use first megabyte, *.exe don't work

2006-07-28 Thread Pavel Roskin
, the difference between config.status in both builds is quite significant to pinpoint the reason. -- Regards, Pavel Roskin

Re: A better workaround for compiling on FC4/x86_64

2005-12-04 Thread Pavel Roskin
/opensslconf-i386.h is missing. That's where a development package would be very helpful. I see it's not fixed in RawHide yet, so we'll have to deal with such issues for some time. -- Regards, Pavel Roskin

Missing includes in dlls/wininet/netconnection.c

2005-12-04 Thread Pavel Roskin
error reporting mechanisms. But to be fair, there are instances of perror() in the current Wine code. -- Regards, Pavel Roskin

A better workaround for compiling on FC4/x86_64

2005-12-03 Thread Pavel Roskin
that it will be useful for some Wine users. I'm not sure it it merits inclusion in Wine, but I would not object. -- Regards, Pavel Roskin ldconfig32 Description: application/shellscript

wineconsole crashes with curses backend

2005-12-01 Thread Pavel Roskin
; + error: WINE_ERR(failed to init.\n); -- Regards, Pavel Roskin

Compile error in dlls/wininet/netconnection.c

2005-12-01 Thread Pavel Roskin
HAVE_OPENSSL_ERR_H static BOOL check_hostname(X509 *cert, char *hostname) { /* FIXME: implement */ return TRUE; } +#endif /** * NETCON_secure_connect -- Regards, Pavel Roskin

Re: Add CMD_FONT for all notepad resource files

2005-11-10 Thread Pavel Roskin
in an english resource file it effectively makes all other locale resource files not valid any more. That's the whole point of the discussion about whether or not to ask to add an english string into other locales resources besides english. I agree. -- Regards, Pavel Roskin

Focus problems

2003-10-06 Thread Pavel Roskin
to solve at this point. I'll appreciate an advise in which order to proceed and what kind of verification is expected for the changes in the focus code. -- Regards, Pavel Roskin--- dlls/user/focus.c +++ dlls/user/focus.c @@ -257,7 +257,13 @@ HWND WINAPI SetFocus( HWND hwnd ) { HWND

Re: Uninstaller uses wrong icon

2003-10-04 Thread Pavel Roskin
On Sat, 4 Oct 2003, Dimitrie O. Paun wrote: On October 3, 2003 10:56 pm, Pavel Roskin wrote: Everything if fine. I put the latest mkwine here http://www.red-bean.com/~proski/wine/ Very nice indeed -- I really hope that we can eventually get our Makefiles in a state where this script

Re: Uninstaller uses wrong icon

2003-10-03 Thread Pavel Roskin
On Fri, 3 Oct 2003, Dimitrie O. Paun wrote: On Fri, 3 Oct 2003, Pavel Roskin wrote: That's great news! Hopefully I'll be able to exclude wrc from the script to compile Wine programs on Windows. The new patch goes to wine-patches. You should be able to use windres/rc instead of wrc

Re: Implementation of GetCompressedFileSize[AW]

2003-10-02 Thread Pavel Roskin
): stub [EMAIL PROTECTED] bin$ -- Regards, Pavel Roskin

Fix for notepad and winecfg losing focus

2003-10-01 Thread Pavel Roskin
); if (!parent || parent == GetDesktopWindow()) break; hwndTop = parent; === -- Regards, Pavel Roskin

Re: Fix for bug 640 - moving thin frames leaves mess

2003-09-29 Thread Pavel Roskin
On Sun, 28 Sep 2003, Alexandre Julliard wrote: Pavel Roskin [EMAIL PROTECTED] writes: Patch for cmdlgtst.c to produce those pictures is attached. before.png was taken with current Wine. after.png is with the fix that removes the special procession of R2_XORPEN. I would not say

Re: Fix for bug 640 - moving thin frames leaves mess

2003-09-28 Thread Pavel Roskin
of R2_XORPEN. I would not say that nobody will use this effect. Anyway, the whole thing is not worth arguing about. -- Regards, Pavel Roskin --- cmdlgtst.c +++ cmdlgtst.c @@ -245,6 +245,30 @@ void mwi_InitAll(HWND hWnd) mwi_FindReplace(hWnd); } +void myDrawFocusRect( HDC hdc, const RECT* rc

Re: Fix for bug 640 - moving thin frames leaves mess

2003-09-27 Thread Pavel Roskin
On Fri, 26 Sep 2003, Alexandre Julliard wrote: Pavel Roskin [EMAIL PROTECTED] writes: I also included a patch that removes special treatment for R2_XORPEN with black pen. I don't see such behavior in Windows 2000. I also tested Paintbrush from Windows 3.11 and it has no graphical

Re: Fix for bug 640 - moving thin frames leaves mess

2003-09-25 Thread Pavel Roskin
On Thu, 25 Sep 2003, Alexandre Julliard wrote: Pavel Roskin [EMAIL PROTECTED] writes: OK, drop that part of the patch for now. I think that xoring anything with COLOR_WINDOWTEXT is incorrect, but I need to test possible other solutions. After all, the bug is about the white mess from

Re: Script to compile Wine programs on Windows

2003-09-24 Thread Pavel Roskin
instructions mention building DLLs. I'm not using any Wine DLLs. It may be another interesting project to compile them for Windows, but I'm dealing with programs only at this point. -- Regards, Pavel Roskin

Re: Script to compile Wine programs on Windows

2003-09-23 Thread Pavel Roskin
On Tue, 23 Sep 2003, Dimitrie O. Paun wrote: On September 23, 2003 11:02 pm, Pavel Roskin wrote: The attached script makes it possible to compile many programs from Wine under Windows. The only software needed on Windows is Cygwin with MinGW libraries and some other utilities (flex, bison