Re: New WineHQ mailing list manager

2000-10-05 Thread Marcus Meissner
On Thu, Oct 05, 2000 at 05:43:57AM +0200, Ove Kaaven wrote: Hello all, I now have the pleasure to report to you that WineHQ's primary mailing lists (wine-devel, wine-patches, wine-cvs, wine-announce, wine-bugs) are now powered by GNU Mailman. Among other things, this means that

Re: Fonts

2000-10-11 Thread Marcus Meissner
On Wed, Oct 11, 2000 at 07:05:37AM +0200, Raymond Orchison wrote: Hi, In my windows source code I have the following code: SelectObject (hdc, GetStockObject (OEM_FIXED_FONT)); When I run this app in windows my font is fine, I get my IBM char set with no funny character, when I run

Re: HACK: monkey 4 demo , step 1 (virtualalloc problems)

2000-10-13 Thread Marcus Meissner
OK, I've downloaded the demo and debugged the real problem. Exception handling didn't have anything to do with it, the reason it's accessing uncommitted memory is because it failed to acquire the size of a bitmap (Product.bmp) earlier (Wine returned biSizeImage == 0), so it apparently didn't

Re: HACK: monkey 4 demo , step 1 (virtualalloc problems)

2000-10-13 Thread Marcus Meissner
On Fri, Oct 13, 2000 at 03:45:59AM +0200, Ove Kaaven wrote: On Wed, 11 Oct 2000, Juergen Schmied wrote: ... which makes MI4:EFMI demo start up (and now fail at missing IDirect3D7). I was thinking about do a frist implementation of IDirectDrawSurface7 (for SIMS). Anybody else working

press: linuxworld

2001-01-30 Thread Marcus Meissner
Hi, http://yahoofin.cnet.com/news/0-1003-200-4642327.html?tag=pt.yahoofin.financefeed..ne Quote: |* Borland will unveil its Delphi programming kit for Linux, called | Kylix. The product is designed to let people write software that works | with Linux and Windows, sources said. The software

OsOpinion: The Real Reason for Wine

2000-02-17 Thread Marcus Meissner
Nice piece showing 'why wine' in the osOpionion column at: http://www.osopinion.com/Opinions/WesleyParis/WesleyParish11.html Ciao, Marcus

Re: [OT] Applix FUDs Wine

2000-02-10 Thread Marcus Meissner
On Fri, Feb 11, 2000 at 01:37:32AM -0500, Ian Schmidt wrote: A lovely quote: "The added layer of Wine code--an open source implementation of Windows 95/Microsoft Windows NT application programming interfaces--causes native Windows applications to run more slowly and with less stability on

Re: PrgWin95: Extern and #pragma/#line/#error support

2000-03-20 Thread Marcus Meissner
Indeed. The problem is that wrc has a semantical preprocessor instead of a lexical preprocessor. Why don't we simply use gcc preprocessor? Because not everybody uses/has gcc to compile wine... And a 'standard' cpp would not do? (use autoconf magic: AC_PROG_CPP) Ciao, Marcus

Re: PATCH: winaspi

2000-03-23 Thread Marcus Meissner
In the flags there are 2 bits. One is tested for by the current TARGET_TO_HOST macro, the other is tested for by the current HOST_TO_TARGET macro. Not exactly. TARGET_TO_HOST is 1 bit (bit 3), HOST_TO_TARGET are 2 bits (bit 3,4). To accomplish that I just thought of it as: As long as you

Re: Owner drawn listbox fix

2000-03-24 Thread Marcus Meissner
On Fri, Mar 24, 2000 at 05:17:45PM +, Huw D M Davies wrote: Send the correct ODA_ code when deselecting an item. Index: controls/listbox.c === RCS file: /home/wine/wine/controls/listbox.c,v retrieving revision 1.37

Re: Fixes to SendASPI32Command:SC_GET_DEV_TYPE

2000-03-25 Thread Marcus Meissner
Hallo, appended patch makes SendASPI32Command:SC_GET_DEV_TYPE return more sensible values. Changelog: dlls/winaspi/winaspi32.c: SendASPI32Command Sensible return values for SC_GET_DEV_TYPE This is already fixed with my last WINASPI patch, which has been applied

Re: Fixes to SendASPI32Command:SC_GET_DEV_TYPE

2000-03-26 Thread Marcus Meissner
... Actually, that looks wrong since as I said before, no program should check it anyway, and the spec says it always returns SS_PENDING. This is true for SC_EXEC_SCSI_COMMAND obviuosly we have different specs: MSDN Library July 1995 says in Windows 95 DDK "Get Device Type Comand"

PATCH: Re: wine/ ./configure ./configure.in dlls/ddraw/.c ...

2000-04-11 Thread Marcus Meissner
On Tue, Apr 11, 2000 at 03:16:18AM +0200, Ove Kaaven wrote: Log message: Marcus Meissner [EMAIL PROTECTED] Restructured DirectDraw. Split into X11 and DGA driver, and multiple files/dirs for easier maintenance. Cleaned up structs and include files. Reindented the code

osOpinion: Why WINE is a very bad idea

2000-04-12 Thread Marcus Meissner
Hi, OsOpinion has a nice (not) article on us. Hmm. http://www.osopinion.com/Opinions/aweston/aweston1.html Ciao, Marcus

Re: DDraw issue

2000-04-18 Thread Marcus Meissner
On Sun, Apr 16, 2000 at 12:37:09PM +, Eric Pouech wrote: using Windows Media Player (6.4.something), I run into the following issue: - when a ddraw object is created, it gets the X11 drawable from the window - in some cases of SetParent, this X11 drawable (the X11 window) is deleted

Re: ddraw errors

2000-04-24 Thread Marcus Meissner
On Fri, Apr 21, 2000 at 02:20:36PM +0200, Ove Kaaven wrote: Tried to run Tiberian Sun again... apart from that pthreads interaction makes DIBSections (and thus DirectDrawSurface::GetDC) abort because somehow the "real" pthreads grabbed SIGSEGV (I'm working on a fix), I get a bunch of these

Re: ASCII/Unicode

2000-04-26 Thread Marcus Meissner
On Wed, Apr 26, 2000 at 10:59:20AM +0800, Dmitry Timoshkov wrote: Dimitrie O. Paun [EMAIL PROTECTED] wrote: [...] I think we should be a lot more agnostic about the string encoding. What I mean is that we should have only one function that works with all encodings, which takes as the first

Re: Native MPR.DLL and thunking

2000-04-26 Thread Marcus Meissner
On Wed, Apr 26, 2000 at 10:15:17AM +0200, Uwe Bonnes wrote: Hallo, trying to run applications with native mpr.dll, an error regarding thunking is reported: hertz:~ wine -dll mpr=n /dosc/win95/system/mprexe.exe FIXME:pthread_atfork Could not stat /home/bon/ikda/vol2, ignoring drive Y:

Re: Rich Edit Control - Important Patch!

2000-04-26 Thread Marcus Meissner
On Wed, Apr 26, 2000 at 02:27:13PM -0400, Jean-Claude Batista wrote: Hi, I forgot to change the configure.in to include a dls/riched32/Makefile entry. This would break wine's build if an autoconf was done. I recommend doing an autoconf, ./configure make depend after using this patch.

Re: small listbox change

2000-04-29 Thread Marcus Meissner
On Sat, Apr 29, 2000 at 05:37:51PM -0700, Alexandre Julliard wrote: "Martin Fuchs" [EMAIL PROTECTED] writes: Send WM_DRAWITEM for empty owner drawn list boxes. Won't this reintroduce the Eudora bug that was fixed by Marcus in listbox.c rev 1.7? Can anybody verify this? Not sure. I

Re: small listbox change

2000-04-29 Thread Marcus Meissner
"Martin Fuchs" [EMAIL PROTECTED] writes: Send WM_DRAWITEM for empty owner drawn list boxes. Won't this reintroduce the Eudora bug that was fixed by Marcus in listbox.c rev 1.7? Can anybody verify this? Not sure. I just tried it again and it currently hangs in the endless redrawing

Re: include/richedit.h

2000-05-04 Thread Marcus Meissner
On Thu, May 04, 2000 at 03:32:00PM +0900, H.Takeshima wrote: include/richedit.h add for implementing richedit. Umm, you know, that Corel has some kind of working richedit.dll in their tree? (Not sure how good it works). Ciao, Marcus

Re: wine/controls edit.c

2000-05-06 Thread Marcus Meissner
On Fri, May 05, 2000 at 12:21:03PM -0600, Alexandre Julliard wrote: CVSROOT: /home/wine Module name: wine Changes by: [EMAIL PROTECTED]00/05/05 12:21:03 Modified files: controls : edit.c Log message: Susan Farley [EMAIL PROTECTED] Handle ^C, ^V

Re: NT Specific installer

2000-05-06 Thread Marcus Meissner
On Sat, May 06, 2000 at 10:56:51AM -0400, C R Johnson wrote: [EMAIL PROTECTED] wrote: wine -winver nt40 rtfm next time.. THanks, that gets it started. I did spend about an hour with the man page, wine.conf doc, reference manuals and all that yesterday, but I can never seem to

Re: PATCH: handoptimized DIB_SetImageBits_8 - 16

2000-05-07 Thread Marcus Meissner
... + /* Borrowed from DirectDraw */ + __asm__ __volatile__( + "xor %%eax,%%eax\n" + "1:\n" + "lodsb\n" + "movw (%%edx,%%eax,4),%%ax\n" + "stosw\n" + " xor %%eax,%%eax\n" +

Re: PATCH: handoptimized DIB_SetImageBits_8 - 16

2000-05-07 Thread Marcus Meissner
On Sun, May 07, 2000 at 09:54:19PM +0200, Ove Kaaven wrote: On Sun, 7 May 2000, Marcus Meissner wrote: We are building the colormap with X11DRV_DIB_BuildColorMap, which in turn uses X11DRV_PALETTE_ToPhysical, which appears to use the current X servers colormasks and -shifts to compute

Re: *Much* better error msgs

2000-05-21 Thread Marcus Meissner
Good idea. How about an abbreviated string, though? If we have a lookup function wine_error_name(char*), we could use FIXME(wine_error_name("RelocateFailed"),...). Perhaps we could take a leaf out of Acorn's book here: for I18N purposes, their RISC OS contained a module called

Re: vidc.drv

2000-05-22 Thread Marcus Meissner
On Mon, May 22, 2000 at 04:07:35AM -0400, [EMAIL PROTECTED] wrote: Good day! Anybody know offhand what is vidc.drv? err:driver:OpenDriverA Failed to open driver vidc. from section drivers32 A MSVIDEO decompressor driver. Found in msvidc.drv/msvidc32.dll Ciao, Marcus

Re: FindFirst and 16 bit code

2000-05-28 Thread Marcus Meissner
I did implement FindFirstEx and would like not to call down to FindFirst16. We can't simply move the implementation to the 32 bit side and change the calls FindFirst -FindFirst16 to FindFirst16-FindFirst since the handle is allocated by GlobalAlloc and can not be casted to HANDLE16. How

Re: COREL: combobox fixes

2000-05-29 Thread Marcus Meissner
On Mon, May 29, 2000 at 04:52:49PM +0800, Dmitry Timoshkov wrote: From the CorelWine log: revision 1.11 date: 2000/02/07 20:12:27; author: jima; state: Exp; lines: +30 -0 Here is an update for CBDropDown() in combo.c. It's done for a bug #337534. Before

Re: dsound questions

2000-05-31 Thread Marcus Meissner
1) There's a race condition between DSOUND_WriteAudio, DSOUND_CloseAudio and DSOUND_OpenAudio. Calls to these methods have the pseudo guard of if ( audioOK == 1) {...} which isn't strictly required (at least to a cursory glance). What is required is a consistent critical section

Re: GlobalUnlock with High Word zero

2000-05-31 Thread Marcus Meissner
On Wed, May 31, 2000 at 05:46:39PM +0200, Uwe Bonnes wrote: Hallo, some program (autoptn.exe from the Maxim Full-Line catalog version 4/2000) crashes like this Call kernel32.446: GlobalHandle(403b5bdc) ret=0f725ce0 fs=008f Ret kernel32.446: GlobalHandle() retval=403b5bb6 ret=0f725ce0

Re: Linux 2.2.14 vs 2.3.x networking problem

2000-06-08 Thread Marcus Meissner
On Wed, Jun 07, 2000 at 03:45:47PM -0700, Berend Ozceri wrote: I have a Windows application (Meeting Maker - http://www.meetingmaker6.com) that works fine under the latest Wine (built yesterday from CVS) using Linux kernel version 2.2.14. When I switch to a 2.3.x kernel, the application has

PRESS: Focus on Linux: More Windows for Linux

2000-06-10 Thread Marcus Meissner
Hi, Another press review: http://linux.about.com/compute/linux/library/weekly/aa060300c-b.htm However, it is basically just an introduction to WINE without much evaluation. Ciao, Marcus

redraw regression in winmine.exe

2000-06-12 Thread Marcus Meissner
Hi, When switching winmine.exe between different modes (beginner-advanced-profi) the toolbar with the Smilie Face is not erased/redrawn correctly. This should not happen ;) Ciao, Marcus

Another WINE user: XMPS

2000-06-17 Thread Marcus Meissner
Hi, The X MPEG Player System (XMPS) is using parts of Wine to load Windows Video Codecs to play some .AVI files. Cool thing that. :) Homepage: http://www-eleves.enst-bretagne.fr/~chavarri/xmps/ Ciao, Marcus

Re: Wine CVS Documentation

2000-06-21 Thread Marcus Meissner
On Wed, Jun 21, 2000 at 12:14:30PM -0700, Alexandre Julliard wrote: Eric Pouech [EMAIL PROTECTED] writes: a last point would be to have Alexandre's agreement to use DocBook as primary format for documentation. I remembered one of his remarks where he wished to have at least all docs in

PATCH? profile loading

2000-06-24 Thread Marcus Meissner
Hi, While testing the Sims I came across the following: Setup.exe does: GetCurrentDirectory() - returns E:\, my CD ROM drive. GetPrivateProfileStringA("SKU","SKU","MISSING",buf,buflen,"MAXIS.INI") MAXIS.INI is only in E:\, the program fails if it returns "MISSING". = the

Re: stupid question ??

2000-06-24 Thread Marcus Meissner
On Sat, Jun 24, 2000 at 09:14:10AM -0600, Philippe Moutarlier wrote: Sorry if this is a stupid question, but why do I get wine looking for .so files that don't exists anywhere ? When trying to run word I get this : err:module:BUILTIN32_dlopen failed to load libmso7enu.so:

Summary LinuxTag Stuttgart 2000

2000-07-04 Thread Marcus Meissner
WINE on LinuxTag 2000 We were invited by the LinuxTag organizers to have a demopoint on the "largest european linux congress" ("where .com meets .org"), the german LinuxTag 2000 (www.linuxtag.de) and we gladly accepted :) Overall it had more than 17.000 visitors (hard to believe) and had more

Re: Crash report : X11DRV_DIB_GetDIBits

2000-07-10 Thread Marcus Meissner
On Mon, Jul 10, 2000 at 02:13:24PM -0400, Stephane Lussier wrote: Here's a patch that should fix the problem with Adobe. Let me know if it's working, if so I'll post the patch. The DIB code used by Xing DVD Player works again with it. Ciao, Marcus

Re: wine-misc/526: diablo 2 dies with wine complaining about no hundler for some win32 routine

2000-07-12 Thread Marcus Meissner
On Wed, Jul 12, 2000 at 12:14:00AM -0600, Janis Pusmucans wrote: Number: 526 Category: wine-misc Synopsis: diablo 2 dies with wine complaining about no hundler for some win32 routine This is fixed in current CVS :) I am already playing Diablo2 :) Ciao, Marcus

Re: PATCH: edit control 1

2000-07-15 Thread Marcus Meissner
On Sat, Jul 15, 2000 at 04:32:23PM +0200, Marcus Meissner wrote: Hi, While debugging the D2 installer I came across this gem. If you run with -debugmsg +edit, the D2 installer will try to display an Edit control with 15 KB text. +edit will try to print it in EDIT_WM_SetText and corrupt

Re: PATCH: ddraw : IDirectDraw interface COM cleanup

2000-07-17 Thread Marcus Meissner
On Mon, Jul 17, 2000 at 08:31:38PM +0200, Juergen Schmied wrote: Not jet looked really deep into it but creating new instances of objects in a QueryInterface call violates basic rules of COM. Every call of QueryInterface for a given IID _MUST_ return a pointer to the same object means:

Re: Missing copy of HKEY_USERS\.Default - HKEY_CURRENT_USER

2000-07-21 Thread Marcus Meissner
Some weeks/months ago the copy of the HKEY_USERS\.Default\ registry subkeys to HKEY_CURRENT_USER was dropped, so that changes in the default are no longer used for the current user. Was this intentional? Yes. The HKEY_USERS\.Default keys are _not_ default keys used in your way. The

Re: Missing copy of HKEY_USERS\.Default - HKEY_CURRENT_USER

2000-07-21 Thread Marcus Meissner
Err, I tried to locate the piece of code that does this, but it appears to be missing too. No it's done onec by the code to create a new user. Wine does not have any function like this. Its a job for wineinstall or so... Till then HKU/.Default is completely unused. Good to know. Have to

Re: ddraw compilation fixes

2000-07-26 Thread Marcus Meissner
On Sun, Jul 23, 2000 at 10:01:10PM +, Eric Pouech wrote: (I assume Marcus forgot to patch those I just hope there are no other floating around) RCS file: /home/cvs/cvsroot/wine/wine/dlls/ddraw/d3dtexture.c,v RCS file: /home/cvs/cvsroot/wine/wine/dlls/ddraw/d3ddevice/mesa.c,v Yup. I

Re: InternetCheckConnection

2000-07-26 Thread Marcus Meissner
On Wed, Jul 26, 2000 at 04:16:32PM +0200, Gerald Pfeifer wrote: On Wed, 26 Jul 2000, David Elliott wrote: gomeisa[53]:~% /sbin/route -n ; uname -rs /sbin/route: Command not found. SunOS 5.6 Okay, that's odd. Where do they hide the route command In /usr/sbin. However, it has to

Re: wine/msdos dpmi.c

2000-07-27 Thread Marcus Meissner
On Wed, Jul 26, 2000 at 11:03:53PM -0400, James Juran wrote: Alexandre Julliard wrote: CVSROOT:/home/wine Module name:wine Changes by: [EMAIL PROTECTED]00/07/26 12:04:54 Modified files: msdos : dpmi.c Log message: Avoid

Critical Sections too slow

2000-07-28 Thread Marcus Meissner
Hi, while trying to speed up Xing DVD Player I came across the following rather uncool problem: Critical Sections take way too much time. I have added the appended patch to EnterCriticalSection(): It prints an S every 20 seconds on my K6-200, meaning it did at least 3*1000

Re: PATCH: missing incl

2000-07-29 Thread Marcus Meissner
On Sat, Jul 29, 2000 at 10:29:08AM -0700, Alexandre Julliard wrote: Marcus Meissner [EMAIL PROTECTED] writes: Changelog: We need winuser.h for wvsprintfA() prototype. No, kernel functions should not use winuser.h (nor call USER functions for that matter...) Well, the Win95 kernel

Press: ZDNET: A toast to wine for running windows apps

2000-08-02 Thread Marcus Meissner
Hi, ZDNet eWeek has a brief article on us, mostly talking about the Lotus Notes client: http://www.zdnet.com/eweek/stories/general/0,11011,2607357,00.html Ciao, Marcus

Developer Meeting at the Linux Kongress 2000 ?

2000-08-02 Thread Marcus Meissner
/ /_/ __ / /__ Naegelsbachstr. 49c, 91052 Erlangen /_//_/ // Dipl. Inf. Marcus Meissner, email: [EMAIL PROTECTED] /_/ ==phone: ++49 9131 7912-300, fax: ++49 9131 7192-399 Caldera OpenLinux

Re: Buffer OVERFLOW (and using Wine with libsafe)

2000-08-03 Thread Marcus Meissner
Yes but libsafe needs to walk up the stack to locate the buffer, and there is no guarantee that the Windows app uses the stack layout that libsafe expects. Besides we are using multiple threads and stacks and I don't know if libsafe can cope with this at all. Is it feasible for Wine to

Re: windows/defwnd.c - disappearing text

2000-08-04 Thread Marcus Meissner
diff -ur was/windows/defwnd.c is/windows/defwnd.c --- was/windows/defwnd.c Wed Aug 2 17:34:14 2000 +++ is/windows/defwnd.c Fri Aug 4 00:43:32 2000 @@ -307,7 +307,7 @@ if (wndPtr-hrgnUpdate) { RedrawWindow ( wndPtr-hwndSelf, 0, wndPtr-hrgnUpdate, -

endless recursions between SetWindowRgn and SetWindowPos

2000-08-06 Thread Marcus Meissner
Hi, QuickTimePlayer 4 uses SetWindowRgn to get round edges. Unfortunately it appears to do that in the WM_WINDOWPOSCHANGING handler. So we probably should not use SetWindowPos there? Or do it differently? The looping part is appended below. The QT4 Installer is downloadable from:

Re: RH6.2

2000-08-06 Thread Marcus Meissner
(t)csh: setenv LC_ALL en (ba)sh: LC_ALL=en ; export LC_ALL Also, has Cygnus released an updated version of glibc with this bug fixed yet? Has anyone checked Red Hat's beta version to see if this problem is still there? RH 7.0 Beta uses a much newer version of glibc requiring

Re: [FYI] Wine for Homepage Builder patches

2000-08-07 Thread Marcus Meissner
On Mon, Aug 07, 2000 at 08:56:22PM +, Turchanov Sergei wrote: Hi, I've seen an announcement for "Homepage Builder for Linux" by IBM at Freshmeat and visited their homepage and it appears that it runs under "customized version of Wine". And they provide patches which they made to Wine

Re: lstrlenA exception handling

2000-08-09 Thread Marcus Meissner
On Wed, Aug 09, 2000 at 02:33:36AM -0400, Jim Aston wrote: I'm profiling Wine with cprof http://opensource.corel.com/cprof.html and I am curious as to why lstrlenA has a __TRY, __EXCEPT wrapper around a strlen call. The exception handling is 2/3 of the execution time. I also noticed

Re: lstrlenA exception handling

2000-08-09 Thread Marcus Meissner
The reason is that some windows apps pass NULL pointers and expect ERROR_INVALID_PARAMETER to be returned, and not a Dr. Watson pop-up ;) If you've already got a wrapper for strlen(), why use additional exception handling for this case? Couldn't you save a lot of overhead by using an

Re: lstrlenA exception handling

2000-08-09 Thread Marcus Meissner
Does that mean you have to do exception-handling calls in every function that could throw an exception? Or could the exception handling for a higher-level stack frame catch the invalid pointers somehow? Well, we only have to do it in functions that do it in Win95/Win98... Unfortunately its a

Re: crtdll (fopen and friends)

2000-08-14 Thread Marcus Meissner
One problem with this is that DOS/Windows keeps the current directory on a per drive basis (at least from a user interface point of view, don't know how it is implemented internally). Of course since you also know the current (aka default) drive as well as the current directory you can

Re: crtdll (fopen and friends)

2000-08-14 Thread Marcus Meissner
On Mon, Aug 14, 2000 at 10:46:13AM +, Eric Pouech wrote: WINELIB still uses the current UNIX directory. whaot WineLib programs are also chdir:ed to '/'... Err. I thought you added a patch that changed the current directory back. Sorry. And yes, it probably needs a better solution.

Re: why does wine use stdin, stdout stderr streams from wineserver?

2000-08-16 Thread Marcus Meissner
On Wed, Aug 16, 2000 at 05:38:54PM +0100, David Howells wrote: Can someone explain why wineserver passes it's UNIX stdin/out/err fd's to a running wine program by socket-based FD transfer every time a wine application wants to do an operation on it's idea of stdin/out/err? They could have

Re: Remaning Dlls

2000-08-28 Thread Marcus Meissner
On Mon, Aug 28, 2000 at 01:29:42PM -0400, Michael Cardenas wrote: Hello again. I'm working on renaming our versions of the wine libs, so that the corel and deneba installations do not break each other. My question is, what is the right way to do this? I have been working for a

Re: Generating patches from commit logs

2000-08-30 Thread Marcus Meissner
On Wed, Aug 30, 2000 at 06:27:53AM +0200, Ove Kaaven wrote: On Tue, 29 Aug 2000, Dimitrie O. Paun wrote: -- the CGI program must reside on the CVS machine as it needs access to the commit log; the name of the machine gets hardcoded in the commit log entry. You

LinuxNews: WINE aging gracefully

2000-09-08 Thread Marcus Meissner
Hi, LinuxNews interviewed Alexandre http://www.linuxnews.com/stories.php?story=202 Ciao, Marcus

Re: PATCH: LDFLAGS and -rpath

2000-09-28 Thread Marcus Meissner
On Wed, Sep 27, 2000 at 04:43:37PM -0700, Alexandre Julliard wrote: Ove Kaaven [EMAIL PROTECTED] writes: 1. Is there a particular reason why libwine_unicode.so can't just be in the same directory as libwine.so, since it's not really a "DLL"? Shouldn't take a special rpath to find it...

Re: PATCH: LDFLAGS and -rpath

2000-09-28 Thread Marcus Meissner
On Thu, Sep 28, 2000 at 10:08:08AM -0700, Alexandre Julliard wrote: Ove Kaaven [EMAIL PROTECTED] writes: That was what my solution of setting the rpath to $(prefix)/lib/wine was supposed to solve. Binary packagers tend to *not* install the dlls into the same path as libwine.so right

Re: PATCH: LDFLAGS and -rpath

2000-09-28 Thread Marcus Meissner
There is no principle that says that things have to be hard for users. Yup. Or you can feel free to answer all questions regarding that topic ;) Messing with system files like /etc/ld.so.conf is not something you want to do automatically in the build process; Also Debian has as a rule (and

Re: wingdi.h: PT_MOVETO = 6 ??

2000-10-21 Thread Marcus Meissner
On Sun, Oct 22, 2000 at 03:35:22PM +0200, mark dufour wrote: /* Flags for PolyDraw and GetPath */ #define PT_CLOSEFIGURE          0x0001 #define PT_LINETO               0x0002 #define PT_BEZIERTO             0x0004 #define PT_MOVETO               0x0006        

dialogbox visual glitches

2000-10-21 Thread Marcus Meissner
Hi, while trying to install a program I noticed that in managed mode the dialogboxes are drawn too large. This leads to a clearly visible problem, which is not in my field of experience ;) I have attached a screenshot from both unmanaged and managed mode and the resp. CreateDialogBoxParamA

BUG: sending WM_SETFOCUS after WM_DESTROY

2000-10-22 Thread Marcus Meissner
Hi, When opening a file in WinWord98 the latter sometimes crashes. Apparently, one window (probably the top filedialog window?) gets destroyed and following sequence of events happens: WIN_SendDestroyMsg() is entered for the toplevel window focus is set WM_DESTROY is sent to the window for

Re: Focus to deleted windows

2000-10-29 Thread Marcus Meissner
On Sun, Oct 29, 2000 at 08:59:53AM -0500, gerard patel wrote: That's they call 'embrace and extend' I guess. This is Marcus's idea but it did not fix the bug with *my* application, so I changed it a bit. I hope it's still fixing his problem - logically it should :-) I just wanted to go and

Re: [dank@alumni.caltech.edu: ABI for Linux for i386 (was: Re: What's a Window???)]

2000-10-30 Thread Marcus Meissner
Hi, I've just discussed this with Ralf Flaxa (chief of sample implementation LSB) who is coincidently sitting in the office right beside mine :) robert w hall wrote on comp.emulators.ms-windows.wine: aj writes:- I think the problem is that they changed the value of USER_CS and USER_DS

Re: Wine packaging - part 2 - what RPM/DEBs do

2000-10-31 Thread Marcus Meissner
I don't think this belongs in CVS, mainly because there is no way to have one authoritative spec file; every distribution needs a different one. So I think it's much better to place the common stuff in a separate script (like wineinstall), have a good documentation explaining the

useful things

2000-11-01 Thread Marcus Meissner
Hi, Debugging USER control gets easier by dumping window info on special keys... This patch dumps the current window and its parents on pressing the "Print" key. I am not sure whether this is useful in the real WINE. Ciao, Marcus Index: input.c

Re: Do not invert magic bitmap menu items

2000-11-01 Thread Marcus Meissner
On Thu, Nov 02, 2000 at 03:33:20PM +0800, Dmitry Timoshkov wrote: Hello. At least one regression arised with my menu patch: minimize/maximize/close MDI buttons are drawn now inverted when pressed. Chagelog: Do not invert "magic" bitmap menu items. There was nothing attached. Ciao,

Re: Another bug (or the return of the (in)famous strength reduce GCC bug)

2000-11-10 Thread Marcus Meissner
On Fri, Nov 10, 2000 at 07:50:44PM +, Eric Pouech wrote: I tried to debug an annoying bug^H^H^Hfeature of the Wine debugger command history runs havoc after a few commands get entered this boils down to a... compiler bug (no Ulrich, this ain't a(nother) joke)

Re: wine/dlls Makefile.in avifil32/Makefile.in com ...

2000-11-12 Thread Marcus Meissner
The things to consider is that any dll using this mechanism must be linked with -Bsymbolic to make sure the assembly stubs do not override the real function definitions, and that it should only call functions that are exported by the dll (which is the main reason why not all dlls can use

Re: Re2: Even More Wine on Cygwin

2000-11-14 Thread Marcus Meissner
On Tue, Nov 14, 2000 at 09:43:43AM -0800, Francois Gouget wrote: On Tue, 14 Nov 2000 [EMAIL PROTECTED] wrote: On Tue, 14 Nov 2000, Andrew Lynch wrote: Eric, Thank you for the suggestion. I entered the command you specified in Cygwin gcc -g -S -O2 -Wall -o bin2res bin2res.o

lzexpand problems

2000-11-18 Thread Marcus Meissner
Hi, LZEXPAND and probably other 16bit dlls currently do not work due to the following problem: 16 bit caller calls LZStart(), DS is pointing to his 16bit datasegment. LZStart does ... stuff ... ljmp 0x23:__wine_call_from_16_word ; So far so good. Unfortunately,

Re: lzexpand problems

2000-11-18 Thread Marcus Meissner
On Sat, Nov 18, 2000 at 06:55:35PM +0100, Marcus Meissner wrote: Hi, LZEXPAND and probably other 16bit dlls currently do not work due to the following problem: 16 bit caller calls LZStart(), DS is pointing to his 16bit datasegment. LZStart does ... stuff ... ljmp 0x23

Unsupported yet debug continue value

2000-11-19 Thread Marcus Meissner
Hi, just got: exception 0xc008 at address 0x4000c1e2, fs 567, pid 9158 () fixme:seh:UnhandledExceptionFilter Unsupported yet debug continue value 1 (pleas e report) The exception was not caused by WINE. Just for whoever is interested ;) Ciao, Marcus

Re: dlopen crashing

2000-12-01 Thread Marcus Meissner
On Fri, Dec 01, 2000 at 06:45:37PM +0100, Uwe Bonnes wrote: Hallo, running avrstudio.exe (v3) crashes when opening the File pupdown. The crash seems to happen while loading the dll. Inserting a TRACE just before (dlopen_dll+0x1c0(name=0x405a5608) [loader.c:114] prints out x11driver.so as

Re: strange stuff

2000-12-02 Thread Marcus Meissner
On Sat, Dec 02, 2000 at 12:45:36PM -0500, Dimitrie O. Paun wrote: Is there any reason why we need this in configure.in: AC_OUTPUT_COMMANDS([ extra_subdirs="\ dlls/ddraw/d3ddevice \ dlls/ddraw/dclipper \ dlls/ddraw/ddraw \ dlls/ddraw/direct3d \ dlls/ddraw/dpalette \

Re: gcc documentation

2000-12-06 Thread Marcus Meissner
On Wed, Dec 06, 2000 at 03:09:05PM +0100, gerard patel wrote: Trying a patch, I had the surprise to get a compilation error, the following option being invalid : -mpreferred-stack-boundary=2 It was a following of my recent patch to glibc, my path had gone scrambled and my default

Re: PATCH: VirtualQuery

2000-12-14 Thread Marcus Meissner
On Wed, Dec 13, 2000 at 07:19:03PM -0600, Andreas Mohr wrote: On Thu, Dec 14, 2000 at 01:05:02AM +0100, Marcus Meissner wrote: Hi, Siedler 3 is not happy about getting back '0' as return value from VirtualQuery, even for the 0x address. So make sure, we always return

Re: StorageBaseImpl? functions

2000-12-15 Thread Marcus Meissner
On Fri, Dec 15, 2000 at 11:12:03AM -0500, [EMAIL PROTECTED] wrote: Good day! I am trying to write a winelib app to perform simple manipulations on a storage object. Is there some entity I can import in the spec file to define these things, or are they only meant to be got at in c++? Juno

Re: PATCH: some MCI fixes

2000-12-16 Thread Marcus Meissner
got a look to the issues you brought up: 1/ regarding the first one, I rewrote the fix to be consistent with the rest of mciSendString (and fixed a bug in returned values - foudn while I was testing it -, and a memory leak) 2/ regarding the second one, the bug was not in command table

Re: Siedler3 thinks I have a Virus because kernel32 differs

2000-12-16 Thread Marcus Meissner
On Sat, Dec 16, 2000 at 09:26:40PM +0100, Goswin Brederlow wrote: Hi, right after the start Siedler3 (the original s3.exe) comes up with a little requester: Kernel32 call does not point into KERNEL32.dll. Virus or incompatible Systemanalyzer detected! (#3000) htmlbody img

Re: XFree 4.x Render extension

2000-12-20 Thread Marcus Meissner
On Wed, Dec 20, 2000 at 08:10:04PM +0100, Lionel Ulmer wrote: Hi, Now that XFree 4.0.2 is out, the new Render extension (more details here : http://www.xfree86.org/~keithp/render/) will be available on many (most ?) Linux desktops. What could be interesting for Wine is resumed in the X

Re: GNU make dependency?

2000-12-29 Thread Marcus Meissner
On Sat, Dec 23, 2000 at 01:23:05AM +0100, Gerald Pfeifer wrote: Current CVS sources cannot be built with BSD make (FreeBSD 4.2) any longer. The first error I get is the following, though I'm afraid there may be further ones hidden: /usr/bin/gcc -shared -Wl,-soname,libkernel32.so

PRESS: /. transgaming

2000-12-30 Thread Marcus Meissner
Hi, The Transgaming Announcement has hit /., with usual discussions ;) "WINE gets Direct3D Support" http://slashdot.org/article.pl?sid=00/12/30/1427237 Ciao, Marcus

locking problem in printing

2001-01-01 Thread Marcus Meissner
Hi, I have the following locking problem while printing from a 16bit application: |Ret USER.34: ENABLEWINDOW() retval=0x ret=0277:365e ds=027f |Call GDI.38: ESCAPE(0x14f0,0x000a,0x0025,0x03875ef4,0x) ret=0277:365e ds=027f |trace:print:OpenJob16 'LPT1:' 'Der PC-Freiberufler:

Re: [PATCH] typelib.c - ITypeInfo::Invoke

2001-01-02 Thread Marcus Meissner
On Tue, Jan 02, 2001 at 08:00:36AM -0500, Francois Jacques wrote: If the network is not lying to me again, [EMAIL PROTECTED] wrote on Thu, Dec 21, 2000 at 01:37:39PM -0800: Francois Jacques [EMAIL PROTECTED] writes: +static HRESULT +INVOKE_InvokeStdCallFunction(IUnknown* pIUnk,

Re: Proposed New Wine Logo

2001-01-18 Thread Marcus Meissner
On Thu, Jan 18, 2001 at 10:07:05AM -0600, Jeremy Newman wrote: I have placed a revised logo Design at: http://www.winehq.com/logo/ Let us know if this works better for the Wine community. After enough feedback we'll go ahead and update the website and standardize on the logo. The foot of

Strange window message / queue behaviour

2001-02-05 Thread Marcus Meissner
Hi, I have an application that handles several text edit controls. At one point it flips from the first to the second (after you have entered the fourth character). This is done by a function, which does (simplified) this: { DWORD startsel,endsel;

Re: LDT

2001-02-08 Thread Marcus Meissner
On Thu, Feb 08, 2001 at 06:04:11PM +0100, Sandie wrote: Hello i'm french (so i may make some mistakes) I m interested in wine but it is not the main goal of my mail, I would like to know how to change the ldt under linux,because I heard that wine uses this function to run windows program,so

Re: huge library renaming ?

2001-02-23 Thread Marcus Meissner
On Fri, Feb 23, 2001 at 08:31:50PM +0100, Andreas Mohr wrote: Hello all, one thing that occurred to me: Shouldn't we rename *all* Wine libraries to libwineXXX ? AFAIR there have been several naming conflicts with other projects (libole, ...), and people who need to remove a previous Wine

  1   2   3   4   >