Re: NSIS visual corruption

2003-01-25 Thread Dmitry Timoshkov
"Mike Hearn" <[EMAIL PROTECTED]> wrote: > - The app seems to be linked with the visual c++ GetProcAddress lazy > binding system, which means that for instance calls to CreateWindowEx > don't show up in the relay trace. It also makes logger/logview rather > useless. Is there any way of getting arou

Re: resize client size errors

2003-01-25 Thread Dmitry Timoshkov
"Shachar Shemesh" <[EMAIL PROTECTED]> wrote: > > When running the winelib notepad in managed mode, after resizing the > > main window the scroll bar is not aligned with the right side of the > > windows as it is upon startup, but is located about one scroll bar's > > width to the left of the ed

trouble with spy++

2003-01-25 Thread Dan Kegel
I am trying out spy++, and it works great under Windows; both the version from MSVC4.0 and MSVC6.0 can display the Windows Messages apps receive on, say, getting focus. Unfortunately, spy++ doesn't seem to do diddly under Wine. I see no messages, no matter what window I ask for details about, or

Bug #416 - Missings exports in winsocks

2003-01-25 Thread Andrew John Hughes
License: LGPL Changelog: - Provides stub implementations of functions listed in Bug #416 - GetTypeByNameA and SetServiceA This were previously sent, but I received no comment on the patch and it wasn't applied. Please let me know if there's something wrong with it. -- Andrew :-) Plea

Patch for Win32-->Win16 calls in PSDRV

2003-01-25 Thread Andrew John Hughes
License: LGPL Changelog: - DeviceCapabilities16 now calls PSDRV_DeviceCapabilities - ExtDeviceMode16 now calls PSDRV_ExtDeviceMode - Extended switch statement in DeviceCapabilities to handle new options - Added comments to functions -- Andrew :-) Please avoid se

Patch for SetSystemPaletteUse

2003-01-25 Thread Andrew John Hughes
License: LGPL Changelog: - Extends function to deal with error conditions -- Andrew :-) Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html patch-palette.diff Description: Binary data msg16878/pgp0.pgp Description

Re: Font trouble in VB app "Yardi Property Management"

2003-01-25 Thread Huw D M Davies
On Sat, Jan 25, 2003 at 12:48:25PM -0800, Dan Kegel wrote: > I ran a VB app from http://www.yardi.com with the command > > $ wine --dll compobj,storage,ole2,ole32=n Y.EXE > > It initially died because COMPOBJ.DLL didn't > implement ordinals COMPOBJ.201 and COMPOBJ.207, > so I copied compobj.dll

Re: A strange problem with xmpeg

2003-01-25 Thread Waldeck Schutzer
Thanks for letting me know, Lionel. I was getting tired of debugging anyway, but not before I found the real cause for the crashing. Xmpeg was requesting not just overlays but also it was using FourCC codes for YV12, and apparently these are also not yet supported or fully implemented. On my machin

NSIS visual corruption

2003-01-25 Thread Mike Hearn
Hi, the Nullsoft Installer for Rhymbox (rhymbox.com) displays the following visual corruption: http://www.theoretic.com/mike/nsis-corruption.png because WS_CHILD and WS_CAPTION are set for that window. A few questions: - Is it legal to have WS_CHILD and WS_CAPTION together? I can't think of a ti

Font trouble in VB app "Yardi Property Management"

2003-01-25 Thread Dan Kegel
I ran a VB app from http://www.yardi.com with the command $ wine --dll compobj,storage,ole2,ole32=n Y.EXE It initially died because COMPOBJ.DLL didn't implement ordinals COMPOBJ.201 and COMPOBJ.207, so I copied compobj.dll from Windows Me, and that got rid of the crash. However... there's a bit

Re: A strange problem with xmpeg

2003-01-25 Thread Lionel Ulmer
On Wed, Jan 22, 2003 at 09:10:19PM -0500, Waldeck Schutzer wrote: > I have more data on item (2). I traced back the problem to be in > Main_DirectDraw_CreateSurface. The application (or even wine itself) had > requested a surface with flags DDSCAPS_VIDEOMEMORY and DDSCAPS_OVERLAY > set. These ar

Re: Games Swat 3d

2003-01-25 Thread Lionel Ulmer
> Presumably, added to the list of programs that work ;) Well, as the funds / time of the D3D developpers is limited, we do not have all the existing D3D game ever done :-) This is where open source should work (ie a lot of applications testers / bug reporters) but for the moment, we do not have

Re: Unhandled exception in VB app "Yardi Property Management"

2003-01-25 Thread Dan Kegel
Marcus Meissner wrote: A local company wants to run Yardi Professional Property Management, a VB app that doesn't use Access, under Wine. (See http://www.yardi.com.) >>... Unhandled exception: privileged instruction in 16-bit code (25f7:0ca4). Backtrace: =>0 0x25f7:0x0ca4 (bp=6cd4) 1 0x00f7:0x

wine ICMP code

2003-01-25 Thread Jason Algol
hi guys, in dlls/icmp/icmp_main.c would it be possible to use system("/bin/ping..."); if not running as uid 0?, (or using pipes if the ouput needs to be parsed) as /bin/ping is obviously usually suid root and if the required options are available as arguments to /bin/ping then wine can do as

Re: resize client size errors

2003-01-25 Thread Shachar Shemesh
Shachar Shemesh wrote: Hi list, When running the winelib notepad in managed mode, after resizing the main window the scroll bar is not aligned with the right side of the windows as it is upon startup, but is located about one scroll bar's width to the left of the edge. This problem persists e

Re: build problem with current CVS (20030125 9:45 UTC)

2003-01-25 Thread Vincent Béron
Le sam 25/01/2003 à 05:05, Stefan Leichter a écrit : > Hello > > compiling the current cvs fails for me with: > > make[2]: Entering directory `/usr/src/wine/wine-build/dlls/winspool' > gcc -shared -Wl,-Bsymbolic,-z,defs winspool.drv.spec.oinfo.o wspool.o >winspool.drv.dbg.o -o winspool.drv

Re: PATCH: glibc 2.3.x and errno

2003-01-25 Thread Marcus Meissner
On Sat, Jan 25, 2003 at 04:43:09AM -0800, Francois Gouget wrote: > On Fri, 24 Jan 2003, Ulrich Weigand wrote: > [...] > > This means that C source code compiled against the new headers will > > result in assembler code that *directly* accesses a thread-local > > variable as defined by the TLS ABI.

Re: Games Swat 3d

2003-01-25 Thread Raphaël Junqueira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le Mercredi 22 Janvier 2003 23:39, Greg Turner a écrit : > > > > can you report the current working state of the game under wine Dx > > after ? As d3d<8 not support multi-texturing yet, i think you should > > have some graphics problems > > OK, I gave

Re: PATCH: glibc 2.3.x and errno

2003-01-25 Thread Francois Gouget
On Fri, 24 Jan 2003, Ulrich Weigand wrote: [...] > This means that C source code compiled against the new headers will > result in assembler code that *directly* accesses a thread-local > variable as defined by the TLS ABI. In the case of errno, this > will involve accessing the %gs segment using

resize client size errors

2003-01-25 Thread Shachar Shemesh
Hi list, When running the winelib notepad in managed mode, after resizing the main window the scroll bar is not aligned with the right side of the windows as it is upon startup, but is located about one scroll bar's width to the left of the edge. This problem persists even if I change the code

build problem with current CVS (20030125 9:45 UTC)

2003-01-25 Thread Stefan Leichter
Hello compiling the current cvs fails for me with: make[2]: Entering directory `/usr/src/wine/wine-build/dlls/winspool' gcc -shared -Wl,-Bsymbolic,-z,defs winspool.drv.spec.oinfo.o wspool.o winspool.drv.dbg.o -o winspool.drv.so -L../../dlls -L../../library -lwine -lm -lc info.o: In func

Re: Unhandled exception in VB app "Yardi Property Management"

2003-01-25 Thread Marcus Meissner
On Sat, Jan 25, 2003 at 12:06:10AM -0800, Dan Kegel wrote: > A local company wants to run Yardi Professional Property Management, > a VB app that doesn't use Access, under Wine. (See http://www.yardi.com.) > > I tried it under CVS wine as of a few days ago. > Happily, the setup program completes,

Unhandled exception in VB app "Yardi Property Management"

2003-01-25 Thread Dan Kegel
A local company wants to run Yardi Professional Property Management, a VB app that doesn't use Access, under Wine. (See http://www.yardi.com.) I tried it under CVS wine as of a few days ago. Happily, the setup program completes, with just a few warnings and one 'illegal function call' vb dialog b