Re: unix filenames in notepad

2005-05-05 Thread James Hawkins
On 5/4/05, Michael Lin [EMAIL PROTECTED] wrote: I know there will be issues of Windows APIs won't accept unix file path. But at this point, I just want to extend open file dialog optionally accept and return a unix file path. The flag to turn unix path on or off can be in the registry, or

Re: Cannot compile man pages outside source directory

2005-05-05 Thread William Poetra Yoga H
Well, I'm sorry I have to reply myself twice, but I think this thread is somewhat unusually quiet... Anyway, here's the full patch, gzipped (~10KB). Should I submit it to wine-patches in a plaintext format (~130KB) or a gzipped format? William Poetra Yoga Hadisoeseno

Re: unix filenames in notepad

2005-05-05 Thread wino
On Thu, 05 May 2005 08:06:40 +0200, James Hawkins [EMAIL PROTECTED] wrote: You can't type in a unix file path in windows, so I don't see why we should allow it in wine. That is what the virtual drives are for. I agree. I would have thought the over-riding principal is to keep functionalily

Re: unix filenames in notepad

2005-05-05 Thread Paul van Schayck
On 5/5/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I agree. I would have thought the over-riding principal is to keep functionalily as close as possible to windows behaviour to provide the closest compatability possible, not to start adding extentions. If we need to regularly access

Re: unix filenames in notepad

2005-05-05 Thread William Poetra Yoga H
--- Paul van Schayck [EMAIL PROTECTED] wrote: We do need this for winecfg. If you want to setup virtual drive you do want to see the full unix fs. Winecfg needs to have to unix paths. Putting conversion code in winecfg was not really acceptable, an extension to was. This extension will

Re: [DInput] Fix 'peek' code for mouse (S3 problem)

2005-05-05 Thread Stefan Dsinger
Am Mittwoch, 4. Mai 2005 20:44 schrieb Lionel Ulmer: This should fix the mouse issue in S3. Lionel Changelog: - do not flush the buffer when the application only wants to peek the number of elements in the queue - trace the GetDeviceState values before they are reset No,

Re: Cannot compile man pages outside source directory

2005-05-05 Thread Alexandre Julliard
William Poetra Yoga H [EMAIL PROTECTED] writes: Then, because documentation/man3w should be in the build directory, we have to modify TOPSRCDIR and TOPOBJDIR for the makefiles. I modified them to: TOPSRCDIR = @abs_top_srcdir@ TOPOBJDIR = @abs_top_builddir@ Is this correct? I'm testing it

Re: [DInput] Fix 'peek' code for mouse (S3 problem)

2005-05-05 Thread Lionel Ulmer
On Thu, May 05, 2005 at 10:42:55AM +, Stefan Dösinger wrote: No, saidly, it doesn't. I have attached a +dinput log again. This is really strange as the behaviour of DInput seems fine in my log. Could you send me another log with the attached patch ? By the way, what exactly is the issue ?

Re: unix filenames in notepad

2005-05-05 Thread Francois Gouget
On Thu, 5 May 2005, James Hawkins wrote: [...] You can't type in a unix file path in windows, so I don't see why we should allow it in wine. That is what the virtual drives are for. I believe the rationale is to provide a better integration with the Unix environment. Here's the scenario where I

Re: Wine 20050310 redraw problems (specifically with Paint Shop Pro 7)

2005-05-05 Thread Jules Richardson
On Tue, 2005-05-03 at 16:16 +, Jules Richardson wrote: On Tue, 2005-05-03 at 16:54 +0200, Marcus Meissner wrote: On Tue, May 03, 2005 at 02:33:56PM +, Jules Richardson wrote: I remember posting about this quite a while ago but decided to revisit it, and it seems like it's

Re: unix filenames in notepad

2005-05-05 Thread Michael Jung
Hi, The stuff, which is implemented in shell32/shfldr_unixfs.c is what Microsoft calls a shell namespace extension. This is used quite often on Windows, for example to access some non USB-mass-storage based digital cameras via the shell. We use this extension in winecfg to map drive letters to

Re: unix filenames in notepad

2005-05-05 Thread Michael Jung
Hi Michael, On Thursday 05 May 2005 03:06, Michael Lin wrote: I know you are working on this area as well, so maybe we should coordinate our effort so that there is no duplicate work. I do have a couple of patches, which are not yet ready to be send to wine-patches. I will finish them up and

Better PolyLine drawing

2005-05-05 Thread Rein Klazes
Hi, cc to wine-devel: I may overlooked something here. The patch fixes a problem in BigJig a jigsaw puzzle game (free download at www.lenagames.com) when it generates the pieces. The jigsaw piece shapes are generated with a series of short (5-7 points) Polyline calls, followed by a call to

InstallShield status page on the wiki

2005-05-05 Thread Mike Hearn
Hi, I created an InstallShield page on the new wiki: http://wiki.winehq.com/InstallShield Dimi, the p tags don't seem to create any bottom padding like they would normally so all the text seems squashed together even if they have newlines between them. Can this stylesheet problem be fixed?

Re: InstallShield status page on the wiki

2005-05-05 Thread Boaz Harrosh
Mike Hearn wrote: Dimi, the p tags don't seem to create any bottom padding like they would normally so all the text seems squashed together even if they have newlines between them. Can this stylesheet problem be fixed? Dimi while you are at it: I used : 1. FCKEditor

Re: [DInput] Fix 'peek' code for mouse (S3 problem)

2005-05-05 Thread Stefan Dösinger
Am Donnerstag, 5. Mai 2005 09:38 schrieb Lionel Ulmer: On Thu, May 05, 2005 at 10:42:55AM +, Stefan Dösinger wrote: No, saidly, it doesn't. I have attached a +dinput log again. This is really strange as the behaviour of DInput seems fine in my log. Could you send me another log with the

Re: Commercial support

2005-05-05 Thread Tom Wickline
On 5/5/05, Jakob Eriksson [EMAIL PROTECTED] wrote: I invoke Godwins law. As an online discussion grows longer, the probability of a comparison involving Nazis or Hitler approaches one. So, Are you saying I'm a Nazi for putting what you would consider a high price tag on a listing? All

Re: InstallShield status page on the wiki

2005-05-05 Thread Dimitrie O. Paun
On Thu, May 05, 2005 at 12:35:46PM +0100, Mike Hearn wrote: Dimi, the p tags don't seem to create any bottom padding like they would normally so all the text seems squashed together even if they have newlines between them. Can this stylesheet problem be fixed? Done. I'll make the code and .css

Re: InstallShield status page on the wiki

2005-05-05 Thread Dimitrie O. Paun
On Thu, May 05, 2005 at 01:59:15PM +0200, Boaz Harrosh wrote: Dimi while you are at it: I used : 1. FCKEditor http://fckeditor.sourceforge.net or 2. HTMLArea http://drupal.org/project/htmlarea. Last time I installed them on My Linux-Apache at home it took me 10 minutes. Do have a look

Re: winecfg: Add wine configuration tab

2005-05-05 Thread Dimitrie O. Paun
On Thu, May 05, 2005 at 12:50:50AM -0500, James Hawkins wrote: [1] http://winehq.org/site/status_options I'm afraid this page is a bit out of date. It needs lots of love, and I think it would be a worthwhile project to update it. -- Dimi.

Re: winecfg: Add wine configuration tab

2005-05-05 Thread Dimitrie O. Paun
On Thu, May 05, 2005 at 12:50:50AM -0500, James Hawkins wrote: I used the options specified for [wine] in the Wine Options Status page [1] to create a new wine options tab for winecfg. I think we intentionally omitted such a page before. The thinking is that these are really low-level settings

Re: [DInput] Fix 'peek' code for mouse (S3 problem)

2005-05-05 Thread Lionel Ulmer
The game seems to use the X cursor, which is continuously warped back. The cursor can be moved a little bit(~1 cm) if I move the mouse fast, but it immediatly warps back to the window center. Thanks for the log, but except for the timestamp and sequence number which I find a bit strange

problems with electronics workbench (ewb)

2005-05-05 Thread
When i run Electronic work bench exe with wine i get this: ]$ wine WEWB32.EXE Loading required GL library /usr/X11R6/lib/libGL.so.1.2 fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name WEST, bias=-60 and dst=1 to an entry in TZ_INFO. Please add appropriate entry to TZ_INFO and submit

Re: unix filenames in notepad

2005-05-05 Thread peter
On Thu, 05 May 2005 08:51:44 +0200, Paul van Schayck [EMAIL PROTECTED] wrote: This extension will become even more valuable because we want winecfg (or wine in particular) to start without having any virtual drive. People might have removed all drives (with winecfg). Isnt that like trying to

Re: Commercial support

2005-05-05 Thread Jakob Eriksson
Andreas Mohr wrote: Hi, On Wed, May 04, 2005 at 02:57:17PM +0200, Boaz Harrosh wrote: Tom Wickline wrote: Here is my proposal... Must I shoot myself now or can I do it next week? :) . Indeed. I had the impression that the fascist Drittes Reich was long gone, but upon reading

Re: Commercial support

2005-05-05 Thread Peter Kovacs
Rather than set threshholds on capacity, there might be a tiered arrangement whereby anybody can get a class D listing for nothing. Class C, B and A listings would cost $200, $1000, and $1. The page would then be ranked by listing class, and within listing class by geography. How do you

Re: New program: getsffile

2005-05-05 Thread Jakob Eriksson
Maybe I'm being thick, but why do you need to change winrash for that? Chris Morgan wrote: It would be a useful feature to have. I'm still hoping someone will come along and take over winrash development. That hasn't happened yet. I'm not sure when I'd get a change to put such a feature in

Google Web Accelerator

2005-05-05 Thread Matthew Mastracci
To indulge my habit of trying the newest Google software releases under Wine, I decided to give the new Google Web Accelerator a shot with the latest CVS. The first issue that I ran into (patches sent to wine-devel!) was the lack of StgCreateStorageEx and StgOpenStorageEx. This seems to be

Re: GetExitCodeProcess always returns 1

2005-05-05 Thread Dmitry Timoshkov
Hi Igor, sorry for the late response. Igor Sysoev [EMAIL PROTECTED] wrote: 2 years ago I reported that on FreeBSD Wine-20030508's GetExitCodeProcess() always returns 1: http://www.winehq.org/hypermail/wine-devel/2003/06/0100.html It was fixed by patch:

Re: winecfg: Add wine configuration tab

2005-05-05 Thread Chris Morgan
Maybe we can have an advanced options tab or something? I think it would be useful for developers to be able to be able to adjust as many useful options as possible without having to edit the registry directly. Chris On 5/5/05, Dimitrie O. Paun [EMAIL PROTECTED] wrote: On Thu, May 05, 2005 at

Re: Wine 20050310 redraw problems (specifically with Paint Shop Pro 7)

2005-05-05 Thread Jules Richardson
On Thu, 2005-05-05 at 10:34 +, Jules Richardson wrote: Wine 20050211, 20050310, 20050419 (the three I've tried) all have this nasty redraw bug where the drawing canvas isn't being refreshed. So whatever the fault is, it crept in somewhere between 20040914 and 20050211. Right, whatever the

Re: Debugging remotely from Visual studio

2005-05-05 Thread Eric Pouech
David Hemmo a écrit : Hello, After reading a mail exchanges about ptrace on Linux, I decided to switch to a newer Linux kernel to see how it modified my problem. Things got worse. Restarting a program from Visual studio stopped working. Is there anyone that can explain me how things are supposed

Re: [DInput] Fix 'peek' code for mouse (S3 problem)

2005-05-05 Thread Stefan Dösinger
As the cursor itself, what is the shape of the X cursor ? Is it the normal one or is it changed by the application ? I would be really surprised if the application did use the 'normal' cursor and did not do it itself using DirectX. It doesn't look like the normal X cursor. S3 changes the

Re: winecfg: Add wine configuration tab

2005-05-05 Thread Mike Hearn
On Thu, 05 May 2005 08:43:00 -0400, Dimitrie O. Paun wrote: I think we intentionally omitted such a page before. The thinking is that these are really low-level settings that normal users shouldn't touch. Those who *need* to for whatever strange reason can use regedit to do so. Yeah, I was

LockDIBSection problem

2005-05-05 Thread Rein Klazes
Hi, Here is another problem in BigJig a jigsaw puzzle game (free download at www.lenagames.com). The program calls BitBlt with destination an in memory DIB. Inside BitBlt, the destination bits are set to PAGE_NOACCESS: | 0009:Call kernel32.VirtualProtect(727f,00123324,0001,77a5f7bc)

Re: Cannot compile man pages outside source directory

2005-05-05 Thread William Poetra Yoga H
--- Alexandre Julliard [EMAIL PROTECTED] wrote: No, you don't want to put absolute paths in makefiles. c2man should be fixed to load files from the source directory if they are not found in the build directory. Why shouldn't we have absolute paths in makefiles? OK, I'll take a look at

Missing HAVE_V4L2 check

2005-05-05 Thread Francois Gouget
Maarten, could you fix the following winapi_check warnings: dlls/avicap32/avicap32_main.c: HAVE_V4L2 is not declared as a conditional dlls/avicap32/avicap32_main.c: HAVE_V4L2 is not declared as a conditional The problem is that dlls/avicap32/avicap32_main.c checks for HAVE_V4L2 but we lack the

Re: Cannot compile man pages outside source directory

2005-05-05 Thread Alexandre Julliard
William Poetra Yoga H [EMAIL PROTECTED] writes: Why shouldn't we have absolute paths in makefiles? It makes it impossible to copy or move build trees around, that's very annoying. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Missing HAVE_V4L2 check

2005-05-05 Thread Maarten Lankhorst
Francois Gouget wrote: Maarten, could you fix the following winapi_check warnings: dlls/avicap32/avicap32_main.c: HAVE_V4L2 is not declared as a conditional dlls/avicap32/avicap32_main.c: HAVE_V4L2 is not declared as a conditional The problem is that dlls/avicap32/avicap32_main.c checks for

Regression in Half life

2005-05-05 Thread Stefan Dösinger
Hello, These two patches cause a regression in Half-Life (Version 1.1.1.0): (1)http://www.winehq.org/hypermail/wine-cvs/2005/04/0307.html (2)http://www.winehq.org/hypermail/wine-cvs/2005/04/0308.html Half-life reports ChoosePixelFormat failed, followed by The Selected OpenGL mode is not

Re: InstallShield status page on the wiki

2005-05-05 Thread Mike Hearn
On Thu, 05 May 2005 08:32:32 -0400, Dimitrie O. Paun wrote: Done. I'll make the code and .css available shortly via CVS, so people can send improvements too. Thanks, you rule. If there's anything that you'd like changed on the wiki, just send an email to this list, or add a note to my home

Re: Missing HAVE_V4L2 check

2005-05-05 Thread James Hawkins
On 5/5/05, Maarten Lankhorst [EMAIL PROTECTED] wrote: HAVE_V4L2 is not declared in wine itself, but by /usr/include/linux/videodev.h, which includes videodev2.h and defines HAVE_V4L2 if V4L2 is available, so in my opinion it doesn't need fixing.. Maybe we can have our cake and eat it too.

Re: [patch] fix delete key on certain european keyboards

2005-05-05 Thread Paul van Schayck
On 5/5/05, zhilla [EMAIL PROTECTED] wrote: sorry if double, resend... well, this is just this: http://bugs.winehq.org/show_bug.cgi?id=2400 and should apply to today's cvs. i AM NOT the author! I have no idea how correct this patch is but I see a few things wrong with the patch style. It's

Re[2]: Wine 20050310 redraw problems (specifically with Paint Shop Pro 7)

2005-05-05 Thread Vitaliy Margolen
Looks like something I'm messing around right now. Give me few more hours I'll have a patch for you to try. Best regards, Vitaliy Thursday, May 5, 2005, 10:32:52 AM, you wrote: On Thu, 2005-05-05 at 10:34 +, Jules Richardson wrote: Wine 20050211, 20050310, 20050419 (the three I've

Re: Missing HAVE_V4L2 check

2005-05-05 Thread Maarten Lankhorst
James Hawkins wrote: On 5/5/05, Maarten Lankhorst [EMAIL PROTECTED] wrote: HAVE_V4L2 is not declared in wine itself, but by /usr/include/linux/videodev.h, which includes videodev2.h and defines HAVE_V4L2 if V4L2 is available, so in my opinion it doesn't need fixing.. Maybe we can have our

Re: Regression in Half life

2005-05-05 Thread fenix
Hi, Seems you want to use 32bits Depth buffer (should be a game option) who don't seems to be supported by your graphic card (old code use to always declare 8bits Depth buffer without checking HW support) Can you provide output of glxinfo command to see ? Regards, Raphael Message

Re: PATCH: add test for non existing directory during createfile

2005-05-05 Thread Stefan Leichter
Am Donnerstag, 5. Mai 2005 18:59 schrieb Marcus Meissner: Hi, I would like to have someone test this test on windows... I have the suspicion that Windows might create non-existing directories in the middle. Ciao, Marcus Hello Markus, the test succeeds on my NT4 box Bye Stefan

Re: PATCH: add test for non existing directory during createfile

2005-05-05 Thread Marcus Meissner
On Thu, May 05, 2005 at 09:30:50PM +0200, Stefan Leichter wrote: Am Donnerstag, 5. Mai 2005 18:59 schrieb Marcus Meissner: Hi, I would like to have someone test this test on windows... I have the suspicion that Windows might create non-existing directories in the middle. Ciao,

Re: Commercial support

2005-05-05 Thread Jakob Eriksson
Tom Wickline wrote: On 5/5/05, Jakob Eriksson [EMAIL PROTECTED] wrote: I invoke Godwins law. As an online discussion grows longer, the probability of a comparison involving Nazis or Hitler approaches one. So, Are you saying I'm a Nazi for putting what you would consider a high price tag on

Re: Regression in Half life

2005-05-05 Thread Stefan Dösinger
Am Donnerstag, 5. Mai 2005 19:11 schrieb [EMAIL PROTECTED]: Hi, Seems you want to use 32bits Depth buffer (should be a game option) who don't seems to be supported by your graphic card (old code use to always declare 8bits Depth buffer without checking HW support) Can you provide output

Re: Missing HAVE_V4L2 check

2005-05-05 Thread Francois Gouget
On Thu, 5 May 2005, Maarten Lankhorst wrote: [...] HAVE_V4L2 is not declared in wine itself, but by /usr/include/linux/videodev.h, which includes videodev2.h and defines HAVE_V4L2 if V4L2 is available, so in my opinion it doesn't need fixing.. Ok. I'll send a patch to prevent winapi_check from

Re: InstallShield status page on the wiki

2005-05-05 Thread Mike Hearn
I also added some fairly detailed notes on how InstallShield works (from the DCOM implementors view). Hopefully it's useful to people, IShield is a very complicated program! thanks -mike

Re: Re: Regression in Half life

2005-05-05 Thread fenix
Re, Message d'origine De: Stefan Dösinger A: wine-devel@winehq.org Sujet: Re: Regression in Half life Copie à: [EMAIL PROTECTED], wine-devel@winehq.com Date: Thu, 5 May 2005 21:33:05 + Am Donnerstag, 5. Mai 2005 19:11 schrieb [EMAIL PROTECTED]: Hi, Seems you want to use

DCOM patch

2005-05-05 Thread Mike Hearn
Hi Rob, I've attached the patch I was working on at WineConf. The test cases pass now but I haven't checked it against InstallShield yet: can you look it over? Sorry about the extraneous changes. thanks -mike Index: dlls/ole32/compobj_private.h

Re: Regression in Half life

2005-05-05 Thread Stefan Dösinger
snip visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat -- 0x23 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 1 0 Slow 0x24 24 tc 0 32 0 r . . 8 8 8

Re: Re: Regression in Half life

2005-05-05 Thread Mike Hearn
On Thu, 05 May 2005 21:57:16 +0200, fenix wrote: So, change you game settings :) Is there no way to detect this more nicely and present the user with a warning if there's really no workaround? thanks -mike

Re: wineconf video downloads

2005-05-05 Thread Ivan Leo Puoti
Hans Leidekker wrote: Here's another mirror: http://mirzam.it.vu.nl/wineconf/ All the videos are up on the main server, please sync your mirros. MP3s should be up in six or seven hours. Ivan.

Re[3]: Wine 20050310 redraw problems (specifically with Paint Shop Pro 7)

2005-05-05 Thread Vitaliy Margolen
Ok try this. Not perfect, but the move in the right direction. Thursday, May 5, 2005, 12:59:22 PM, you wrote: Looks like something I'm messing around right now. Give me few more hours I'll have a patch for you to try. Best regards, Vitaliy Thursday, May 5, 2005, 10:32:52 AM, you wrote:

Revisiting exceptions

2005-05-05 Thread Mike Hearn
Hi Alexandre, I got bored and took a stab at doing proper SEH macros using some GCC extensions I found. These are rather rough, unfinished definitions, and they aren't tested at all but do they look OK? thanks -mike static void __wine_frame_cleanup( __WINE_FRAME *wineframe ) {

Re: wineconf video downloads

2005-05-05 Thread Brian Vincent
On 5/4/05, Tom Wickline [EMAIL PROTECTED] wrote: Could someone name the files better? for example : Dimi_presentation.avi then we will know who is the presenter and from reading WWN people will know the topic. fyi, I think this is what the files correspond to: 2005_04_30_10_12_39.avi Dimi

[revisited] [OLE #31] Dynamically Allocate the MTA

2005-05-05 Thread Dustin Navea
Vincent Béron wrote: Le mar 11/01/2005 à 14:03, Robert Shearman a écrit : Changelog: - Make MTA dynamically allocated so that proxies and other resources are freed at the proper time. - Changed/removed some incorrect comments regarding apartments. This patch broke wineprefixcreate

Re: wineconf video downloads

2005-05-05 Thread Lionel Ulmer
On Thu, May 05, 2005 at 03:22:33PM -0600, Brian Vincent wrote: 2005_04_30_11_13_44.avi ??? From what I remember, it is 'Sachar's call to arms errrm PGP keys' :-) Lionel -- Lionel Ulmer - http://www.bbrox.org/

Re: PATCH: add test for non existing directory during createfile

2005-05-05 Thread Troy Rollo
On Fri, 6 May 2005 02:59, Marcus Meissner wrote: I would like to have someone test this test on windows... I have the suspicion that Windows might create non-existing directories in the middle. Testing on Win2k I get ERROR_PATH_NOT_FOUND.

Re: unix filenames in notepad

2005-05-05 Thread Troy Rollo
On Thu, 5 May 2005 19:42, Francois Gouget wrote: I believe the rationale is to provide a better integration with the Unix environment Some ISV, e.g. Borland, ports their popular application, e.g. Kylix, to Linux using Wine and/or Winelib. With Wine as it stands, their 'Unix' application

Re: [revisited] [OLE #31] Dynamically Allocate the MTA

2005-05-05 Thread Mike Hearn
On Thu, 05 May 2005 16:44:24 -0500, Dustin Navea wrote: Apparently this is affecting more than 1 user (see bug 2398). Was the cause (and a proper fix) ever found for this problem other than commenting out the necessary line? Yes, I fixed it. It was heap arena corruption in Quartz. thanks

Re: [revisited] [OLE #31] Dynamically Allocate the MTA

2005-05-05 Thread Rob Shearman
Dustin Navea wrote: Vincent Béron wrote: Le mar 11/01/2005 à 14:03, Robert Shearman a écrit : Changelog: - Make MTA dynamically allocated so that proxies and other resources are freed at the proper time. - Changed/removed some incorrect comments regarding apartments. This patch broke

Re: unix filenames in notepad

2005-05-05 Thread James Hawkins
On 5/5/05, Troy Rollo [EMAIL PROTECTED] wrote: Precisely. WINE is not just for running apps compiled for Windows - it's also for making the Windows API available under UNIX. For this second application, users need to (at a minimum) be seeing UNIX paths (and not Windows paths at all) in the

resizing?

2005-05-05 Thread Maarten Lankhorst
static void Resize(CaptureBox * capBox, LPBYTE output, LPBYTE input) { if (!capBox-swresize) { int depth = capBox-bitDepth / 8; int inoffset = 0, outoffset = (capBox-height-1) * capBox-width * depth; int ow = capBox-width * depth; while (outoffset = 0) { int x;

Winelib's role in converting Windows applications

2005-05-05 Thread Ira Krakow
As many of you know, Brian and I are writing a book on Wine and Winelib for Prentice Hall. Brian's doing the Wine part; I'm doing the Winelib part. At Wineconf, I had a number of conversations about Winelib's role in converting Windows apps. The consensus seems to be that the most efficient

Re: Re[3]: Wine 20050310 redraw problems (specifically with Paint Shop Pro 7)

2005-05-05 Thread Jules Richardson
Didn't work I'm afraid - no change (patched 20050419 source) Exactly the same behaviour as before, for what it's worth! It's getting late here, but I can glady try anything else you might come up with tomorrow! Oh, I turned on trace debug for both 20041201 (last version that works) and 20050111

Re: [revisited] [OLE #31] Dynamically Allocate the MTA

2005-05-05 Thread Dustin Navea
Rob Shearman wrote: The problem was a heap overrun in quartz. The bug was fixed. I haven't seen any more reports of this problem with cvs Wine. Rob Ok, thanks. He is having to use the jan copy to regression test. Could you provide me a link to the cvs patch that fixed it so he can download

Re: unix filenames in notepad

2005-05-05 Thread Troy Rollo
On Fri, 6 May 2005 09:10, James Hawkins wrote: wine wasn't designed to accept unix paths in the apis directly or to display them in open file dialogs, Linux wasn't designed to run Windows applications either - these things are subject to change. and that's why we have virtual drives. No,

Re: unix filenames in notepad

2005-05-05 Thread James Hawkins
On 5/5/05, Troy Rollo [EMAIL PROTECTED] wrote: Linux wasn't designed to run Windows applications either - these things are subject to change. By this argument we should have changed linux itself to run windows programs. If things are subject to change, like creating wine on top of linux to

Re: Winelib's role in converting Windows applications

2005-05-05 Thread Steven Edwards
Hi Ira, --- Ira Krakow [EMAIL PROTECTED] wrote: For example, if the application requires PAM authentication, or a Linux-based help system, these modules would be separated out and encapsulated as Winelib objects. I was thinking of using PAM authentication as a good example, since it works

Re: Commercial support

2005-05-05 Thread Tom Wickline
On 5/5/05, Peter Kovacs [EMAIL PROTECTED] wrote: A general fee for all is better IMHO. We could make a fee 0f 200$ link the List to a profile where the Companies stats is listed. There we could make a Rubrik like the Company donated over X $ to the project. That would state the closeness and

Re: Commercial support

2005-05-05 Thread Tom Wickline
On 5/5/05, Jakob Eriksson [EMAIL PROTECTED] wrote: So, Are you saying I'm a Nazi for putting what you would consider a high price tag on a listing? All I'm saying is the referral by No. It was Andreas Mohr who first made the reference to the Third Reich. I just pointed out that we now

Re: Regression in Half life

2005-05-05 Thread Tom Wickline
On 5/5/05, Stefan Dösinger [EMAIL PROTECTED] wrote: Hello, These two patches cause a regression in Half-Life (Version 1.1.1.0): (1)http://www.winehq.org/hypermail/wine-cvs/2005/04/0307.html (2)http://www.winehq.org/hypermail/wine-cvs/2005/04/0308.html Half-life reports ChoosePixelFormat

Wine Wiki Status

2005-05-05 Thread Dimitrie O. Paun
A few things: 1. We've been attacked Wed by one or two idiots from Slashdot. They kept replacing the content of the front page with some silly Balmer images :) Not a big deal, since MoinMoin makes it a snap to revert to an older version. However, this episode forced me to at least

Readers' choices: 2004 Desktop Linux survey results in!

2005-05-05 Thread Tom Wickline
Hello All, Here is the results: http://www.desktoplinux.com/articles/AT2127420238.html Wine 34 % Crossover 16.3 % VMWare 13.7 % Win4Lin 6.9 % Other (please email us) 1 % None -- I don't run Windows apps under Linux 27.9 %

Re: unix filenames in notepad

2005-05-05 Thread William Poetra Yoga H
--- Troy Rollo [EMAIL PROTECTED] wrote: On Fri, 6 May 2005 09:10, James Hawkins wrote: wine wasn't designed to accept unix paths in the apis directly or to display them in open file dialogs, Linux wasn't designed to run Windows applications either - these things are subject to change.