Re: ole32: Do a QueryInterface for IOleLink in OleLoad, like native does.

2006-08-31 Thread Huw Davies
On Thu, Aug 31, 2006 at 05:18:36PM +0100, Robert Shearman wrote: --- dlls/ole32/ole2.c | 25 +++-- 1 files changed, 19 insertions(+), 6 deletions(-) diff --git a/dlls/ole32/ole2.c b/dlls/ole32/ole2.c index 8f0629c..c6df7ed 100644 --- a/dlls/ole32/ole2.c +++

Re: LOSTWAGES: News : 9.20 release

2006-08-31 Thread Robert Shearman
Tom Wickline wrote: Hello, News Wine 9.20 released Tom 0a1,28 Please use diff -u for website patches. -- Rob Shearman

How to use a windows dll in linux

2006-08-31 Thread Mark Smith
I know this question has been asked many times, but I cannot find enough information to solve the problem. I have a windows dll and header files. I want to make a library that I can link to and use on linux. What are the steps required to do this? I have used winedump to generate a .spec

Re: How to use a windows dll in linux

2006-08-31 Thread Dan Kegel
On 8/30/06, Mark Smith [EMAIL PROTECTED] wrote: I know this question has been asked many times, but I cannot find enough information to solve the problem. I have a windows dll and header files. I want to make a library that I can link to and use on linux. What are the steps required to do this?

Re: How to use a windows dll in linux

2006-08-31 Thread Jeremy White
Dan Kegel wrote: On 8/30/06, Mark Smith [EMAIL PROTECTED] wrote: I know this question has been asked many times, but I cannot find enough information to solve the problem. I have a windows dll and header files. I want to make a library that I can link to and use on linux. What are the

Re: [TRY 3] Add support for tooltips for system tray icons

2006-08-31 Thread Kuba Ober
Shouldn't you only initialize comctl32 once, rather than every time there's no icons and we add one? Sure. I did it like this because Alexandre only wanted to have common controls initialized when we added an icon so we didn't have to do so much work at explorer startup. Taking a second

Re: [TRY 3] Add support for tooltips for system tray icons

2006-08-31 Thread James Liggett
Hi Kuba, What about a static variable right in the function where you call the initialization function? That'd work fine if you don't call InitCommonControlsEx from anywhere else: if (!list_head(tray.icons)) { static BOOL controls_initialized = FALSE; INITCOMMONCONTROLSEX

Bus Error at thread.c:228 on OS X with Xcode 2.4 and -O2

2006-08-31 Thread dackz
From what I've heard, there was a bug in the gcc bundled with Xcode 2.3 that caused stack alignment issues when -O2 was used (and maybe -O1?). This is supposed to be fixed in Xcode 2.4, which is what I'm using, yet I'm still getting a Bus Error with all default CFLAGS. Adding -O0 into the mix

Could I get some permissions for Bugzilla?

2006-08-31 Thread Matt Finnicum
Hello, I'm not really sure what levels of permissions Bugzilla has, but could I get the ability to modify bugs? (things like assign them to myself, mark them as fixed, etc). If it's possibile, I suppose only having such access to the wine-richedit component would be fine, too. --Matt Finnicum

Re: How to use a windows dll in linux

2006-08-31 Thread Troy Rollo
On Friday 01 September 2006 03:52, Jeremy White wrote: Dan Kegel wrote: On 8/30/06, Mark Smith [EMAIL PROTECTED] wrote: I have a windows dll and header files. I want to make a library that I can link to and use on linux. What are the steps required to do this? Sorry, you can't. Not

Thank you

2006-08-31 Thread Jeremy White
We just shipped a public beta of CrossOver for the Mac. We're very excited about the Mac opportunities as we hope it will give us a much needed boost and allow us to accelerate our own contributions to Wine. I'm proud of our work on Wine - and I am very privileged to work with the folks at

RFC: wine ASIO driver available for testing

2006-08-31 Thread Robert Reif
I just uploaded a simple wine ASIO driver to http://bugs.winehq.org/show_bug.cgi?id=2161 for testing and feedback. Please look at it and give me feedback. Playback works. Recording is untested due to lack of software. Full duplex doesn't work for me but I'm not sure if it's a software

F.E.A.R. - free multiplayer

2006-08-31 Thread EA Durbin
Since there was a discussion about getting F.E.A.R to work with wine on wine-devel the other day I thought I'd mention this link. http://www.fileshack.com/file.x/9272/F.E.A.R.+Combat+1.07 F.E.A.R. released the multiplayer portion of their game for free, you have to register on their site for

Re: RFC: wine ASIO driver available for testing

2006-08-31 Thread Andreas Mohr
Hi, On Thu, Aug 31, 2006 at 11:14:56PM -0400, Robert Reif wrote: I just uploaded a simple wine ASIO driver to http://bugs.winehq.org/show_bug.cgi?id=2161 for testing and feedback. Are you sure that those limited recipients were sufficient? (I don't think anyone here ever does a lot of ASIO