Re: Trying to track down a failure in a native, non-MS DLL for which I have no source

2005-09-27 Thread Mike McCormack
David D. Hagood wrote: I'm trying to get the Delorme packages (AAA MapNGo, Street Atlas) running under the latest Wine. They used to work back when Wine used the MS DLLs for DCOM, but then they stopped working when Wine started supplying their own DCOM DLLS. If you're pretty sure that the di

Problem with Magellan DataSend and COM ports

2005-09-27 Thread David D. Hagood
I recently tried to install the Magellan DataSend tool to talk to my GPS, and it almost works. However, I did find one funny with it - the program did not "see" the COM ports until I added the following entries into the registry: [HKEY_LOCAL_MACHINE\hardware\devicemap\serialcomm] "COM2"="COM2"

Trying to track down a failure in a native, non-MS DLL for which I have no source

2005-09-27 Thread David D. Hagood
I'm trying to get the Delorme packages (AAA MapNGo, Street Atlas) running under the latest Wine. They used to work back when Wine used the MS DLLs for DCOM, but then they stopped working when Wine started supplying their own DCOM DLLS. Now, they show an inclination to work but for one thing. B

Re: fixme:win:LockWindowUpdate

2005-09-27 Thread James Hawkins
On 9/27/05, Esko Woudenberg <[EMAIL PROTECTED]> wrote: > There are several parts of a C++ Builder app I am > working on that try to call the LockWindowUpdate() > WIN32 api call it appears to result in a wine crash > with the following error: > > fixme:win:LockWindowUpdate (0x2002a), partial stub!

Re: Help debugging a problem!

2005-09-27 Thread James Hawkins
On 9/27/05, James Hawkins <[EMAIL PROTECTED]> wrote: > On 9/27/05, Ann & Jason Edmeades <[EMAIL PROTECTED]> wrote: > > > > If I change this to > > fred = RegisterClassEx16( &wcex ); > > TRACE("Here... %d\n", fred); > > return fred; > > > > it all works.! > > > > This sounds like the

Re: Help debugging a problem!

2005-09-27 Thread James Hawkins
On 9/27/05, Ann & Jason Edmeades <[EMAIL PROTECTED]> wrote: > > If I change this to > fred = RegisterClassEx16( &wcex ); > TRACE("Here... %d\n", fred); > return fred; > > it all works.! > This sounds like the stack is getting trashed. That is usually the case when randomly added f

CopyEnhMetaFile() on big endian arch

2005-09-27 Thread Phil Krylov
Hi, My problem is: CopyEnhMetaFile() creates a .wmf file from a HENHMETAFILE by simple dumping of data to the file. On big-endian platforms (in my case - PowerPC) the resulting file is not a valid WMF. To make it valid, we need to convert all binary data to little-endian. I'd like to make it wor

Help debugging a problem!

2005-09-27 Thread Ann & Jason Edmeades
Hiya, I've got a weird issue and was wondering if anyone could advise on how to resolve. (Comes from a 16bit windows app, but is a more general debugging issue). The problem is ... 1) If I run the application, it just hangs - no overly helpful information at all. 2) If I add WINEDEBUG +relay trac

fixme:win:LockWindowUpdate

2005-09-27 Thread Esko Woudenberg
There are several parts of a C++ Builder app I am working on that try to call the LockWindowUpdate() WIN32 api call it appears to result in a wine crash with the following error: fixme:win:LockWindowUpdate (0x2002a), partial stub! Where do I go to find out who (if anyone) is working on support

Re: build errors

2005-09-27 Thread Marcus Meissner
On Tue, Sep 27, 2005 at 08:32:00AM -0700, Duane Clark wrote: > Michael Stefaniuc wrote: > >Phil Krylov wrote: > >>On Mon, 26 Sep 2005 22:53:18 -0300 > >>Marcelo Duarte <[EMAIL PROTECTED]> wrote: > >> > >> > >>>To fix the problem for me, instead of clean, I__d do the folowing > >>>command in wine t

Fwd: Re: riched versions... then comdlg

2005-09-27 Thread wino
Hi Andreas, I have just come accross something that looks very similar to my problem. A wine bug that is over a year old reported on a debian installation of wine and posted as a bug on winehq. the bug has had no follow-ups since it was posted a year ago in August. http://www.winehq.org/hyp

riched20.dll asserts

2005-09-27 Thread Aric Stewart
Hello, So looking into an issue with IE6 i found the following problem. If I install IE6, and then go to a japanese web site. (for example http://www.mainichi.co.jp) I get given the option to download and install the Japanese Text Display Support. However if i click Download then the download

Re: build errors

2005-09-27 Thread Duane Clark
Michael Stefaniuc wrote: Phil Krylov wrote: On Mon, 26 Sep 2005 22:53:18 -0300 Marcelo Duarte <[EMAIL PROTECTED]> wrote: To fix the problem for me, instead of clean, I__d do the folowing command in wine tree: rm */*/*.spec.* Thanks, it works. But isn't "make clean" supposed to do this job?

Re: Documentation volunteer(s) needed

2005-09-27 Thread josephblack
Brian Vincent wrote: > On 9/23/05, josephblack <[EMAIL PROTECTED]> wrote: >>After some discussion, Jason has confirmed he would like to >>raise an offer of wine-wiki.org and its contents to the Wine project. > First off, there's a lot of useful info in that wiki. It obvious a > lot of time has

Problem Resolve

2005-09-27 Thread j0zue
Hi, I had a problem with Wine20050830 compilation. Error: error parse before "BerElement"; in lines: 289, 290, 322, 323 in "wine/dlls/wldap32/winldap_private.h" file. In file winldap.h I found declaration of BerElement type. This header is not included in winldap_private.h. I put declaratio

Re: [bug824] update

2005-09-27 Thread Randy Galbraith
Dan Kegel wrote: Vijay wrote: Any comments on why this patch has not been commited http://www.winehq.org/pipermail/wine-patches/2004-October/013221.html Probably because it does not include a conformance test. If you like, you could help by turning http://members.cox.net/~rgalbraith10

Re: Partial solution to the unimplemented API: user32.RealChildWindowFromPoint

2005-09-27 Thread Robert Shearman
Tisheng Chen wrote: User32.RealChildWindowFromPoint is not implemented yet. This causes foobar2000 (with foo_ui_columns) to crash, whenever you right-click on a panel. This patch is only a partial solution. It just stop the crash of programs like foobar2000. But the functionality is not quit

Re: setupapi: implement SetupGetInfFileListW and SetupGetInfInformationW

2005-09-27 Thread Robert Shearman
Steven Edwards wrote: Hi Rob, On 9/24/05, Robert Shearman <[EMAIL PROTECTED]> wrote: Any time a Zero-Width Non-breaking Space is specifically skipped like this it is a bug. You should *never* have to do this if you use the right functions (isspaceW, etc). Is there some other bug lurking tha

xcursor and wine

2005-09-27 Thread Vijay Kiran Kamuju
Hi all, I any body wants tp implement Xcursor support in wine, for loading color cursors. What should be implemented, how it should be implemented? any details regarding this would be helpful. Thanks, Vijay

Re: DDraw: Better flag handling in SetCooperativeLevel

2005-09-27 Thread Stefan Dösinger
> I think the reference counting one is suspect, there should be some > object that holds the reference, we shouldn't just increment it for no > reason. > > For the other one, the tests fail here: Thanks for the info, I'll try to fix the patches as soon as possible. Unfortunatly my notebook is b

Re: DDraw: Better flag handling in SetCooperativeLevel

2005-09-27 Thread Alexandre Julliard
Lionel Ulmer <[EMAIL PROTECTED]> writes: > On Thu, Sep 08, 2005 at 12:03:52PM +0200, Stefan Dösinger wrote: >> Changelog: >> *Add handling for DDSCL_SETFOCUSWINDOW in SetCooperativeLevel >> *Print a fixme for DDSCL_CREATEDEVICEWINDOW and DDSCL_SETDEVICEWINDOW. > > Alexandre, any reason why this p

Re: large file support and GetDiskFreeSpace gets wrong info on > 2GB disks

2005-09-27 Thread Marcus Meissner
On Tue, Sep 27, 2005 at 03:32:48PM +0530, Vijay Kiran Kamuju wrote: > Hi Alexander > > We should add the following lines to the configure script to check for > large file support in the kernel. As the GetDiskFreeSpace gets wrong > information regarding the disk space on disks > 2GB. > > dnl This

large file support and GetDiskFreeSpace gets wrong info on > 2GB disks

2005-09-27 Thread Vijay Kiran Kamuju
Hi Alexander We should add the following lines to the configure script to check for large file support in the kernel. As the GetDiskFreeSpace gets wrong information regarding the disk space on disks > 2GB. dnl This test must come as early as possible after the compiler configuration dnl tests, be

Re: build errors

2005-09-27 Thread Michael Stefaniuc
Phil Krylov wrote: On Mon, 26 Sep 2005 22:53:18 -0300 Marcelo Duarte <[EMAIL PROTECTED]> wrote: To fix the problem for me, instead of clean, I__d do the folowing command in wine tree: rm */*/*.spec.* Thanks, it works. But isn't "make clean" supposed to do this job? Yes and it would have wo

Re: build errors

2005-09-27 Thread Marcus Meissner
On Tue, Sep 27, 2005 at 01:53:05PM +0400, Phil Krylov wrote: > On Mon, 26 Sep 2005 22:53:18 -0300 > Marcelo Duarte <[EMAIL PROTECTED]> wrote: > > > To fix the problem for me, instead of clean, I__d do the folowing command > > in wine tree: > > rm */*/*.spec.* > > Thanks, it works. But isn't "mak

Re: build errors

2005-09-27 Thread Phil Krylov
On Mon, 26 Sep 2005 22:53:18 -0300 Marcelo Duarte <[EMAIL PROTECTED]> wrote: > To fix the problem for me, instead of clean, I__d do the folowing command > in wine tree: > rm */*/*.spec.* Thanks, it works. But isn't "make clean" supposed to do this job? -- Ph.

Re: MS VisualBasic apps have no minimize/maximise buttons, no taskbar button - RFC, help debugging

2005-09-27 Thread Dmitry Timoshkov
"Alex Villací­s Lasso" <[EMAIL PROTECTED]> wrote: > The following is a problem I have been having with every single > VisualBasic application for some time, and I ask for your help now: > > Every single VisualBasic application I have tried lacks the minimize and > maximize buttons, even when the a