Re: debugging problems (was Re: Suggestion - don't require sane and artsc)

2003-12-09 Thread Gregory M. Turner
On Saturday 06 December 2003 12:15 am, Eric Pouech wrote: > not really, in fact not reading .so file is linked to being able (or > not) to read the .dynamic section of the ELF header Indeed. Looking at the loop in DEBUG_ReadExecutableDbgInfo, the values of dyn.d_tag it iterates through look noth

Re: Using a windows dll from a winelib or possibly native linux app.

2003-12-09 Thread Dimitrie O. Paun
On December 9, 2003 08:14 pm, Kevin Cousins wrote: > Compile and link against /that/ (or similar specialised for your > particular situation), and you're undefined symbols will now have a > definition, and your code should work as advertised. At the very least, > all this worked for me! Yes, it w

Re: comdlg32 MSVC+PSDK patch

2003-12-09 Thread Dimitrie O. Paun
On December 9, 2003 08:47 pm, Steven Edwards wrote: > This one gets us about 60 to 70% of the way there on MSVC+PSDK. Cool. > Once I get > my hands around cleaning up the rest of the printer dialog I will give > a better status update on the PSDK problems I am having. Actually I'd be very intere

Re: rpcrt4 and rpcss with WINE and ReactOS

2003-12-09 Thread Steven Edwards
-- "Gregory M. Turner" <[EMAIL PROTECTED]> wrote: > On Monday 08 December 2003 06:21 pm, Steven Edwards wrote: > > http://cvs.reactos.com/cvsweb.cgi/reactos/ntoskrnl/lpc/ > > Neat. Does it work well enough in ROS to support NT's native rpcrt4? I havent tried but I doubt it. We need some major re

Re: Using a windows dll from a winelib or possibly native linux app.

2003-12-09 Thread Alexandre Julliard
Arthur Bergman <[EMAIL PROTECTED]> writes: > I have been trying to develop an application using a vendor provided > dll from an external vendor to work under linux. If we develop the app > on a windows box and move it over to the wine environment it works, > but it would be preferable to have a mo

Re: Using a windows dll from a winelib or possibly native linux app.

2003-12-09 Thread Kevin Cousins
On Tue, 2003-12-09 at 23:58, Arthur Bergman wrote: > If we develop the app on a windows box and move it over to the wine > environment it works, but it would be preferable to have a more native > approach. So I tried using winelib and have progressed to a point where > I have an application that co

Re: I made a wish, wrote a letter to Santa...

2003-12-09 Thread Alexandre Julliard
"Subhobroto Sinha" <[EMAIL PROTECTED]> writes: > However, soon many of his elves found out that technologies like > MFC, WTL, ATL, COM, DCOM, COM+ and other MS bloops were getting too > complex to be implemented using plain C, and thus developments in > those areas were soon in limbo. > > But th

Re: Issues in typelib.c with installshield 7

2003-12-09 Thread Andrew de Quincey
On Tuesday 09 December 2003 20:02, Mike Hearn wrote: > On Tue, 09 Dec 2003 18:22:04 +, Andrew de Quincey wrote: > > Next up is some reference count problem; the ITypeLib interface seems to > > get destroyed too early. > > Hmmm. I seem to recall posting a patch that fixed a similar issue (but in

Re: Adding support for a USB device

2003-12-09 Thread Uwe Bonnes
> "Dan" == Dan Timis <[EMAIL PROTECTED]> writes: Dan> Hi, I need help with supporting a particular USB device under wine. Dan> I have to start by saying that although I am an experienced C/C++ Dan> programmer with some Linux experience, I have almost no Windows or Dan> wine exp

Adding support for a USB device

2003-12-09 Thread Dan Timis
Hi, I need help with supporting a particular USB device under wine. I have to start by saying that although I am an experienced C/C++ programmer with some Linux experience, I have almost no Windows or wine experience. The Windows code for which I need to provide support uses CreateFile() to g

Re: Winewrap change

2003-12-09 Thread Alexandre Julliard
Shachar Shemesh <[EMAIL PROTECTED]> writes: > Did I put my foot in my mouth again? This is becoming a habit of mine > of late :-( > > I don't remeber what it was that didn't work. Could it have been > wineshelllink? Quite possible yes. In that case you can specify the proper path to it in your co

Re: Winewrap change

2003-12-09 Thread Shachar Shemesh
Alexandre Julliard wrote: Shachar Shemesh <[EMAIL PROTECTED]> writes: Slight change to winewrap Changelog Shachar Shemesh <[EMAIL PROTECTED]> tools/winewrapper * Add tools into path for wine Hmmm, which program do you need from tools at run time? Did I put my foot in my mouth again

Re: Issues in typelib.c with installshield 7

2003-12-09 Thread Mike Hearn
On Tue, 09 Dec 2003 18:22:04 +, Andrew de Quincey wrote: > Next up is some reference count problem; the ITypeLib interface seems to get > destroyed too early. Hmmm. I seem to recall posting a patch that fixed a similar issue (but in the wrong way) a few months ago. I think TypeInfo was not re

Re: Status of winealsa patch

2003-12-09 Thread Alexandre Julliard
Sylvain Petreolle <[EMAIL PROTECTED]> writes: > The current code works with today alsa cvs if I use the ALSA_PCM_OLD* > defines, no problem at all. > The goal of my patch is to make us use the new API. > When the 1.0 state will be reached, the 0.9 API will be considered > deprecated (like the alre

Re: Winewrap change

2003-12-09 Thread Alexandre Julliard
Shachar Shemesh <[EMAIL PROTECTED]> writes: > Slight change to winewrap > Changelog > Shachar Shemesh <[EMAIL PROTECTED]> > tools/winewrapper > > * Add tools into path for wine Hmmm, which program do you need from tools at run time? -- Alexandre Julliard [EMAIL PROTECTED]

Re: Deadlock?

2003-12-09 Thread Mike Hearn
On Tue, 09 Dec 2003 18:47:18 +0200, Shachar Shemesh wrote: > I'm not sure I'll manage to do that. The problem happens so rarely, and > I'm working on other problems in the program, that I'm not sure the > added output is something I can do that over time. Not to mention that > when I exit the pr

DirectX Status Section

2003-12-09 Thread Tom
Hi, Here is my first draft anyone have any comments?, constructive criticism? Tom Wine Status - DLLs   Aspect or Component Documentation status WWN article coverage Implementation status (estimated) Recent primary workers DirectX

Re: Issues in typelib.c with installshield 7

2003-12-09 Thread Andrew de Quincey
On Monday 08 December 2003 21:22, Marcus Meissner wrote: > On Mon, Dec 08, 2003 at 10:39:54AM +, Andrew de Quincey wrote: > > > > e.g. in ITypeInfo_fnGetIDsOfNames, I have changed it to > > > > if(This->TypeAttr.cImplTypes && > > > >(This->TypeAttr.typekind==TKIND_INTERFACE || > > >

Sorry for spamming the list..

2003-12-09 Thread Subhobroto Sinha
Hello I am really sorry for making multiple posts - I got the Rediffmail mailer's verification after 20 minutes (normally Yahoo!'s mailservers notify almost instantaneously..), but before I could realize it, my 4 messages had already been mailed out of the queue... This was the first time I wa

Re: wine/dlls/oleaut32/tests vartest.c

2003-12-09 Thread Jon Griffiths
Hi Dmitry, > vartest.c:4151: Test failed: VarAbs: expected 0x0,5,1.1, got 0x80020005,0,0 > vartest.c:4217: Test failed: VarNot: expected 0x0, got 0x80020008 vt 20|0x0 > vartest.c:4217: Test failed: VarNot: expected 0x0, got 0x80020008 vt 21|0x0 > vartest: 526958 tests executed, 0 marked as todo, 3

Re: Status of winealsa patch

2003-12-09 Thread Sylvain Petreolle
--- Alexandre Julliard <[EMAIL PROTECTED]> a écrit : > Only if it's still needed. My understanding of the ALSA_PCM_OLD > defines is that this shouldn't be the case, the current code should > work fine on 1.0. Do you still have problems with it? To answer your question : The current code works wi

Re: Deadlock?

2003-12-09 Thread Shachar Shemesh
Mike Hearn wrote: On Tue, 2003-12-09 at 13:51, Shachar Shemesh wrote: When trying to run Microsoft Digital Image Pro, I occasionally get problems when loading it. The splash screen comes up, and then it hangs. This problem only happens occasionally. I have not, to date, managed to reproduce

Re: wine/dlls/oleaut32/tests vartest.c

2003-12-09 Thread Dmitry Timoshkov
"Jon Griffiths" <[EMAIL PROTECTED]> wrote: > Does this patch fix it? Yes. Thanks! -- Dmitry.

Re: Deadlock?

2003-12-09 Thread Mike Hearn
On Tue, 2003-12-09 at 13:51, Shachar Shemesh wrote: > When trying to run Microsoft Digital Image Pro, I occasionally get > problems when loading it. The splash screen comes up, and then it hangs. > This problem only happens occasionally. I have not, to date, managed to > reproduce it with relay

Wine Segmentation fault

2003-12-09 Thread Fabian Cenedese
Hi I have a problem with starting wine itself. After trying the CodeWeavers wine I wanted to get clean again and removed everything I could find only slightly wine related (/usr/bin, /usr/local... etc). I even removed my cvs of wine of a few days ago. Then I made a fresh checkout and did the compl

IRecordInfo, UDTs [was Re: Help for OLEAUT32 DLL problem]

2003-12-09 Thread Nikolas Zimmermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 06 December 2003 21:29, Mike Hearn wrote: > On Sat, 06 Dec 2003 12:54:02 -0600, Robert Iver wrote: > > Having a spot of trouble getting this function implemented in Wine so I > > can install a program for my job. It is basically a VB app t

Deadlock?

2003-12-09 Thread Shachar Shemesh
When trying to run Microsoft Digital Image Pro, I occasionally get problems when loading it. The splash screen comes up, and then it hangs. This problem only happens occasionally. I have not, to date, managed to reproduce it with relay turned on. This is what I do get on screen: err:module:impo

Using a windows dll from a winelib or possibly native linux app.

2003-12-09 Thread Arthur Bergman
Hi, I have been trying to develop an application using a vendor provided dll from an external vendor to work under linux. If we develop the app on a windows box and move it over to the wine environment it works, but it would be preferable to have a more native approach. So I tried using wineli

Re: Forte Agent 2.0 (closed beta)

2003-12-09 Thread Nerijus Baliunas
Boris 'pi' Piwinger wrote: I am new to the list and have Linux at home since last Thursday. I am still having some problems getting Forte Agent to work under Wine, but I am involved into (closed) beta testing for Forte Agent for many years and we just got the first shot at 2.0 which will change a

Re: wine/dlls/oleaut32/tests vartest.c

2003-12-09 Thread Dmitry Timoshkov
"Alexandre Julliard" <[EMAIL PROTECTED]> wrote: > Log message: > Jon Griffiths <[EMAIL PROTECTED]> > Fix the tests to pass when locale settings are user-overriden. > Fix those tests which pass now. > Test copying, formatting, VarAbs, VarNot. New tests for VarAbs and VarNot fail for me on win2k SP

Re: I made a wish, wrote a letter to Santa...

2003-12-09 Thread Shachar Shemesh
Being Jewish, and growing up in a Jewish majority environment, I don't connect much to the spirit of christmas. Sorry. However, I do have the vague recollection that Santa brings presents to boys who have been good. I don't see how sending the same message over and over and over again can be co

I made a wish, wrote a letter to Santa...

2003-12-09 Thread Subhobroto Sinha
With XMas nearing, I thought it was time I made my yearly wish to Santa - that he would let his elves use C++ in WINE. (Just in case, you did not know Santa's email address, it's 'julliard[at]winehq.org', and you can make your wishes at 'wine-devel[at]winehq.com'..) You see, Santa was always so

I made a wish, wrote a letter to Santa...

2003-12-09 Thread Subhobroto Sinha
With XMas nearing, I thought it was time I made my yearly wish to Santa - that he would let his elves use C++ in WINE. (Just in case, you did not know Santa's email address, it's 'julliard[at]winehq.org', and you can make your wishes at 'wine-devel[at]winehq.com'..) You see, Santa was always so

I made a wish, wrote a letter to Santa...

2003-12-09 Thread Subhobroto Sinha
With XMas nearing, I thought it was time I made my yearly wish to Santa - that he would let his elves use C++ in WINE. (Just in case, you did not know Santa's email address, it's 'julliard[at]winehq.org', and you can make your wishes at 'wine-devel[at]winehq.com'..) You see, Santa was always so

I made a wish, wrote a letter to Santa...

2003-12-09 Thread Subhobroto Sinha
With XMas nearing, I thought it was time I made my yearly wish to Santa - that he would let his elves use C++ in WINE. (Just in case, you did not know Santa's email address, it's 'julliard[at]winehq.org', and you can make your wishes at 'wine-devel[at]winehq.com'..) You see, Santa was always so

I made a wish, wrote a letter to Santa...

2003-12-09 Thread Subhobroto Sinha
With XMas nearing, I thought it was time I made my yearly wish to Santa - that he would let his elves use C++ in WINE. (Just in case, you did not know Santa's email address, it's 'julliard[at]winehq.org', and you can make your wishes at 'wine-devel[at]winehq.com'..) You see, Santa was always so