Re: RFC: rpcss skeleton prototype #2

2002-11-05 Thread Ove Kaaven
On Mon, 4 Nov 2002, Greg Turner wrote: On Monday 04 November 2002 05:04 pm, Ove Kaaven wrote: Note that to be a real, fully functional RPC server, it would have to bind to a privileged port and such, providing all the DCE RPC daemon services that should live on that port. I'm not sure I

Re: WineHQ menu (take 3)

2002-11-05 Thread Dimitrie O. Paun
On November 4, 2002 09:07 pm, Igor Izyumin wrote: Anyway, this can probably be solved by tweaking the stylesheet. Jeremy Newman came up with a different design, so I doubt that the current one will get adopted. OK, we can wait for now, but being on the subject, I _really_ hope Jeremy will

Re: RFC: rpcss skeleton prototype #2

2002-11-05 Thread Greg Turner
On Tuesday 05 November 2002 07:34 am, Martin Wilck wrote: Am Die, 2002-11-05 um 13.43 schrieb Ove Kaaven: Hmm, that may not be necessary. If Samba provides a RPC registration service then we wouldn't need another DCE RPC daemon like freedce's, we could just use Samba as our registration

Re: WineHQ menu (take 3)

2002-11-05 Thread Andreas Mohr
On Tue, Nov 05, 2002 at 09:37:59AM -0500, Dimitrie O. Paun wrote: On November 4, 2002 09:07 pm, Igor Izyumin wrote: Anyway, this can probably be solved by tweaking the stylesheet. Jeremy Newman came up with a different design, so I doubt that the current one will get adopted. OK, we can

Re: WineHQ menu (take 3)

2002-11-05 Thread Joerg Mayer
On Tue, Nov 05, 2002 at 09:37:59AM -0500, Dimitrie O. Paun wrote: OK, we can wait for now, but being on the subject, I _really_ hope Jeremy will give the expanded menus a chance: they are so much more explicit, they just make the site more 'open'. And that is Good! I definitely second that:

Re: Hungarian resources

2002-11-05 Thread nagyzoli
Upgraded: dlls/user/resources/user32_hu.rc Thanks Zoly= user32_Hu.rc Description: Binary data

Re: A problem with comctl32

2002-11-05 Thread Rolf Kalbermatter
DanteAliegri [EMAIL PROTECTED] wrote: Hey, I've come across what appears to be a simple problem in comctl32. When running icq99b, wine was dying in imagelist.c while trying to dereference a null pointer. Upon looking at the file, there was code for returning FALSE if that pointer was null,

x11drv WND separation

2002-11-05 Thread David Fraser
Dimitrie O. Paun wrote: On October 31, 2002 06:02 pm, Alexandre Julliard wrote: Dimitrie O. Paun [EMAIL PROTECTED] writes: What is NOT in 0.8: -- stable server protocol: no binary compatibility -- DLL separation: ditto IMO the goals for 0.9 will be reached before the ones for

Re: Wine FAQ - call for a volunteer

2002-11-05 Thread Ulf Dambacher
Just one tip: Why not use a wiki-Engine to creaate/maintain a faq, like e.g. www.squirrelmail.net does? I recommend phpwiki (http://phpwiki.sourceforge.net/) This way users can maintain the faq and it is most up to date! Greetings Ulf

C/C++ Users Journal is looking for a WINE author

2002-11-05 Thread JCasad
WINE Developers-- Is anyone interested in writing an article on the winelib development toolkit for the C/C++ Users Journal? This article would be a great way to bring some practical information about winelib to advanced C/C++ programmers who may not be familiar with it (plus you get paid).

Re: games

2002-11-05 Thread Hetz Ben Hamo
On Saturday 02 November 2002 11:46, Mark Hannessen wrote: Can we post *how* to break the copy protection? I don't think so. we can. we could include the cracks needed to run the game on the site. it is legal use a crack if you own the game. as long as we don't forget the disclamer: don't

Mozilla 1.0.1 Win32 works almost flawlessly

2002-11-05 Thread Jakob Eriksson
There you have it. Yes, it's exciting. :-) Original Message Subject: Re: win-mozilla on wine Date: Sun, 3 Nov 2002 12:56:14 -0500 From: "Dimitrie O. Paun" [EMAIL PROTECTED] Reply-To:

[Fwd: x11drv WND separation]

2002-11-05 Thread David Fraser
Hi Have had trouble getting through to [EMAIL PROTECTED], so reposting this to see... Funny, nothing's bounced... David Original Message Subject: x11drv WND separation Date: Mon, 04 Nov 2002 15:27:27 +0200 From: David Fraser [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL

Re: Wine 0.8 TODO v0.1

2002-11-05 Thread Matt
On Sun, 2002-11-03 at 02:06, Dimitrie O. Paun wrote: Well, yeah, we should have the Mozilla thingy installed _before_ we install the program that depends on it, that's obvious. BTW, anyone care to take Mozilla Win32 for a spin under Wine, see if it works? -- Dimi. I've

Re: A problem with comctl32

2002-11-05 Thread Marcus Meissner
On Sat, Nov 02, 2002 at 03:56:11PM -0500, DanteAliegri wrote: Hey, I've come across what appears to be a simple problem in comctl32. When running icq99b, wine was dying in imagelist.c while trying to dereference a null pointer. Upon looking at the file, there was code for returning FALSE if

Re: Q CD Player 3

2002-11-05 Thread vinn
Concerning apps, I think Thomas is right. Personally I could care less if I can use yet another CD/MP3/ogg player. I understand the need for running small apps to nail down the bigger ones, and multimedia apps are definitely sexier than most others. However, right now there's a lot of areas in

Re: GetComputerName() question

2002-11-05 Thread Martin Wilck
Oops - just stumbled into this one: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/computer_names.asp On Win2k and later DNS name and Netbios name are linked by convention. That is, having them separate is discouraged, but not impossible. I wonder what we should

Re: IDL/header issues

2002-11-05 Thread Ove Kaaven
On 1 Nov 2002, Alexandre Julliard wrote: Ove Kaaven [EMAIL PROTECTED] writes: I haven't decided yet. But I probably won't send to rewind-patches, since I don't usually use that list (if it's something useful to Wine, I'd just send a patch to wine-patches and have the rewind patch

Avoiding FunctionA/W Duplication

2002-11-05 Thread Jaco Greeff
I would like some comments on somthing that has been bugging me quite a bit. Implementing parts of the API can lead to duplication of code inside the same file. In my example, let's take two functions, one operating on a ASCII string and one one a Unicode string, let's call them funcA and funcW.

Re: Avoiding FunctionA/W Duplication

2002-11-05 Thread Vincent Béron
Le mar 05/11/2002 à 13:33, Jaco Greeff a écrit : I would like some comments on somthing that has been bugging me quite a bit. Implementing parts of the API can lead to duplication of code inside the same file. In my example, let's take two functions, one operating on a ASCII string and one one

Re: Avoiding FunctionA/W Duplication

2002-11-05 Thread Jaco Greeff
On 05 Nov 2002 13:42:15 -0500, Vincent Béron [EMAIL PROTECTED] wrote : From what I saw in a couple of places: from funcA, do some magic on the parameters (convert to Unicode), then call funcW, then reconvert the result from Unicode to ASCII. Yes you have to convert twice, but you use the same

Big Problem compiling gdi tests

2002-11-05 Thread Sylvain Petreolle
I don't if it's related to me, but I got a memory problem when compiling the gdi tests today. I know the C code is lot bigger than any other one but I think there is an infinite loop somewhere.According to the following report, gcc tries to allocate 340 Mo (if succeeded, could be more...) Using

Re: debugging a lockup in Planescape Torment

2002-11-05 Thread Eric Pouech
RFE: Actually I am not interested in debug msgs after the debugger started. Could there be an option that an debugger start turns off debug msgs. set - all When the debugger starts I often get the msg wine: hash.c:392: DEBUG_GetSymbolValue: Assertion 'strlen(name) sizeof(buffer) - 2'

Re: Avoiding FunctionA/W Duplication

2002-11-05 Thread Eric Pouech
In the case of similar bigger/longer functions, writing the macro is problably not the right thing to do. And this is where I end up duplicating code, eek. this has been discussed zillions of times before duplicating the code (in that case) is one solution (in your example, you could use a

RE: Big Problem compiling gdi tests

2002-11-05 Thread Patrik Stridvall
I don't if it's related to me, but I got a memory problem when compiling the gdi tests today. I know the C code is lot bigger than any other one but I think there is an infinite loop somewhere.According to the following report, gcc tries to allocate 340 Mo (if succeeded, could be

Re: RFC: rpcss skeleton prototype #2

2002-11-05 Thread Francois Gouget
On 5 Nov 2002, Martin Wilck wrote: Am Mon, 2002-11-04 um 23.45 schrieb Francois Gouget: Any volunteer for making the necessary (simple) changes to winemaker? Are these simple changes documented anywhere ? Nope. Winebuild is a miracle to me, and I guess to many others too, even people who

Lost Wages (round 2)

2002-11-05 Thread Jeremy Newman
I spent some time implementing my theme idea to the lostwages devel version of the WineHQ website. Take a look at: http://lostwages.winehq.org On the home page, use one of the three theme links. I've made the skinning engine pretty simple so more themes/skins could be added in the future. I

Re: Lost Wages (round 2)

2002-11-05 Thread Dustin Navea
--- Jeremy Newman [EMAIL PROTECTED] wrote: I spent some time implementing my theme idea to the lostwages devel version of the WineHQ website. Take a look at: http://lostwages.winehq.org On the home page, use one of the three theme links. I've made the skinning engine pretty simple so more

Re: Lost Wages (round 2)

2002-11-05 Thread Jeremy Newman
On Tue, 2002-11-05 at 15:00, Dustin Navea wrote: One thing I noticed is that the Classic Theme's Text on the word Development in the graphic at the top is the same color as the background making it invisible, therefore making it look like: WineHQ I noticed this with

Re: WineHQ menu (take 3)

2002-11-05 Thread Jeremy White
On Tue, 2002-11-05 at 08:37, Dimitrie O. Paun wrote: On November 4, 2002 09:07 pm, Igor Izyumin wrote: Anyway, this can probably be solved by tweaking the stylesheet. Jeremy Newman came up with a different design, so I doubt that the current one will get adopted. OK, we can wait for

Re: RFC: rpcss skeleton prototype #2

2002-11-05 Thread Martin Wilck
Am Die, 2002-11-05 um 21.51 schrieb Francois Gouget: Are these simple changes documented anywhere ? Nope. Winebuild is a bit of a mystery for everyone. The trick is to look at how Wine's Makefiles do things and do the same :-) I was guessing so :-/ Perhaps I'll give it a try. Martin --

Re: debugging a lockup in Planescape Torment

2002-11-05 Thread Enrico Horn
On Tuesday 05 November 2002 20:29, Eric Pouech wrote: RFE: Actually I am not interested in debug msgs after the debugger started. Could there be an option that an debugger start turns off debug msgs. set - all the debugger is called on an unhandled exception the debugger call in the

Re: Lost Wages (round 2)

2002-11-05 Thread Dustin Navea
--- Jeremy Newman [EMAIL PROTECTED] wrote: On Tue, 2002-11-05 at 15:00, Dustin Navea wrote: One thing I noticed is that the Classic Theme's Text on the word Development in the graphic at the top is the same color as the background making it invisible, therefore making it look like: Wine

Re: Lost Wages (round 2)

2002-11-05 Thread Igor Izyumin
On Tuesday 05 November 2002 03:47 pm, Dustin Navea wrote: --- Jeremy Newman [EMAIL PROTECTED] wrote: On Tue, 2002-11-05 at 15:00, Dustin Navea wrote: One thing I noticed is that the Classic Theme's Text on the word Development in the graphic at the top is the same color as the

Wine 0.8/0.9 question regarding requiring all-builtin dlls

2002-11-05 Thread Dustin Navea
I was wondering if we are going to have the tlb file generator done by 0.8 or 0.9? If not are we going to allow native stdole*.tlb and the 2 native dll's that IShield requires? If not, we need to get someone working on that soon, dont you think? -Dustin

Re: Lost Wages (round 2)

2002-11-05 Thread Rick Romero
On Tue, 2002-11-05 at 16:15, Igor Izyumin wrote: On Tuesday 05 November 2002 03:47 pm, Dustin Navea wrote: --- Jeremy Newman [EMAIL PROTECTED] wrote: On Tue, 2002-11-05 at 15:00, Dustin Navea wrote: One thing I noticed is that the Classic Theme's Text on the word Development

Re: Lost Wages (round 2)

2002-11-05 Thread Dustin Navea
--- Jeremy Newman [EMAIL PROTECTED] wrote: On Tue, 2002-11-05 at 16:15, Igor Izyumin wrote: IE has broken png support, as well. Yes it does doesn't it. So far the only ones that support PNG are Mozilla, Opera and Konqueror. I tested Konq 2.2, it got the transparency right, but not the

Re: Lost Wages (round 2)

2002-11-05 Thread Jeremy Newman
On Tue, 2002-11-05 at 16:15, Igor Izyumin wrote: IE has broken png support, as well. Yes it does doesn't it. So far the only ones that support PNG are Mozilla, Opera and Konqueror. I tested Konq 2.2, it got the transparency right, but not the shadow and the anti-aliasing of the image to the

Re: Lost Wages (round 2)

2002-11-05 Thread Jeremy Newman
On Tue, 2002-11-05 at 16:31, Rick Romero wrote: There are a couple fixes for IE + png posted at: http://www.libpng.org/pub/png/pngfaq.html#msie I thought I had seen one that used JavaScript, but I can't seem to find it. Maybe I'm mistaken. I should correct myself here. IE's support of PNG is

Re: Lost Wages (round 2)

2002-11-05 Thread Jeremy Newman
On Tue, 2002-11-05 at 16:50, Jeremy Newman wrote: I blame IE here, but it could be Gimp's fault as well. Oh, how could I blame Gimp. Of course it's MS IE that is at fault. :-) Here is a good page on PNG support in browsers. http://trific.ath.cx/web/png/ -- __ _WebGeek/SysAdmin CodeWeavers

Lost Wages (round 2) + score logo

2002-11-05 Thread Carlos Lozano
Hello, I had thought that we could use the wine logo for score the applications status. Good, there is not design for this page (and my known about web design are extremely limited hehe, so i wait that you do some cool design for it ;). The colors of the picture are more or less similar to the 3

Re: Lost Wages (round 2)

2002-11-05 Thread Dimitrie O. Paun
On November 5, 2002 06:04 pm, Jeremy Newman wrote: Oh, how could I blame Gimp. Of course it's MS IE that is at fault. :-) Do we really need transparency? Can't we deal with it by making the 'transparent' portion the right background color? -- Dimi.

Re: Interrupts / Move most of int31 to winedos

2002-11-05 Thread Andreas Mohr
On Tue, Nov 05, 2002 at 06:47:35PM +0200, Jukka Heinonen wrote: After this patch winedos contains almost complete int31 emulation. What has not been moved to winedos is mostly functions that require either W32S_WINE2APP or W32S_APP2WINE. This makes me wonder whether Wine still needs to support

OT: Wine history

2002-11-05 Thread Chris Morgan
Tom Wickline showed me a faq page he is working on and I came upon the history of wine that I've read before but have always been curious about. This is the faq entry: What's the history of Wine? The Wine project started in 1993 as a way to support running Windows 3.1 programs on Linux.

Re: Mozilla 1.0.1 Win32 works almost flawlessly

2002-11-05 Thread Andreas Mohr
On Sun, Nov 03, 2002 at 07:04:49PM +0100, Jakob Eriksson wrote: There you have it. Yes, it's exciting. :-) Original Message Subject: Re: win-mozilla on wine Date: Sun, 3 Nov 2002 12:56:14 -0500 From: Dimitrie O. Paun [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED]

Re: Wine FAQ - call for a volunteer

2002-11-05 Thread Dimitrie O. Paun
On November 5, 2002 05:43 am, Ulf Dambacher wrote: Just one tip: Why not use a wiki-Engine to creaate/maintain a faq, like e.g. www.squirrelmail.net does? I recommend phpwiki (http://phpwiki.sourceforge.net/) This way users can maintain the faq and it is most up to date! I love Wikis, but I

Re: Lost Wages (round 2)

2002-11-05 Thread Jeremy Newman
On Tue, 2002-11-05 at 17:36, Dimitrie O. Paun wrote: On November 5, 2002 06:04 pm, Jeremy Newman wrote: Oh, how could I blame Gimp. Of course it's MS IE that is at fault. :-) Do we really need transparency? Can't we deal with it by making the 'transparent' portion the right background

Re: Lost Wages (round 2)

2002-11-05 Thread Dimitrie O. Paun
On November 5, 2002 07:03 pm, Jeremy Newman wrote: Do I really need my left nut? No, but I really want to keep it. :-p I hear you, as I happen to share your feelings. ;) But: -- we have to support IE 5.5, no way around this one -- as an OSS site, we shouldn't really use .gifs I know,

Re: Lost Wages (round 2)

2002-11-05 Thread Andreas Mohr
On Tue, Nov 05, 2002 at 02:38:43PM -0600, Jeremy Newman wrote: I spent some time implementing my theme idea to the lostwages devel version of the WineHQ website. Take a look at: http://lostwages.winehq.org Sweet ! Two issues, though: a) what about making menu headlines font +1 ? Would be

Re: Lost Wages (round 2)

2002-11-05 Thread Andreas Mohr
On Tue, Nov 05, 2002 at 05:04:20PM -0600, Jeremy Newman wrote: On Tue, 2002-11-05 at 16:50, Jeremy Newman wrote: I blame IE here, but it could be Gimp's fault as well. Oh, how could I blame Gimp. Of course it's MS IE that is at fault. :-) Here is a good page on PNG support in browsers.

Re: [Fwd: x11drv WND separation]

2002-11-05 Thread Dimitrie O. Paun
On November 5, 2002 08:59 am, David Fraser wrote: Does anyone have any info on what needs to be done to separate out the WND structure from USER? Is there any other stuff that should be separated out into x11drv? Presumably even if the separation isn't trivial some pointers could enable others

Re: Avoiding FunctionA/W Duplication

2002-11-05 Thread Dimitrie O. Paun
On November 5, 2002 01:33 pm, Jaco Greeff wrote: I know there has been answers, but here are my $0.02: 1. Implement funcA, making funcW and exact copy with the relevant parameters and local variables changed; 2. Implement a generic solution as a macro and get both funcA and funcW to call it

Re: Lost Wages (round 2)

2002-11-05 Thread Dimitrie O. Paun
On November 5, 2002 03:38 pm, Jeremy Newman wrote: That's all for now. Good stuff. Some comments: -- I like the default theme :) -- menus still don't render right in Kongy 3.0.3: http://www.dssd.ca/bad-konqy2.png -- I am getting more convinced that we should move Development

COM error!!

2002-11-05 Thread
COM error!I have test COM On wine.Tonight,I wrote a test programFirst,I called CoInitializeEx(NULL, COINIT_MULTITHREADED)...Second,I called CoGetClassObject(rclsid, dwClsContext, NULL,IID_IClassFactory, (PVOID*)pcf) and return "RPC_S_INVALID_STRING_BINDING", It means The string binding

Re: Avoiding FunctionA/W Duplication

2002-11-05 Thread Dimitrie O. Paun
On November 5, 2002 02:14 pm, Jaco Greeff wrote: In the case of similar bigger/longer functions, writing the macro is problably not the right thing to do. And this is where I end up duplicating code, eek. The macro idea is almost always wrong, sorry! :) For these sort of cases, the Option 5

Re: Mozilla 1.0.1 Win32 works almost flawlessly

2002-11-05 Thread Dimitrie O. Paun
On November 3, 2002 01:04 pm, Jakob Eriksson wrote: I just tried Mozilla 1.0.1 Win32 on Wine 20021031 Works mostly fine. Resizing works, I think it didn't a couple of months ago. Cool! Now, the reason this is important, is to try to see if the IWebBrowser implemented in Mozilla-win32 works

Re: Lost Wages (round 2)

2002-11-05 Thread Dimitrie O. Paun
On November 5, 2002 08:00 pm, Jeremy Newman wrote: Yeah. Seems that Konq is REALLY having trouble with my style sheet. The default theme should have sans-serif fonts. In yours it's serif. More fodder for me to not recommend Konq. Heck, my 2.2 version renders the site beter than your 3.0 ver.

Re: [Fwd: x11drv WND separation]

2002-11-05 Thread Alexandre Julliard
Dimitrie O. Paun [EMAIL PROTECTED] writes: Well, take what I said with a grain of salt. I looked a _bit_ around there, and it seems that is a big reason why it's going to be hard to separate the two. I just got the gut feeling that it will require some thought. I might be completely wrong,

Re: Avoiding FunctionA/W Duplication

2002-11-05 Thread Alexandre Julliard
Dimitrie O. Paun [EMAIL PROTECTED] writes: 5. Implement the meat in a funcT that takes a boolean as an argument telling it if the input is A or W, and just have the func[AW] forward the call to funcT This works only within one module, and there are other problems. That is, if it

Re: WineHQ menu (take 3)

2002-11-05 Thread Joerg Mayer
On Tue, Nov 05, 2002 at 03:37:54PM -0600, Jeremy White wrote: Well, Jeremy Newman has already fallen; if you check the latest round of lostwages, he's already gone over to the 'dark' side grin. Great news... OK, so I currently have only one or two minor requests: - Please add HEIGTH and WIDTH

Re: Lost Wages (round 2)

2002-11-05 Thread Joerg Mayer
On Tue, Nov 05, 2002 at 02:38:43PM -0600, Jeremy Newman wrote: On the home page, use one of the three theme links. I've made the skinning engine pretty simple so more themes/skins could be added in the future. I'd be happy with the classic theme if it wasn't for the serif font: Classic != Hard

Re: IDL/header issues

2002-11-05 Thread Alexandre Julliard
Ove Kaaven [EMAIL PROTECTED] writes: Can I bring your (apparently minor) widl changes into rewind, so that I can generate a diff from there that'll apply directly to wine? Not sure what I changed, if it's only a couple of lines you can certainly put them in. But still I would really appreciate

Re: Avoiding FunctionA/W Duplication

2002-11-05 Thread Dimitrie O. Paun
On November 5, 2002 08:23 pm, Alexandre Julliard wrote: Of course another problem with option 5 is that you lose all type checking, so the compiler cannot warn you when you confuse the string types, plus it requires ugly casts. Better avoided IMO. I have to agree, even if in listview.c I used

Re:COM Error

2002-11-05 Thread kevin
COM error! I have test COM On wine. Tonight,I wrote a test program First,I called CoInitializeEx(NULL, COINIT_MULTITHREADED)... Second,I called CoGetClassObject(rclsid, dwClsContext, NULL,IID_IClassFactory, (PVOID*)pcf) and return RPC_S_INVALID_STRING_BINDING, It means The string binding is

Re: Lost Wages (round 2)

2002-11-05 Thread Joerg Mayer
On Tue, Nov 05, 2002 at 07:00:11PM -0600, Jeremy Newman wrote: -- menus still don't render right in Kongy 3.0.3: http://www.dssd.ca/bad-konqy2.png Ach mein got! I blame the Konq people, it couldn't possible be MY code. g Under the very specific circumstances that things look fine

Re: Lost Wages (round 2)

2002-11-05 Thread Igor Izyumin
On Tuesday 05 November 2002 06:27 pm, Andreas Mohr wrote: On Tue, Nov 05, 2002 at 02:38:43PM -0600, Jeremy Newman wrote: I spent some time implementing my theme idea to the lostwages devel version of the WineHQ website. Take a look at: http://lostwages.winehq.org Sweet ! Two issues,

Re: Lost Wages (round 2)

2002-11-05 Thread Dimitrie O. Paun
On November 5, 2002 10:37 pm, Igor Izyumin wrote: YES! Jeremy seems to love tiny fonts. They suck! PLEASE, do not use fonts below 12pt.I am referring to the left navbar (which is double spaced, to add insult to injury) and the WWN on the right. Please make then 12 or even 14 points,