Re: [X11DRV] Fix crash on bad fonts...

2003-07-05 Thread Andreas Mohr
2003 10:31:32 - @@ -2014,6 +2014,11 @@ * * Build font metrics from X font */ +static int XLoadQueryFont_ErrorHandler(Display *dpy, XErrorEvent *event, void *arg) +{ +return 1; +} Why not print a user message here that such and such font might be broken? Andreas Mohr

Re: spelling/typo fixes ect. -- lostwages

2003-07-04 Thread Andreas Mohr
this be the militarian form of miscellaneous? :-)) (missilanious wrong coordinates were used to bomb the site) Anyway, thanks for your janitorial work! It's an important task! Andreas Mohr

Re: QueryPerformanceFrequency bugfix

2003-06-29 Thread Andreas Mohr
). Second, one MHz *IS* 100Hz. So there are two possibilities: a) the code should calculate the result in units of kHz (then your observation would be correct) b) you are (completely? ;) wrong Andreas Mohr

Re: dmusic: framework for file loading

2003-06-22 Thread Andreas Mohr
: if (!ppDirectSound) IDirectSound_Release(*ppDirectSound); I don't know why, but it causes exception (i've commented it). Would you PLEASE remove the ! instead of commenting the whole stupid thing!? Aargh, too easy... ;) Andreas Mohr

Re: Bidi B3 - GetCharacterPlacement final cleanups

2003-06-01 Thread Andreas Mohr
reordering code from GetCharacterPlacementW. It now has only the non-reordering stuff, calling WINE_BiDi_reorder for the reordering code. Nice ChangeLog! And... what am I supposed to apply with -p1 here? Your mail or what? :) Andreas Mohr

Re: Bultin OCX?

2003-05-30 Thread Andreas Mohr
Winsock, then please yell immediately. -- Andreas MohrStauferstr. 6, D-71272 Renningen, Germany Tel. +49 7159 800604http://mohr.de.tt

Re: msdos/int21 CREAT special cases

2003-05-28 Thread Andreas Mohr
walk further up the chain and maybe find that even _lcreat() should be the function to have that check instead... (or, for that matter, even CreateFileA and thus CreateFileW...) So my rough guess is that this should probably be prevented in CreateFileW instead even. -- Andreas Mohr

Re: Fix incorrect documentation

2003-03-28 Thread Andreas Mohr
* done with that stuff... -- Andreas MohrStauferstr. 6, D-71272 Renningen, Germany Tel. +49 7159 800604http://mohr.de.tt

Re: GIT implementation

2003-03-09 Thread Andreas Mohr
installer!! Quick, go back to doing Real Work, now will you!? Quit playing with Windows toy programs! :-) -- Andreas MohrStauferstr. 6, D-71272 Renningen, Germany Tel. +49 7159 800604http://mohr.de.tt

Re: wineconsole

2003-03-08 Thread Andreas Mohr
On Sat, Mar 08, 2003 at 09:23:59PM +0100, Eric Pouech wrote: another regression fixed... this time sounds like I forgot to put back this line in after a couple of other testings... :-/ this would make Dan even angrier, but also get rid of the several win32-consoles on the same

Re: SystemParametersInfo patch

2003-03-05 Thread Andreas Mohr
On Wed, Mar 05, 2003 at 11:48:54AM +0100, Jon Bright wrote: Hi, In the process of trying to get a component installed in Borland C++Builder 5, I ran across an AV in SystemParametersInfo as a result of a bug in the component. It seems Windows checks for NULL being passed and returns an

Re: patch move guides (each to there own directory)

2003-02-18 Thread Andreas Mohr
to sort out after all). Andreas Mohr

AppDB updated

2003-02-08 Thread Andreas Mohr
Hi all, I just (well, not just: more like a matter of a whole week or so) committed about 170 or so new entries to the AppDB, thus reaching a count of 1523 distinct applications. I guess I'm feeling really exhausted now... Anyway, have fun browsing the site at http://appdb.winehq.org ! Andreas

Re: [DINPUT] Fix some stupid game :-)

2003-02-02 Thread Andreas Mohr
Unreal Tournament (NOT 2003!), where I've been searching like frantic for that mouse acquire issue some time ago... Andreas Mohr

Re: * Hack * for Wine-20030115 DOSFS_Hash on Solaris 8 x86

2003-01-18 Thread Andreas Mohr
for the discussion about that issue) Andreas Mohr P.S.: Please CC me on followup discussions - I'm not on wine-devel currently.

Re: Patch for Wine-20030115 heap allocation on Solaris 8 x86

2003-01-17 Thread Andreas Mohr
thinking about constantly rejecting it ? ;-) Have a nice day ! -- Andreas MohrStauferstr. 6, D-71272 Renningen, Germany Tel. +49 7159 800604http://mohr.de.tt

Re: Add filesytem type NTFS to config

2003-01-14 Thread Andreas Mohr
programs using Winelib ! Somehow that setting is also quite some pain... Andreas Mohr

Re: fix shgetfileinfoW

2003-01-09 Thread Andreas Mohr
On Wed, Jan 08, 2003 at 09:34:50PM +0100, Jürgen Schmied wrote: Content-Description: Mail message body - fixed crash in winamp reported by andreas mohr Yay !!! That fixed it indeed ! (in other words: I just didn't trust you, so I had to try myself ;-) Andreas Mohr

Re: wineboot wininit patch 1

2003-01-07 Thread Andreas Mohr
to have the script invoking wineboot print such a message instead. (some people might want to have hidden execution of wineboot configured) But OTOH you could also solve that issue by configuring wineboot to be silent in such a case, so maybe having such a message is a good thing after all. Andreas

Re: Validate imagelists

2002-12-24 Thread Andreas Mohr
0x53414D58 ??? Merry Christmas, BTW ! :-) -- Andreas MohrStauferstr. 6, D-71272 Renningen, Germany Tel. +49 7159 800604http://mohr.de.tt

Re: wineboot - Andy's version

2002-12-23 Thread Andreas Mohr
On Tue, Dec 17, 2002 at 09:17:48PM +0200, Shachar Shemesh wrote: Changelog: Andreas Mohr programs/wineboot * Initial implementation This is exactly my implementation AFAICS. I could easily have submitted it on my own, thank you very much. Instead, I thought that somebody should refine

GetWindowTextLengthA()/WM_GETTEXTLENGTH issue

2002-12-15 Thread Andreas Mohr
better avoid that corruption ;). Hmm, any idea how the unmapping can be improved ? To me it seems that the generic unmapping in WINPROC_UnmapMsg32ATo32W is exactly the place where s^Hcrap happens. (there seems to be a pretty direct connection between GetWindowTextLengthA and DrawTextA) Andreas Mohr

Re: sound3d stub implementations, part I

2002-12-10 Thread Andreas Mohr
check it if it's ok (it seems logical to me, but it could be wrong). Actually it seems quite illogical to me... Hint, hint: you forgot the patch ;-)) Andreas Mohr

Re: _stati64 (before _fstati64)

2002-11-26 Thread Andreas Mohr
On Sun, Nov 24, 2002 at 09:35:53PM +0100, Stefan Leichter wrote: Hello, by accident i have send this patch to wine-develop list instead of wine-patches. This patch needs to be applied before my _fstati64 patch Err... and what had happened to *my* patch from Nov 09 ?? Duplicate work... urks

Re: Some fixes in capabilities

2002-11-26 Thread Andreas Mohr
On Tue, Nov 26, 2002 at 10:23:55PM +0100, Lionel Ulmer wrote: Hi all, As long as we do not support multi-texturing in our D3D driver, fill the caps properly. Now SS2 does not try to do multitexturing anymore (not that it actually works now, it's just that it would break less :-) ). Note:

Re: Error while trying to run a wine

2002-11-11 Thread Andreas Mohr
?? b) Sounds like it's oleaut32 (variants !) related. Thus check out a --debugmsg +relay,+ole logfile. Andreas Mohr

Re: Wine's compatibility lists (updated)

2002-11-11 Thread Andreas Mohr
of IE are calls to rundll32.exe)? Or am I volunteering for the job? ;-) Yes, this should be done (should be fairly easy, too). And yes, you are ;-) (and no, I'm not working on this part) Waiting for programs/rundll32/, Andreas Mohr

Re: winamp patch A0

2002-11-09 Thread Andreas Mohr
On Sat, Nov 09, 2002 at 11:43:32AM -0500, Vincent Béron wrote: This doesn't seem the place to do it, since if we specify something different (in config) then the registry keys do not match, and some other app could possibly have some problems. Would it be possible to generate automatically

Re: Docu updates question..

2002-11-08 Thread Andreas Mohr
On Thu, Nov 07, 2002 at 10:41:31PM -0700, Tony Lambregts wrote: Dustin Navea wrote: There are 2 problems... 1) I dont know any sgml (unless vim/emacs hides the tags or makes it look kinda like html) 2) The wine guides as they are are so confusing to me on how to recreate winehq that I

Wine 0.8: VB compatibility !!

2002-11-08 Thread Andreas Mohr
Hi all, I keep encountering people mentioning that VB stuff has lotsa problems on Wine. While I really can't say that I like VB, a lot of people seem to use it for critical tasks in companies on a daily basis, so it sounds like perfect VB compatibility would be utterly important. IMHO improving

Re: Wine 0.9 TODO v0.1

2002-11-08 Thread Andreas Mohr
On Fri, Nov 08, 2002 at 08:50:49AM +, Mike Hearn wrote: Random idea: might it be worth creating a Works With Wine button, similar to the old web-browser buttons, these images could link back to the page on winehq with a description and screenshot (or maybe the appdb) and be sent off to the

Re: wine button

2002-11-08 Thread Andreas Mohr
that this is too large, I can either scale it, or try and make another from scratch that is more button sized. MHO the grey area should be *behind* the Wine glass, not in front of the glass. Good design so far, but can someone think of some chuckle effect ? Andreas Mohr

Re: Wine FAQ - call for a volunteer

2002-11-07 Thread Andreas Mohr
On Tue, Nov 05, 2002 at 11:43:39AM +0100, 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! The #1

Re: Wine 0.8 TODO v0.2

2002-11-07 Thread Andreas Mohr
On Thu, Nov 07, 2002 at 10:33:50AM -0500, Dimitrie O. Paun wrote: On November 6, 2002 01:59 pm, Joerg Mayer wrote: How about providing a distributions directory where the (in)official maintainers for the distributions can just check in whatever they want once they are found/named? Let's

Re: FreeBSD configure fix

2002-11-07 Thread Andreas Mohr
On Thu, Nov 07, 2002 at 06:21:14PM +0100, Patrik Stridvall wrote: Gerald Pfeifer configure change broke FreeBSD 4.7 This should fix it. ROTFL !! The man who is constantly annoyed about having to fix stupid Linux breakage on *BSD manages to break *BSD :-)) -- Andreas Mohr

Re: Interrupts / Move most of int31 to winedos

2002-11-06 Thread Andreas Mohr
On Wed, Nov 06, 2002 at 08:37:26AM -0800, Robert Amstadt wrote: Sure, I know that (I'm working on DPMI32 which isn't for standard mode Windows programs), I was probably being a bit unclear about what I was wondering about. It is quite difficult to find any information about Win32s nowadays

Re: ComputerName

2002-11-06 Thread Andreas Mohr
really dislike hand-editing troff. Thank you very much for this offer to rewrite them in Docbook ! :) -- Andreas MohrStauferstr. 6, D-71272 Renningen, Germany Tel. +49 7159 800604http://mohr.de.tt

Re: Interrupts / Move most of int31 to winedos

2002-11-06 Thread Andreas Mohr
On Wed, Nov 06, 2002 at 12:12:45PM -0500, Dimitrie O. Paun wrote: On November 6, 2002 11:47 am, Andreas Mohr wrote: If anyone needs that, I guess I could easily dig up the mail from Ulrich Weigand that explained the miracles accomplished at that time in great detail. (it was not much more

Re: Interrupts / Move most of int31 to winedos

2002-11-06 Thread Andreas Mohr
On Wed, Nov 06, 2002 at 01:32:07PM -0500, Dimitrie O. Paun wrote: On November 6, 2002 01:19 pm, Andreas Mohr wrote: What's relevant is whether we still need to be able to use a real Win32s subsystem or not (and whether it's even still possible !). This is a hacky subsystem

Re: WineHQ menu (take 3)

2002-11-05 Thread Andreas Mohr
tiny very non-informative menu. The current version, while not having two levels of menu info, at least has the very good excuse of being damn well visible. -- Andreas MohrStauferstr. 6, D-71272 Renningen, Germany Tel. +49 7159 800604http://mohr.de.tt

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

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: Lost Wages (round 2)

2002-11-05 Thread Andreas Mohr
be better for the visually impaired people... b) HowTo ??? Has Wine ever had a HowTo ? (ok, I admit it, Wine even had a damn good HowTo, but it's already quite outdated now, and as we have the Guides now, I'm not sure whether we still need one) -- Andreas MohrStauferstr. 6, D

Re: Lost Wages (round 2)

2002-11-05 Thread Andreas Mohr
. http://trific.ath.cx/web/png/ I'm starting to wonder silently whether that's *intentional* on Microsoft's part... After all *all* major Linux browsers support it properly... -- Andreas MohrStauferstr. 6, D-71272 Renningen, Germany Tel. +49 7159 800604http

Re: COM vtable inconsistencies with g++ (was SIGSEGV in IDirectDrawImpl_EnumDisplayModes)

2002-11-03 Thread Andreas Mohr
On Sat, Nov 02, 2002 at 07:17:28PM -0800, Francois Gouget wrote: On Sat, 2 Nov 2002, Andreas Mohr wrote: [...] The only advantage I can think of would be the use of Unix code, but then you could achieve the very same thing by writing the Unix equivalent DLL of a Windows DLL (e.g.: hardware

Re: menu resource parsing question...

2002-11-03 Thread Andreas Mohr
On Sat, Nov 02, 2002 at 09:07:08PM -0500, Chris Morgan wrote: Upon the testing of Kazaa lite I ran into numerous errors like: err:menu:MENU_ParseResource not a string item, flags: 0x0800 These entries appear to be intended as separators and in fact the flag of 0x800 is MF_SEPARATOR. The

Re: My WineHQ menu structure proposal - counterproposal

2002-11-03 Thread Andreas Mohr
On Sun, Nov 03, 2002 at 09:43:40AM +, Keith Matthews wrote: On 02 Nov 2002 23:51:01 -0600 Jeremy White [EMAIL PROTECTED] wrote: So, I propose the following instead: First, this assumes that we use Jeremy Newman's idea of a rotating screen shot on main page, and continued

Re: My WineHQ menu structure proposal

2002-11-03 Thread Andreas Mohr
On Sun, Nov 03, 2002 at 03:07:48PM +, Keith Matthews wrote: On Sun, 3 Nov 2002 15:24:14 +0100 Andreas Mohr [EMAIL PROTECTED] wrote: On Sun, Nov 03, 2002 at 02:28:54AM -0800, Francois Gouget wrote: * Who cares about an 'Applications Database'? What's that anyway? Would a potential

Re: My WineHQ menu structure proposal - counterproposal

2002-11-03 Thread Andreas Mohr
for sending in Wine patches. Help out or Volunteer or something like that would be much more accurate. Great idea ! Contribute is in fact not aggressive enough, as it hides what the intentions behind that are. -- Andreas MohrStauferstr. 6, D-71272 Renningen, Germany Tel. +49 7159

Re: My WineHQ menu structure proposal

2002-11-03 Thread Andreas Mohr
On Sun, Nov 03, 2002 at 11:36:36AM -0500, Dimitrie O. Paun wrote: On November 3, 2002 05:28 am, Francois Gouget wrote: * I also hate the term Application Database. It sounds too techy, and it's one of the reasons I never used it. So I suggest Application Status That's good, too.

Re: My WineHQ menu structure proposal

2002-11-03 Thread Andreas Mohr
On Sun, Nov 03, 2002 at 12:41:29PM -0500, Dimitrie O. Paun wrote: On November 3, 2002 12:26 pm, Andreas Mohr wrote: IMHO the CVS stuff should *only* be mentioned in the Wine User Guide (and the Developers Guide would explain the more advanced usage patterns). Then it'd be pretty easy

Re: COM vtable inconsistencies with g++ (was SIGSEGV in IDirectDrawImpl_EnumDisplayModes)

2002-11-02 Thread Andreas Mohr
On Sat, Nov 02, 2002 at 10:36:21AM +, Matthew Bloch wrote: So with the ICOM_MSVTABLE_COMPAT flag set I get the off-by-two calling error from within Winelib when it's trying to invoke a COM function. When it's not set I get the same bug occurring in my program when it tries to do the

Re: Today wine's compatibility with 20 popular apps from tucows

2002-11-02 Thread Andreas Mohr
: No. (it doesn't show the right part of the window, regression) Very strange. PuTTY used to work. And please don't name it Telnet application. Telnet is a small part of it that should be neglected as much as possible. But AFAIR I recently had problems getting it to run, too. Andreas Mohr

Re: Wine FAQ - call for a volunteer

2002-11-02 Thread Andreas Mohr
for easy conversion etc. -- Andreas MohrStauferstr. 6, D-71272 Renningen, Germany Tel. +49 7159 800604http://mohr.de.tt

Re: Wine FAQ - call for a volunteer

2002-11-02 Thread Andreas Mohr
On Sat, Nov 02, 2002 at 11:47:43AM -0500, Dimitrie O. Paun wrote: On November 2, 2002 12:27 pm, Thomas Wickline wrote: When your ready just let me know and we will go at it .. send me a list of things to start on.. OK, here's the TODO: 1. Extract the FAQ from the FAQ-O-Matic This

Re: Wine FAQ - call for a volunteer

2002-11-01 Thread Andreas Mohr
On Fri, Nov 01, 2002 at 03:06:55PM -0500, Dimitrie O. Paun wrote: On November 1, 2002 08:15 am, Jeremy White wrote: My vision for the FAQ is a hand edited main FAQ with the current FAQ-o-matic being pushed to a secondary role. Please get rid of the FAQ-O-matic. The interface is

Re: Wine FAQ - call for a volunteer

2002-11-01 Thread Andreas Mohr
On Fri, Nov 01, 2002 at 04:21:54PM -0500, Dimitrie O. Paun wrote: On November 1, 2002 04:02 pm, Andreas Mohr wrote: Excuse me, what is sooo terrible about the FOM ??? Having to maintain hundreds of different web pages by hand (in order to gain the required interdependencies for some

Re: Wine FAQ - call for a volunteer

2002-11-01 Thread Andreas Mohr
On Fri, Nov 01, 2002 at 04:29:20PM -0500, Dimitrie O. Paun wrote: On November 1, 2002 04:02 pm, Andreas Mohr wrote: I agree that using a static web page for the FAQ part instead could probably be better - but for the troubleshooting content ?? The troubleshooting content is meant

Re: Wine FAQ - call for a volunteer

2002-11-01 Thread Andreas Mohr
On Fri, Nov 01, 2002 at 04:44:53PM -0500, Dimitrie O. Paun wrote: On November 1, 2002 04:36 pm, Andreas Mohr wrote: My (hidden) point was that the FOM is two *SEPARATE* units, the FAQ and everything else. (as always, nobody seems to grasp this) Good point, but you see, I wasn't grasping

Re: So lets say we do it

2002-10-31 Thread Andreas Mohr
On Thu, Oct 31, 2002 at 02:11:31AM -0500, Dimitrie O. Paun wrote: That is, Lets assume for the sake of argument that Alexandre likes my 0.8 idea so much, that he releases Wine 0.8 with much fanfare next Monday (so we have a good audience), and the news reaches Slashdot where a message with

Re: So lets say we do it

2002-10-31 Thread Andreas Mohr
tense) But maybe then it seems like I didn't... Boy, that'll give me quite some free time for RL work... -- Andreas MohrStauferstr. 6, D-71272 Renningen, Germany Tel. +49 7159 800604http://mohr.de.tt

Re: So lets say we do it

2002-10-31 Thread Andreas Mohr
On Thu, Oct 31, 2002 at 03:07:15PM -0500, Dimitrie O. Paun wrote: On October 31, 2002 03:00 pm, Andreas Mohr wrote: Not yet too late for another 'Halloween' release though ;) Yep... ...next year ! ;) I don't want to jinx it, but at the rate we're going, we'd be lucky to do a 1.0

Re: So lets say we do it

2002-10-31 Thread Andreas Mohr
On Thu, Oct 31, 2002 at 07:08:07PM +0100, Marcus Meissner wrote: On Thu, Oct 31, 2002 at 08:24:28AM -0800, Alexandre Julliard wrote: So no, I'm not going to make a general public release just yet... Not yet too late for another 'Halloween' release though ;) Yep... ...next year ! ;)

Re: So lets say we do it

2002-10-31 Thread Andreas Mohr
On Thu, Oct 31, 2002 at 02:58:12PM -0500, Dimitrie O. Paun wrote: On October 31, 2002 02:44 pm, Andreas Mohr wrote: For christ's sake, IF YOU CAN'T STAND THE DOCU, THEN *IMPROVE IT*. Well, that's a good point. And I did a bit, but not nearly as much as you. I did. (past tense

Re: So lets say we do it

2002-10-31 Thread Andreas Mohr
On Thu, Oct 31, 2002 at 03:17:26PM -0500, Dimitrie O. Paun wrote: On October 31, 2002 03:09 pm, Andreas Mohr wrote: Well, that maintenance would e.g. include the localization work I suggested, having a *separate* CVS containing all localized Wine Guides, and having automatically updated

Re: So lets say we do it

2002-10-31 Thread Andreas Mohr
On Thu, Oct 31, 2002 at 03:20:34PM -0500, Dimitrie O. Paun wrote: On October 31, 2002 03:11 pm, Andreas Mohr wrote: Why, the current rate is avalanche-like ;) I'm growing ever more astonished about the increase in wine-patches per day... Same here. It's quite amazing! But can we

Re: So lets say we do it

2002-10-31 Thread Andreas Mohr
On Thu, Oct 31, 2002 at 04:16:45PM -0500, Dimitrie O. Paun wrote: On October 31, 2002 03:58 pm, Andreas Mohr wrote: BTW, I just updated the Contribute page quite a lot. Very cool. You see, there's a lot of good stuff on the site, but it's kinda hidden. We need to bring some of it (like

Re: So lets say we do it

2002-10-31 Thread Andreas Mohr
On Thu, Oct 31, 2002 at 04:05:21PM -0600, Jeremy Newman wrote: On Thu, 2002-10-31 at 15:30, Dimitrie O. Paun wrote: Agreed. I say, let's get some of the content in shape, and worry about the form a wee bit later. BTW, any web-design guys around, that may want to take on this task? Oh

Re: Versions mass-appeal

2002-10-30 Thread Andreas Mohr
On Wed, Oct 30, 2002 at 07:08:08AM -0600, Rick Romero wrote: I would love to convert my desktops to Linux + Wine, but one 'little' thing keeps nagging at me (even if my apps did work perfectly). I haven't seen it uttered in a while, but the phrase, Wine is ALPHA software sticks in my head.

Re: Versions mass-appeal

2002-10-30 Thread Andreas Mohr
On Wed, Oct 30, 2002 at 12:21:51PM +0200, Shachar Shemesh wrote: Ender wrote: - Getting the right set of dlloverrides and registry entries correct for a large portion of software is irritating. Most of this comes down to the lack of WINE being able to dynamically run RunOnce and

Re: Versions mass-appeal

2002-10-30 Thread Andreas Mohr
On Wed, Oct 30, 2002 at 10:00:08AM -0400, Dimitrie O. Paun wrote: On October 30, 2002 08:56 am, Andreas Mohr wrote: Thus you could encounter an app which manages to trash your whole filesystem ANY DAY; this app simply needs to use a very rarely used function that we barely implemented

Re: Bug #321: dlls/msvct/vf[w]printf functions (Patch 2)

2002-10-29 Thread Andreas Mohr
* Luckily my wife got most of the frustrations at my stupidity... [insert some rant about certain highly non-rewarding functions here...] Still, you're doing some pretty essential work, so let me just say thanks for your (annoying ?) work ! -- Andreas MohrStauferstr. 6, D

Re: Segmentation Fault: A possibility???

2002-10-29 Thread Andreas Mohr
On Tue, Oct 29, 2002 at 04:56:24PM -0500, [EMAIL PROTECTED] wrote: Andreas Mohr writes: Huh ? You don't want to tell us that you've got a dualboot Windows/Linux and you're the internet server - via Windows ??? No - linux is the internet gatrway - But if I try to log out of it then linux

Re: winapi update

2002-10-29 Thread Andreas Mohr
On Wed, Oct 30, 2002 at 11:25:50AM +0800, Dmitry Timoshkov wrote: Patrik Stridvall [EMAIL PROTECTED] wrote: On October 29, 2002 11:27 am, Patrik Stridvall wrote: Anyway, I can't inline my patches the because Microsoft Outlook wraps the lines and I sure a lot of other people that

[OT] Announcing Aztech AZF3328/PCI168 sound driver

2002-10-28 Thread Andreas Mohr
Hi all, the reason I've been rather quiet on the wine-patches side is that I've been busy writing an ALSA driver for the entirely UNDOCUMENTED and UNSUPPORTED PCI soundcard Aztech PCI168. This has been consuming vast amounts of weeks (all in all I'd say in compressed form 4 weeks of 2 hours per

Re: Segmentation Fault: A possibility???

2002-10-28 Thread Andreas Mohr
On Mon, Oct 28, 2002 at 09:50:35PM +1100, Kye Lewis wrote: Hi, Sorry for posting all of this to the wine-devel group continuously, but I may have found the problem (or I may not have) but either way I need some help. I have run wine --debugmsg +relay acrord32.exe and read the resulting

Re: Wine securityflaw: Protect against root

2002-10-27 Thread Andreas Mohr
bit really doesn't make sense IMHO. -- Andreas MohrStauferstr. 6, D-71272 Renningen, Germany Tel. +49 7159 800604http://mohr.de.tt

Re: Listview Z8

2002-10-27 Thread Andreas Mohr
On Sun, Oct 27, 2002 at 07:14:41PM +0200, Shachar Shemesh wrote: I can offer you the Hebrew alphabet. Except à (Aleph), which was used to indicate the various infiinity levels, there are 21 brand new, never before used, ready for your viewing pleasure letters (the number grows to

Re: search for Slava Monich

2002-10-27 Thread Andreas Mohr
On Sun, Oct 27, 2002 at 03:21:31PM -0500, Doug Brown wrote: Hello I used to work with Slava Monich in the period 1992-1997 thereabouts. I am interested to find him now. I found his name on some Wine web pages from Google search on his name and after not finding anything furthermore specific

Re: How can an app detect it's running under WINE?

2002-10-25 Thread Andreas Mohr
to achieve this? Is there a WIN32 API (like, say, GetVersionEx) that can return a string like Windows 2000 (WINE) or is WINE trying to be as stealth as possible? http://www.winehq.org/FAQ/ would have been answering this in countless cases already. -- Andreas Mohr

Re: Whats done? not?

2002-10-25 Thread Andreas Mohr
) -- Andreas MohrStauferstr. 6, D-71272 Renningen, Germany Tel. +49 7159 800604http://mohr.de.tt

Re: How can an app detect it's running under WINE?

2002-10-25 Thread Andreas Mohr
On Fri, Oct 25, 2002 at 10:30:15AM +0200, Alberto Massari wrote: Hi Andreas, At 03.12 25/10/2002 -0500, you wrote: Message: 13 Date: Fri, 25 Oct 2002 10:10:32 +0200 From: Andreas Mohr [EMAIL PROTECTED] To: Alberto Massari [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: How can

WM_COPYDATA linear/SEGPTR crash

2002-10-21 Thread Andreas Mohr
it's obvious what's happening. Now the obvious question is: how to fix this problem ? (i.e.: where is some kind of translation missing ?) -- Andreas MohrStauferstr. 6, D-71272 Renningen, Germany Tel. +49 7159 800604http://mohr.de.tt

Re: Listview U0

2002-10-19 Thread Andreas Mohr
On Sat, Oct 19, 2002 at 02:55:44AM -0400, Dimitrie O. Paun wrote: ChangeLog U0: Better report mode. Hmm, I guess you better reach listview completion rather soon, otherwise you'll slowly run out of patch letters... ;-))) In other news: thanks a bunch for this incredible work ! -- Andreas

WANTED (dead or alive): additional AppDB maintainer

2002-10-19 Thread Andreas Mohr
Hi all, as I'm currently in my studies duties again and the AppDB submissions are piling up enormously ( 20 new entries in less than two weeks), I'm looking for one or two additional AppDB maintainers to do the Beowulf thingy ;-) (I'm talking about http://appdb.winehq.org, here) The job

Re: Find the main winelib app with GetModuleHandle

2002-10-18 Thread Andreas Mohr
be quite helpful, don't'cha think ? -- Andreas MohrStauferstr. 6, D-71272 Renningen, Germany Tel. +49 7159 800604http://mohr.de.tt

Re: multithreading winelib app

2002-10-18 Thread Andreas Mohr
applications cannot use pthreads. They should not even be linked with the pthread library. The obligatory question: is it in the Winelib Users Guide ? ;-) -- Andreas MohrStauferstr. 6, D-71272 Renningen, Germany Tel. +49 7159 800604http://mohr.de.tt

Re: new wine, me whining

2002-10-18 Thread Andreas Mohr
On Fri, Oct 18, 2002 at 09:44:17AM +0200, [EMAIL PROTECTED] wrote: 1. when will this be fixed ? fixme:ddraw:DIB_DirectDrawSurface_Blt dwFlags DDBLT_WAIT and/or DDBLT_ASYNC: can't handle right now. Did you actually read any DirectX doc before complaining ? These flags are completely

Re: Problem with X11 driver

2002-10-17 Thread Andreas Mohr
On Thu, Oct 17, 2002 at 10:01:33AM +0200, Till Mossakowski wrote: Hi, I have a problem with the X11 driver (it seems), related to bug 1027. When I run my program (Fitch.exe), wine gets stuck. All threads do a WaitForMultipleObjects, the main thread a WaitMessage. And I get an error

Re: GetCommandLine

2002-10-17 Thread Andreas Mohr
On Thu, Oct 17, 2002 at 02:36:41PM -0400, [EMAIL PROTECTED] wrote: This patch pretty much fixes it. It still isn't quite right, although this probably isn't the same problem. In windows, GetCommandLine returns a string with quotes around it, while in wine, only the sub process command line

Re: GetCommandLine

2002-10-17 Thread Andreas Mohr
On Thu, Oct 17, 2002 at 12:37:31PM -0700, Alexandre Julliard wrote: Andreas Mohr [EMAIL PROTECTED] writes: Not quoting the arguments is a legal way of doing it, but I guess in order to be 150% compliant with Windows, we might want to think of a way to reintroduce quotes for programs we

Re: Wine problem

2002-10-16 Thread Andreas Mohr
the problem if it still persists. Attach screenshots if useful and maybe already add some log file like: wine --debugmsg +relay,+event,+key,+keyboard MyPrg.exe /tmp/winekey.log -- Andreas MohrStauferstr. 6, D-71272 Renningen, Germany Tel. +49 7159 800604http

Re: PATCH: dlls/comctl32/listview.c

2002-10-14 Thread Andreas Mohr
On Mon, Oct 14, 2002 at 10:09:12PM +0200, Gerald Pfeifer wrote: This is not ANSI/ISO C as far as I (and current GCC) know, so I hope this straightforward fix is fine. Gerald ChangeLog: Avoid GCC-specific language extension. Index: listview.c

Re: Using a DLL from a linux shared lib

2002-10-10 Thread Andreas Mohr
On Thu, Oct 10, 2002 at 08:57:19AM -0300, Descalzi Carlos wrote: Hi. I'm trying to use a DLL from a linux shared lib and i'm having the next error in the initialization: err:heap:HEAP_GetPtr Invalid heap ! err:heap:HEAP_GetPtr Invalid heap ! Please read the Winelib Users

Re: Registry problem

2002-10-08 Thread Andreas Mohr
On Wed, Oct 09, 2002 at 12:00:02AM -0500, Ender wrote: I'm getting the same crash with Word 2000, when I pull down the 'View' menu: 08075528:Call ntdll.NtQueryValueKey(0188,40114358,0002,40691bec,0100,40691be0) ret=406c8355 trace:reg:NtQueryValueKey

Re: Major tidy up of Scroll.c to add foundations for flatscroll bars

2002-10-04 Thread Andreas Mohr
On Fri, Oct 04, 2002 at 09:51:10AM -0400, Dimitrie O. Paun wrote: Note: Flat scroll bar APIs are implemented in Comctl32.dll versions 4.71 through 5.82. Comctl32.dll versions 6.00 and higher do not support flat scroll bars. Let's just drop support for the buggers (that is,

Re: [Version] in ~/.wine/config

2002-10-01 Thread Andreas Mohr
On Mon, Sep 30, 2002 at 10:20:58PM -0500, Chris Morgan wrote: Any reason why we don't default the windows version to something recent like Win2K and let the user change this to an older version if necessary? As has been said some times before, this value is a *forced* value, which thus

Re: Fix to protect users from selves.

2002-09-29 Thread Andreas Mohr
On Sun, Sep 29, 2002 at 09:03:24PM +0200, Sylvain Petreolle wrote: Me to... This name is absolutely correct and could be used by another program. I verified it : I created a file called !$!$.txt and a directory on my desktop under Windows NT. Yep, exactly. Please research the exact

Re: Patch - Fix typo

2002-09-12 Thread Andreas Mohr
On Wed, Sep 11, 2002 at 10:27:50PM +0200, Patrik Stridvall wrote: I noticed this when adapting WINE code for ReactOS [...] - * DialogBoxIndirectParam (USER.240) - * DialogBoxIndirectParam16 (USER32.) + * DialogBoxIndirectParam16 (USER.240) + *

Re: Fix lossage due to pathname truncation in calls to MODULE_LoadLibraryExA

2002-09-12 Thread Andreas Mohr
On Thu, Sep 12, 2002 at 08:38:09PM +1000, Michael Beach wrote: Recently I've been using WINE to run a Win32 exe which needs to load certain DLLs which are located in the same directory as the exe. I was most perplexed when I found that this worked initially, but when I moved the exe and DLLs

  1   2   3   4   5   >