Re: Hel debugging windows app with wine(dbg) + gdb

2004-01-29 Thread Leo
gdb is my friend too. There are many things you can do with that, that you can't do with printf. Anyway I don't want to start a flame here about debugging techniques. I just need to know if gdb works with wine, or if winedbg actually works with gdb. Thanks. Peter Hartshorn wrote: Here is my d

[oleaut32] implement VarMod() + tests, fix bug in VarNot()

2004-01-29 Thread Chris Morgan
* dlls/oleaut32/variant.c Chris Morgan <[EMAIL PROTECTED]> Implement VarMod(). Fix VarParseNumFromStr() to work correctly with NUMPRS_HEX_OCT flag. Add a few trace outputs. Fix VarNot() with VT_CY. * dlls/oleaut32/tests/vartest.c Chris Morgan <[EMAIL PROTECTED]> Implement tests for VarMod().

Re: File change notifications

2004-01-29 Thread Duane Clark
Uwe Bonnes wrote: "Duane" == Duane Clark <[EMAIL PROTECTED]> writes: Duane> Hans Leidekker wrote: >> On Thursday 29 January 2004 01:01, Duane Clark wrote: >> >>> For some reason, a comment end is missing there. But otherwise, it >>> seems to work fine with the one important a

Re: For Mike...

2004-01-29 Thread Jakob Eriksson
MediaHost (TM) wrote: Mike, Somehow your personal mail seams to be out of order?? Sending it through wine-devel: Yes Mike, what about the mail server? Can I help? :-) regards, Jakob

Re: NHL 2004 (IE6 in another APP!)

2004-01-29 Thread Abdul-Haseeb Ahmad
im also using a blank kernel32.dll by the way Abdul-Haseeb Ahmad wrote: okay, i overwrote intro.html with return.html, and the loads the return from ingame screen, and it waits there for a bit and then it loads the game setup menu, although there are a lot of things missing here, the music pla

Re: NHL 2004 (IE6 in another APP!)

2004-01-29 Thread Abdul-Haseeb Ahmad
okay, i overwrote intro.html with return.html, and the loads the return from ingame screen, and it waits there for a bit and then it loads the game setup menu, although there are a lot of things missing here, the music plays (a proprietary EA format), and a ton of script errors occur if you put

Re: NHL 2004 (IE6 in another APP!)

2004-01-29 Thread Abdul-Haseeb Ahmad
oh yeah, i also overwrote fe/nhl/html/intro.html with fe/nhl/html/title.html... the demo is available from ftp://ftp.ea.com/pub/easports/demos/nhl2004 this is pretty exciting imo because now we have something that uses IE in special ways so it can be used to hammer out some stuff Abdul-Haseeb A

NHL 2004 (IE6 in another APP!)

2004-01-29 Thread Abdul-Haseeb Ahmad
YES! I got the splash screen of NHL 2004 Demo to load up.. I hope the full version also works with the way i configured it.. actually i didnt do much at all, i just used the following DLLOverides [AppDefaults\\iexplore.exe\\DllOverrides] "mshtml" = "native, builtin" "shfolder" = "native, builti

Re: Hel debugging windows app with wine(dbg) + gdb

2004-01-29 Thread Peter Hartshorn
Here is my debugging tip: printf is your friend. If you can narrow down the error to the function at which it occurs, place a printf, or fprintf to stderr, after every line of code. The last message that is printed should get you a lot closer to your error. On Friday 30 January 2004 09:57,

Re: Remote access to wineconf

2004-01-29 Thread Kevin DeKorte
Shameless promotion here. If you install mplayer with the realplayer codecs and get the below link working, but you want you see it in the browser do the following. Get the CVS version of http://mplayerplug-in.sf.net and install it. Then in the $(HOME)/.mplayer/mplayerplug-in.conf file (create

Re: Help needed to build & run a VC++ program in Linux

2004-01-29 Thread Francois Gouget
On Thu, 29 Jan 2004, Dimitrie O. Paun wrote: [...] > Your best bet is to first try to port it to MinGW. Once that's done, > use winegcc to port it to Wine. That's not the issue. On Thu, 29 Jan 2004, saravanan wrote: [...] > now it showed the error > --> checking for -lmfc... configure: error:

Re: File change notifications

2004-01-29 Thread Uwe Bonnes
> "Duane" == Duane Clark <[EMAIL PROTECTED]> writes: Duane> Hans Leidekker wrote: >> On Thursday 29 January 2004 01:01, Duane Clark wrote: >> >>> For some reason, a comment end is missing there. But otherwise, it >>> seems to work fine with the one important app I use file

Hel debugging windows app with wine(dbg) + gdb

2004-01-29 Thread Leo
Hi, I don't know if this is the place to ask this, but anyway here it goes: I'm trying to debug a windows application using wine. The app is compiled with mingw (www.mingw.org), and I tried using -gstabs and -ggdb debug info but same problem happens. The problem is: 1) Using winedbg as serv

Remote access to wineconf

2004-01-29 Thread Jeremy White
Hi folks, It looks as though through the kind help of some folks that we will be able to have video streaming for Wineconf. We'll also be maintaining an irc channel for the conference; #wineconf on freenode (said channel is already open for business, and will be active throughout the weekend). W

Mac OS X Binary Released

2004-01-29 Thread ATMRD
I have created and released a binary for wine on Mac OS X available at http://prdownloads.sourceforge.net/darwine/Darwine.pkg.tgz?download this binary is part of the Darwine project.  Thanks for all of your help in helping the Darwine team, especially Pierre to bring wine over to Mac OS X. ~Sa

Re: 16bit app calls wineps.drv, but wine has wineps.dll (missing alias?)

2004-01-29 Thread [EMAIL PROTECTED]
"Alexandre Julliard" <[EMAIL PROTECTED]> writes: > > > Ok, but the cups autoconfiguration set "wineps" in win.ini, and it seems > > impossible to ovveride this settings... Maybe a synlinks wineps.drv.so --> > > wineps16.drv.so in /etc/lib/wine/lib/wine can help? > > No, you can't really fix tha

For Mike...

2004-01-29 Thread MediaHost \(TM\)
Mike,   Somehow your personal mail seams to be out of order?? Sending it through wine-devel:   Yes, I didn't try even the modern skin, because I don't like it...Winamp version 3 failed badly, so I tried version 5Can you send me the relevant config and native dll's you have on yourins

Re: Wine totally broken on Fedora Core because of security patch in kernel

2004-01-29 Thread Abdul-Haseeb Ahmad
i made myself a script that runs LD_ASSUME_KERNEL=2.2.5 setarch i386 wine $* it should work if you run wine in a similar format to this in bash Ivan Leo Murray-Smith wrote: FC has some security patch in the kernel, so wine fails with this error: err:virtual:map_image Standard load address for a W

Re: File change notifications

2004-01-29 Thread Duane Clark
Hans Leidekker wrote: On Thursday 29 January 2004 01:01, Duane Clark wrote: For some reason, a comment end is missing there. But otherwise, it seems to work fine with the one important app I use file notification on. Which app is that? Xilinx ISE, a program for use when designing with Xilinx ch

Re: NHL 2004 Testing Report

2004-01-29 Thread Abdul Ahmad
I just tried the NHL 2003 demo right now, since it would be the most relevant game to try since it also uses IE.. it has problems initializing the WinMM components.. im not sure but i have a feeling this might be because something isn't configure right.. i get this error when i start wine every

Re: Wine totally broken on Fedora Core because of security patch in kernel

2004-01-29 Thread Kevin DeKorte
I've found that setting my /etc/sysconfig/prelink file options to this PRELINK_OPTS="-m --no-exec-shield" And then prelink -au to undo the existing links and then prelink -a to do the prelinking with the new options Kevin On Thursday 29 January 2004 10:05 am, Ivan Leo Murray-Smith wrote

Re: Wine totally broken on Fedora Core because of security patch in kernel

2004-01-29 Thread Mike Hearn
On Thu, 29 Jan 2004 18:05:44 +0100, Ivan Leo Murray-Smith wrote: > FC has some security patch in the kernel, so wine fails with this error: > > err:virtual:map_image Standard load address for a Win32 program (0x0040) > not available - security-patched kernel ? > wine: could not load L"C:\\Prog

Wine totally broken on Fedora Core because of security patch in kernel

2004-01-29 Thread Ivan Leo Murray-Smith
FC has some security patch in the kernel, so wine fails with this error: err:virtual:map_image Standard load address for a Win32 program (0x0040) not available - security-patched kernel ? wine: could not load L"C:\\Program Files\\Common Files\\InstallShield\\Engine\\6\\Intel 32\\IKernel.exe" a

Re: OLEPictureImpl_Load CreateIcon failed

2004-01-29 Thread Fabian Cenedese
>>I'm still on the VB SSTab problem as described here: >> >>http://www.winehq.org/hypermail/wine-devel/2003/12/0157.html > >I now know that it works if there are icons (property Picture) assigned >to the single tabs in the TabCtrl. But if the icons are missing, wine >goes woo. So either wine shoul

Re: OLEPictureImpl_Load CreateIcon failed

2004-01-29 Thread Fabian Cenedese
>I'm still on the VB SSTab problem as described here: > >http://www.winehq.org/hypermail/wine-devel/2003/12/0157.html > >I looked further into this to find out what happens with this picture >stuff. I found out that it fails in this function (from olepicture.c): > > * OLEPictureImpl_IPersistStream

Re: NHL2004 (d3d, kernel32, lz32)

2004-01-29 Thread Abdul Ahmad
Okay, so I copied version.dll from win98se, but now this is what I get: First chance exception: page fault on read access to 0x in 32-bit code (0x00426cbd). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:003b GS:0033 EIP:00426cbd ESP:0021fc34 EBP: EFLAGS:00210216( R- 00 I

Re: ListView painting (was Re: Mouse up vs Mouse click)

2004-01-29 Thread Dimitrie O. Paun
On Thu, 29 Jan 2004, Fabian Cenedese wrote: > That was my weak try to explain what I see :) > Ok, again in short what happens: I can click on a cell in the first column, > it gets selected, I can release the mouse button, everything fine. > But when I press on a cell in another column it shortly g

Re: ListView painting (was Re: Mouse up vs Mouse click)

2004-01-29 Thread Fabian Cenedese
At 08:27 29.01.2004 -0500, Dimitrie O. Paun wrote: >On January 29, 2004 08:08 am, Fabian Cenedese wrote: >> Understandable. Any hints how I could continue? Where to look at? > >I don't think I understand this bit. Care to explain it again? > > "So for me it looks like this: When I click in a cell

Re: ListView painting (was Re: Mouse up vs Mouse click)

2004-01-29 Thread Fabian Cenedese
At 08:27 29.01.2004 -0500, Dimitrie O. Paun wrote: >On January 29, 2004 08:08 am, Fabian Cenedese wrote: >> Understandable. Any hints how I could continue? Where to look at? > >I don't think I understand this bit. Care to explain it again? > > "So for me it looks like this: When I click in a cell

Re: ListView painting (was Re: Mouse up vs Mouse click)

2004-01-29 Thread Dimitrie O. Paun
On January 29, 2004 08:08 am, Fabian Cenedese wrote: > Understandable. Any hints how I could continue? Where to look at? I don't think I understand this bit. Care to explain it again? "So for me it looks like this: When I click in a cell it gets invalidated and painted selected. But if the c

Re: ListView painting (was Re: Mouse up vs Mouse click)

2004-01-29 Thread Fabian Cenedese
At 07:54 29.01.2004 -0500, Dimitrie O. Paun wrote: >On January 29, 2004 06:27 am, Fabian Cenedese wrote: >> Does anybody know about the handling of mouse events in the listview? >> Is this a bug or just not implemented yet (I've seen the comment in the >> beginning of listview.c :) ? > >The comment

Re: ListView painting (was Re: Mouse up vs Mouse click)

2004-01-29 Thread Dimitrie O. Paun
On January 29, 2004 06:27 am, Fabian Cenedese wrote: > Does anybody know about the handling of mouse events in the listview? > Is this a bug or just not implemented yet (I've seen the comment in the > beginning of listview.c :) ? The comment is wrong and needs updating. Huw Davies added drag&drop

Re: Help needed to build & run a VC++ program in Linux

2004-01-29 Thread Dimitrie O. Paun
On January 29, 2004 12:45 am, saravanan wrote: > Hi, I want to know how i can a compile & port a simple VC++ application to > linux using wine. I tried to compile a VC++ application using the winelib > method. But it showed a lot of errors. Does anyone have any idea. Your best bet is to first try

Re: File change notifications

2004-01-29 Thread Hans Leidekker
On Thursday 29 January 2004 01:01, Duane Clark wrote: > > +/* TODO: - security attribute changes > > + * - compound filter and multiple notifications > > + * - subtree notifications > > + * - non-documented flags FILE_NOTIFY_CHANGE_LAST_ACCESS and > > + * FILE_NOTIFY_CHAN

ListView painting (was Re: Mouse up vs Mouse click)

2004-01-29 Thread Fabian Cenedese
>>>The misbehaving app uses a ownerdrawn, CListCtrl-derived list. When >>>I click on a cell not in the first column the cell gets selected. But on >>>wine I can see that the selection flashes shortly and disappears right >>>again (Surprisingly it works when I click in the first column. As my >>>ap

Re: NHL2004 Testing / Version.dll

2004-01-29 Thread Abdul-Haseeb Ahmad
I just tried the NHL 2003 demo right now, since it would be the most relevant game to try since it also uses IE.. it has problems initializing the WinMM components.. im not sure but i have a feeling this might be because something isn't configure right.. i get this error when i start wine every

Re: NHL 2004 Testing Report

2004-01-29 Thread Tom
Abdul-Haseeb Ahmad wrote: Jonathan Wilson wrote: Abdul-Haseeb Ahmad wrote: ive tinkered around some more, and i copied over winxp's kernel32.dll, and i You cant use kernel32.dll from real windows on WINE. if i do put it there, the program goes past the kernel32 error, as i've explained.. i

Re: UXTHEME

2004-01-29 Thread Mike Hearn
On Wed, 28 Jan 2004 21:14:39 +0200, MediaHost (TM) wrote: > I see this also bothering Winamp 5would maybe run too. To get WinAmp 5 running use the "Classic" theme instead of Modern. Modern uses stuff we haven't implemented yet.

Re: NHL 2004 Testing Report

2004-01-29 Thread Abdul-Haseeb Ahmad
Jonathan Wilson wrote: Abdul-Haseeb Ahmad wrote: ive tinkered around some more, and i copied over winxp's kernel32.dll, and i You cant use kernel32.dll from real windows on WINE. if i do put it there, the program goes past the kernel32 error, as i've explained.. i changed it to a dummy kerne

Re: WineHQ: Isn't status update news?

2004-01-29 Thread Dmitry Timoshkov
"Tom" <[EMAIL PROTECTED]> wrote: > The only thing left is the WWN articles on two pages. You can send the patch > or you can send them to me and ill do the merge. I'd suggest to do the following changes in the Multimedia/mciavi section: Remove * Synchronization This one should be done already.