Re: listview expert required

2003-08-30 Thread Rein Klazes
On Fri, 29 Aug 2003 16:15:17 -0400 (EDT), you wrote: On Fri, 29 Aug 2003, Rein Klazes wrote: Hi Dimitrie, This is causing a regression in newsbin pro. New postings are highlighted by a green background colour. With the patch the text in the second and higher columns is painted

Re: listview expert required

2003-08-29 Thread Rein Klazes
and higher columns is painted with a normal backgound colour instead of green. Selected rows are OK. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: wine/ scheduler/pthread.c dlls/ntdll/sysdeps.c

2003-08-17 Thread Rein Klazes
On Thu, 14 Aug 2003 20:56:26 -0700, you wrote: I think this should be fixed in current CVS, please give it a try and let me know how it works. Yes that worked. First I thought that it created another problem, a crash in ExitProcess(), but that stopped for no known reason. Rein. -- Rein

Re: wine/ scheduler/pthread.c dlls/ntdll/sysdeps.c

2003-08-14 Thread Rein Klazes
] in libntdll.dll.so) (ebp=42302ff4) | 5 0x402cf217 (NTDLL.DLL.memcpy+0x57253 in libc.so.6) (ebp=) (it crashes inside gethostbyname(), without obvious reason). Debugging hints are most welcome. Rein. -- Rein Klazes [EMAIL PROTECTED]

Serial comm overlapped IO problem

2003-07-17 Thread Rein Klazes
, the ReadFile returns 1 (success) but no data. Nowthe situations seems reversed, since accepting the error message the program proceeds to the next read and a new error messagebox. Any suggestions? Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Serial comm overlapped IO problem

2003-07-17 Thread Rein Klazes
On Thu, 17 Jul 2003 20:38:12 +0200, you wrote: Rein Klazes wrote: Hi, Recent commits http://www.winehq.com/hypermail/wine-cvs/2003/06/0232.html and http://www.winehq.com/hypermail/wine-cvs/2003/07/0090.html broke communication with my online banking program girotel. does

Re: wine/dlls/shell32 shell32_main.c

2003-07-04 Thread Rein Klazes
this and just returns FALSE */ | + if (psfi != NULL) return FALSE; this is obviously wrong (psfi is dereferenced in the remainder of the function). I just wonder if it should be removed, or is here a typo and should != be == ? Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: wine/dlls/shell32 shell32_main.c

2003-07-04 Thread Rein Klazes
describe the wrong code accurately. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Copy Paste doesn't work again

2003-07-02 Thread Rein Klazes
On 02 Jul 2003 13:45:46 -0400, you wrote: Thanks for log. Could you give this patch a try. It fixes some problems I found as well as reintegrates the COMPOUND_TEXT patch that Kusanagi Kouichi summited. Thanks, /Ulrich On Mon, 2003-06-30 at 13:46, Rein Klazes wrote: On 30 Jun 2003 10

Re: Copy Paste doesn't work again

2003-06-30 Thread Rein Klazes
On Sun, 29 Jun 2003 20:30:08 +0200, you wrote: On Sun, 29 Jun 2003 19:59:40 +0200, you wrote: On Sun, 29 Jun 2003 18:26:07 +0200, Rein Klazes [EMAIL PROTECTED] wrote: Occasionally it seems to work again. Just restart Agent and then you find that it is not. I know that it worked

Re: Copy Paste doesn't work again

2003-06-29 Thread Rein Klazes
it seems to work again. Just restart Agent and then you find that it is not. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Copy Paste doesn't work again

2003-06-29 Thread Rein Klazes
On Sun, 29 Jun 2003 19:59:40 +0200, you wrote: On Sun, 29 Jun 2003 18:26:07 +0200, Rein Klazes [EMAIL PROTECTED] wrote: Occasionally it seems to work again. Just restart Agent and then you find that it is not. I know that it worked. I used it quite frequently. I only update yesterday

Re: Submits galore

2003-06-06 Thread Rein Klazes
/projects/wine/mywine/dlls/d3d8' | make[1]: *** [d3d8] Error 2 | make[1]: Leaving directory `/usr/home/projects/wine/mywine/dlls' | make: *** [dlls] Error 2 Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Major FUD (was Re: Add root drive mapping to default config file)

2003-06-05 Thread Rein Klazes
a configured, make this a plain MessageBox() call? ) Rein. I think I would hate to have some Message Box to click for each error message during some debugging phase. Just this message. I have seen the complaint wine doesn't do anything more then once. Rein. -- Rein Klazes [EMAIL

Re: Major FUD (was Re: Add root drive mapping to default config file)

2003-06-04 Thread Rein Klazes
seem to start their wine experience by point-an-click on an .exe in some filemanager. They won't see the messages sent to stderr. Perhaps we should instead of error message blabla.exe not accessible from a configured, make this a plain MessageBox() call? ) Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Agent crashes when sending article

2003-05-29 Thread Rein Klazes
On Wed, 28 May 2003 14:42:41 +0200, you wrote: On Wed, 28 May 2003 12:06:45 +0200, Rein Klazes [EMAIL PROTECTED] wrote: The attached patch corrects the behaviour to what I see under Windows. Please give it a try. Unfortunately I sent my previous mail to early. Agent just crashed again

Re: Agent crashes when sending article

2003-05-28 Thread Rein Klazes
. -- Rein Klazes [EMAIL PROTECTED] --- wine/windows/input.c2003-05-11 08:27:59.0 +0200 +++ mywine/windows/input.c 2003-05-28 11:39:03.0 +0200 @@ -54,6 +54,7 @@ BYTE InputKeyStateTable[256]; BYTE AsyncKeyStateTable[256]; +BYTE SysCharacter = 0; /* Storage

Agent and threads

2003-04-02 Thread Rein Klazes
in progress, or if it is worth investigating? Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: wine/ server/trace.c server/thread.h server/th ...

2003-03-15 Thread Rein Klazes
, Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: wine/ server/trace.c server/thread.h server/th ...

2003-03-14 Thread Rein Klazes
-dbgwine client error:b: read: Bad address | wine client error:b: sendmsg: Bad file descriptor I don't know how to proceed from here. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: wine/ win32/device.c server/trace.c server/tim ...

2003-02-17 Thread Rein Klazes
On Sun, 16 Feb 2003 21:55:44 +0100, you wrote: Rein == Rein Klazes [EMAIL PROTECTED] writes: Rein On Fri, 14 Feb 2003 14:27:11 -0600, you wrote: Log message: Changed fd operations to take a struct fd instead of a struct object. Removed get_file_info function from object

Re: How to debug a windows app

2003-02-16 Thread Rein Klazes
with +winsock shows more. Running directly with winedbg (instead of wine) helps sometimes to catch the event in the debugger. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: wine/ win32/device.c server/trace.c server/tim ...

2003-02-16 Thread Rein Klazes
=1005a063 Any suggestions? Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: loader: fix loadorder

2003-02-15 Thread Rein Klazes
need to handle dlls with an explicit path differently; how about something like this? It fixes girotel, which has a comm.dll in its own directory that clashes with builtin comm.drv. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: How to debug a windows app

2003-02-15 Thread Rein Klazes
a windows app running under wine. I would try to catch the crash in the debugger first. A backtrace (type bt) can give the first insight where the program crashes. If you didn't set up the debugger then check out http://www.winehq.com/Docs/wine-devel/dbg-config.shtml Rein. -- Rein Klazes [EMAIL

Re: wine/dlls/comctl32 listview.c

2003-02-14 Thread Rein Klazes
On Thu, 13 Feb 2003 20:36:43 -0500, you wrote: On February 12, 2003 11:49 am, Rein Klazes wrote: This causes a rgeression in newsbin. The listview with the headers do not update during a retrieve all headers. Indeed. Thanks for the bug report. Please give this a shot, it should fix

Re: wine/dlls/comctl32 listview.c

2003-02-12 Thread Rein Klazes
a rgeression in newsbin. The listview with the headers do not update during a retrieve all headers. Until something else triggers a redraw, eg uncover window pane. From then everything works as expected. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: wine ICMP code

2003-02-05 Thread Rein Klazes
working on the ICMP dll was the Windows port of bing which systematically modifies the ttl). Trace route programs under windows frequently use ICMP it and need to modify TTL. Windows default tracert.exe works fine at the moment. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: {G|S}etThreadContext question

2003-02-04 Thread Rein Klazes
On Mon, 03 Feb 2003 21:45:29 +0100, you wrote: Rein Klazes wrote: hi, I am trying to add some support for the floating point unit to winedbg. I have one question to the experts. The debugger code gets/sets the CPU registers through a {G|S}etThreadContext() from the server, adding

{G|S}etThreadContext question

2003-02-03 Thread Rein Klazes
. This doesn't work because the server code clears the CONTEXT_FLOATING_POINT flag at some point (see attached patch). My patch is simply preventing this, but it may well be that the FP registers should be available at this point. So is this the correct fix? Rein. -- Rein Klazes [EMAIL PROTECTED

debugger detection in newbin.

2003-01-23 Thread Rein Klazes
: 7567 jnz 0x516088 This jump is taken and leads immedeatly to the messagebox displaying the message above. Any idea's and/or explanation? Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: debugger detection in newbin.

2003-01-23 Thread Rein Klazes
On Thu, 23 Jan 2003 11:00:43 -0600, you wrote: Marcus Meissner wrote: On Thu, Jan 23, 2003 at 10:12:32AM +0100, Rein Klazes wrote: Hi, The latest version of newsbin 4.1B5 refuses to run, displaying debugger or monitoring tool detected. Well, we store the thread pid there, see

GetCurrentObject(hdc,OBJ_BITMAP) should not return zero.

2003-01-22 Thread Rein Klazes
). My proposed solution is to do what CreatCompatibleDC already does: load a default bitmap in CreateDC(). This has worked here for a long time without any aparent problems. Changelog: objects:dc.c Load default stock bitmap in CreateDC() Rein. -- Rein Klazes [EMAIL

Re: Time

2003-01-17 Thread Rein Klazes
as 15:32+0100? Try GMTDates2=0 ^ | Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Time

2003-01-16 Thread Rein Klazes
configurable in agent.ini. It does not affect the time as you see in the messages pane, that should be the local time. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Time

2003-01-16 Thread Rein Klazes
that the tune call to the wine system was cool. agent.ini - message - GMTDate Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Agent crashes and burns

2003-01-07 Thread Rein Klazes
versions. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Agent File Access

2003-01-07 Thread Rein Klazes
has been added. $ winepath 'E:\BIN\Agent\agent.ini /dos/e/bin/Agent/agent.ini I think the recommended way is now to create a small script that uses winepath. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Agent File Access

2003-01-07 Thread Rein Klazes
`winepath $@` I use something similar to launch gvim on the patches on the mailing list. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: DrawCaptionTempW patch

2002-12-16 Thread Rein Klazes
On Mon, 16 Dec 2002 19:45:51 +0100, you wrote: Rein == Rein Klazes [EMAIL PROTECTED] writes: Rein Hi, This bug caused uninitialised height and width data to be fed Rein to the font rasterizer, allocating more then 1.2 GB of VM. What action or program triggered that bug? TheBat

Re: resend: ConvertThreadToFiber stub

2002-12-16 Thread Rein Klazes
On Mon, 16 Dec 2002 13:47:10 -0600, you wrote: On Monday 16 December 2002 01:08 pm, Rein Klazes wrote: Use this one, the previous patch wasn't clean Changelog: dlls/kernel : kernel32.spec scheduler : thread.c Add a stub for ConvertThreadToFiber Rein

Re: wine commandline options

2002-11-18 Thread Rein Klazes
description. From a thread in the newsgroup more then a year ago, I understand that pegasus looks for the existance of a file winsock32.dll in the system dir. A touch winsock32.dll was enough to convince it that winsock was installed. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: GetCurrentObject

2002-11-09 Thread Rein Klazes
to prevent an Eudora 4/5 crash with the same symptoms. I wonder if it helps you. And yes, GetCurrentObject(..,OBJ_BITMAP) on a freshly created dc returns != 0 in windows. I'm just not sure this patch is the real solution, although I haven't seen any negative effects. Rein. -- Rein Klazes [EMAIL

listview: last column problem

2002-10-30 Thread Rein Klazes
message? Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: listview: last column problem

2002-10-30 Thread Rein Klazes
On Wed, 30 Oct 2002 14:21:13 -0500, you wrote: On October 30, 2002 02:01 pm, Rein Klazes wrote: Do you see any objections removing the test and error message? Good catch. Please try this patch: Index: dlls/comctl32/listview.c

Re: Known listview bugs (take 2)

2002-10-25 Thread Rein Klazes
On Thu, 24 Oct 2002 19:20:44 -0400, you wrote: On October 24, 2002 07:34 am, Rein Klazes wrote: - Updating/refreshing the messages listview (when downloading headers) is far less efficient then with native comctl32. The whole listview gets refreshed instad of just the visible update

Re: Known listview bugs (take 2)

2002-10-25 Thread Rein Klazes
On Fri, 25 Oct 2002 11:38:23 -0400, you wrote: On October 25, 2002 11:34 am, Rein Klazes wrote: It is a bit too much. The flashing is gone, great. But when the message listview is filled and the display updates, of the perhaps 10 new items that are added to the bottom only the last 2 or 3

Re: Known listview bugs (take 2)

2002-10-25 Thread Rein Klazes
On Fri, 25 Oct 2002 14:47:14 -0400, you wrote: On October 25, 2002 12:16 pm, Rein Klazes wrote: www.xs4all.nl/~rklazes/temp/nb2.png shows the problem quit well, only two items are displayed where there should have been much more; www.xs4all.nl/~rklazes/temp/nb3.png same window after

Re: Third listview status update

2002-10-24 Thread Rein Klazes
On Thu, 24 Oct 2002 02:32:51 -0400, you wrote: On October 22, 2002 06:16 am, Rein Klazes wrote: - only first column displays text; this problem existed from the beginning; OK, X5 + X6 should fix this. Newsbin Pro is just perfect now :) Yes, I'm impressed ;-) Rein. -- Rein Klazes [EMAIL

Re: Known listview bugs (take 2)

2002-10-24 Thread Rein Klazes
other problems (not counting drag/drop featurerequest) that I reported are fixed now. I have stress tested with the largest newsgroups available (some 20,000 items) which are handled quite well. The old code came to a grinding halt even with much smaller groups. Great job! Rein. -- Rein Klazes

message box fix.

2002-10-23 Thread Rein Klazes
Hi, Fix for recent Messagebox breakage. windows/: msgbox.c In MessageBoxIndirectW call FindResourceEx with arguments in the right order. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Third listview status update

2002-10-23 Thread Rein Klazes
On Tue, 22 Oct 2002 23:59:28 -0400, you wrote: On October 22, 2002 11:45 pm, Rein Klazes wrote: On Tue, 22 Oct 2002 19:38:41 -0400, you wrote: The line numbers look strage. What version of dlls/comctl32/comctl32undoc.c did you run it with? rev 1.71, latest cvs. Interesting. Listen

Re: Third listview status update

2002-10-22 Thread Rein Klazes
(_end+0x13f28b2c) (ebp=83e58955) | Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Second Listview status update

2002-10-21 Thread Rein Klazes
On Fri, 18 Oct 2002 09:33:14 -0400, you wrote: On October 18, 2002 03:35 am, Rein Klazes wrote: It does. Finally! I had nightmares about it... :) Now it crashes again like it did after the change in rev. 210 You mean that 209 worked fine, and 210 crashes?!? That was supposed

Re: Second Listview status update

2002-10-18 Thread Rein Klazes
On Thu, 17 Oct 2002 23:55:59 -0400, you wrote: On October 17, 2002 01:49 am, Rein Klazes wrote: Uploaded to www.xs4all.nl/~rklazes/temp/nb3.log.bz2 Fine. That didn't work... :/ But I think I fixed now: please try T0, and T1. If that doesn't work... It does. Now it crashes again like

Re: Second Listview status update

2002-10-18 Thread Rein Klazes
On Fri, 18 Oct 2002 09:33:14 -0400, you wrote: On October 18, 2002 03:35 am, Rein Klazes wrote: It does. Finally! I had nightmares about it... :) Now it crashes again like it did after the change in rev. 210 You mean that 209 worked fine, and 210 crashes?!? 209 does not crash

Re: Second Listview status update

2002-10-18 Thread Rein Klazes
On Fri, 18 Oct 2002 09:46:18 -0400, you wrote: On October 18, 2002 03:35 am, Rein Klazes wrote: It does. Now it crashes again like it did after the change in rev. BTW, how did you get it to crash? It starts up, and load newsgroups just fine here... Select a newsgroup, right click

Re: NtQueryValueKey failed with wine client error:8075690: sendmsg: Bad file descriptor

2002-10-16 Thread Rein Klazes
Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Second Listview status update

2002-10-16 Thread Rein Klazes
(950 KB) is on www.xs4all.nl/~rklazes/temp/nb.log.bz2 Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Second Listview status update

2002-10-16 Thread Rein Klazes
On Wed, 16 Oct 2002 17:19:59 -0400, you wrote: On October 16, 2002 09:21 am, Rein Klazes wrote: It still crashes at the same point. OK, let's try this: -- apply all my R-series patches -- apply the Listview struct defs v6.0 -- make sure you back out the return 0 hack we just tried

Re: Listview

2002-10-09 Thread Rein Klazes
On Tue, 8 Oct 2002 21:52:44 -0400, you wrote: On October 8, 2002 08:46 am, Rein Klazes wrote: I am trying out newsbin. There was a request (wine ui control hacker?) two months ago on this list to work on this. The program can be downloaded from www.newsbin.com and used for a short trial

Re: Registry problem

2002-10-09 Thread Rein Klazes
? [snip] It does fix the sound problem that I had with Agent. Rein. -- Rein Klazes [EMAIL PROTECTED]

sound problem

2002-10-08 Thread Rein Klazes
it is followed by an attempt to start the debugger. Any suggestions? Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Listview

2002-10-08 Thread Rein Klazes
for messages, messages selected for download, downloaded messages amd failed messages. With tabs these can be veiwed. If one listview is updated it updates regardless of the selected tab. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Fix to protect users from selves.

2002-09-29 Thread Rein Klazes
\\Windows\\CurrentVersion\\RenameFiles\\ProgramFilesRen] |976188522 | @=D:\\ | !$!$!$!$.pfr=Program Files,1 | PROGRA~1=!$!$!$!$.pfr | it stops. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: wine/dlls/comctl32 listview.c

2002-09-26 Thread Rein Klazes
and the list is not sorted) I did not look very hard at the cause, but it looks that LISTVIEW_SetItemT() depends on the inserted subitems in function set_main_item. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: RESEND: Handle shortened *optval arg. in WS_setsockopt / WS_SO_RCVTIMEO

2002-09-25 Thread Rein Klazes
-blocking internally, any blocking will be done in the function do_block() using a select(). SO_RCVTMO has no effect there. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: fix listview trace crash

2002-09-22 Thread Rein Klazes
it in my patch. Alexandre, please use this one instead. Which is fine with me (it works too). Too early conclusion. At least this one is still needed or not fixed correctly. Rein. -- Rein Klazes [EMAIL PROTECTED] --- listview.c.org 2002-09-21 17:20:11.0 +0200

Re: fix listview trace crash

2002-09-21 Thread Rein Klazes
instead. Which is fine with me (it works too). Rein. -- Rein Klazes [EMAIL PROTECTED]

Menu patch breakage

2002-08-29 Thread Rein Klazes
Hi, Yesterday's destroymenu patch broke a number of applications, among them Forte Agent. Because I don't quite understand the issues yet, I have uploaded a +relay,+menu log to www.xs4all.nl/~rklazes/temp/ag.log.bz2 if anyone wants to have a look. Thanks, Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Agent crashes on accessing Disk

2002-08-17 Thread Rein Klazes
On Wed, 14 Aug 2002 20:40:10 +0200, you wrote: On Mon, 12 Aug 2002 20:45:10 +0200, Rein Klazes [EMAIL PROTECTED] wrote: On Mon, 12 Aug 2002 13:49:45 +0200, you wrote: The output from the relay messages, although voluminous, didn't contain a starting debugger message. Probably

Re: Agent crashes on accessing Disk

2002-08-12 Thread Rein Klazes
, but the site seems to be down at the moment). I've set the relevant register keys ConChannelMask, StdChannelMask and UseXTerm all to 1. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Agent crashes on accessing Disk

2002-08-11 Thread Rein Klazes
with relay debugging enabled, and (because this is Agent) check that if you have native windows dll's lying around that Agent doesn't use them. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Agent crashes on accessing Disk

2002-08-11 Thread Rein Klazes
On Sun, 11 Aug 2002 18:18:37 +0200, you wrote: On Sun, 11 Aug 2002 17:26:17 +0200, Rein Klazes [EMAIL PROTECTED] wrote: On Sun, 11 Aug 2002 14:21:57 +0200, you wrote: Howdy, I've just found a problem with Agent when trying to save attachments from email, that I thought I'd share

Re: wine ui control hacker?

2002-08-09 Thread Rein Klazes
common control is that performance drops to unacceptable levels when the listsviews get very long. Rein. (properly licensed) -- Rein Klazes [EMAIL PROTECTED]

Re: wine ui control hacker?

2002-08-09 Thread Rein Klazes
on shlwapi functions like those with ordinals 42 and 430 ? Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: WSAStartup fix

2002-07-16 Thread Rein Klazes
On Tue, 16 Jul 2002 19:30:53 +0200, you wrote: Rein Klazes a écrit : Hi, This fixes a case of stack corruption in the bat! email program. Windows WSAStartup() (tested with win98 and win2K') doesn't fill in or use the WSADATA's lpVendorInfo field, and apparently this program has

Re: More BUG fixes for winsock2 patch series

2002-04-26 Thread Rein Klazes
On Thu, 25 Apr 2002 21:09:38 +0200 (CEST), you wrote: Patch: BUGS in my recently submitted patch series This applies over my complete patch series - I will send clean patches tomorrow. The fixes in server/file.c and server/serial.c relate to Rein Klazes' problem. Rein: please tell me

overlapped read problem.

2002-04-25 Thread Rein Klazes
aansturen van |modem\n(121-997)) ret=6c37396c Start preparing the error message (problems communicating with modem, check your settings) for the alerting dialogbox. While clicking away this dialogbox, and the 20 subsequent ones the communications proceeds successfully. Any suggestions? Rein. -- Rein

Re: overlapped read problem.

2002-04-25 Thread Rein Klazes
On Thu, 25 Apr 2002 13:23:01 +0200 (CEST), you wrote: On Thu, 25 Apr 2002, Rein Klazes wrote: ReadFile() returns ERROR, with gle() set to ERROR_IO_PENDING Well the overlapped request is still pending. Since the data is there, this can only be caused by the APC not being scheduled

Re: shellexecute patch

2002-02-14 Thread Rein Klazes
On Thu, 14 Feb 2002 19:14:28 +0100, you wrote: On Thu, Feb 14, 2002 at 11:57:55AM +0100, Rein Klazes wrote: Needed for Visual Studio.NET installer. Changelog: dlls/shell32: shell.c In ShellExecute16, make sure there is a space between command and parameters

Re: SetEndOfFile fix

2002-01-27 Thread Rein Klazes
it? If we keep this up we will crack a walnut with a piledriver and 2 feather pilows. You still need ftruncate in case the file has to shrink. To do that without ftruncate takes a lot more work then an lseek and a write. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: SetEndOfFile fix

2002-01-26 Thread Rein Klazes
: lseek(fd,-1,SEEK_CUR);write(fd,buf,1) moves the file pointer. Rein. -- Rein Klazes [EMAIL PROTECTED]

err:heap:HEAP_CreateSystemHeap system heap base address 0x65430000 not available

2001-12-26 Thread Rein Klazes
of them is CDmage, available at http://cdmage.cjb.net Any suggestions? Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Cooperation between Odin Wine

2001-12-26 Thread Rein Klazes
entered a relative pathname? and I have not been able to find a way to make it accept it. Is there a way to use linux cvs client with Odin's server? Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Getting Started

2001-12-08 Thread Rein Klazes
it appears to be remaining. That is normal. --version is not updated between the offcial snapshots. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: LockFile - any words of warning?

2001-11-01 Thread Rein Klazes
On Thu, 1 Nov 2001 07:45:46 -0800, you wrote: Thanks Rein Klazes [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Wed, 31 Oct 2001 10:37:11 -0800, you wrote: Have a look at Corel's wine tree, where it is implemented. Please e

Re: LockFile - any words of warning?

2001-10-31 Thread Rein Klazes
is still working OK: export CVSROOT=:pserver:[EMAIL PROTECTED]:/home/cvs/r cvs login (pass is cvs) cvs co corelwine Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Unimplemented control 256 for VxD device VNETBIOS

2001-10-18 Thread Rein Klazes
how. Does anybody else know? Wine already does that, see UuidCreate() Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Crash in MSG_PeekHardwareMsg

2001-05-14 Thread Rein Klazes
On 14 May 2001 12:19:34 -0700, you wrote: Rein Klazes [EMAIL PROTECTED] writes: Dutch tax 2000 declaration setup program crashes at exactly the same point. Cause of this seems to be some memory allocation/corruption problem. At some point the memory used by the sysMsgQueue

Re: Virtual memory under Win95

2001-04-20 Thread Rein Klazes
AllocationBase = 826DB000 AllocationProtect = 0x0001 RegionSize = 0x0400f000 State = 2000 Protect = 0001 Type = 0002 H:\ Rein. -- Rein Klazes [EMAIL PROTECTED]

problem with native dll's.

2001-04-20 Thread Rein Klazes
0x406e12c0 (GetViewportExt16 [dcvalues.c:182]): pushl %ebp Redoing the experiment (by starting and stopping all apps's) will give crashes at slightly different places. Has any one a suggestion? Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Strange crash

2001-04-20 Thread Rein Klazes
is the one that we need. Rein -- Rein Klazes [EMAIL PROTECTED]

Re: Strange crash

2001-04-19 Thread Rein Klazes
On Wed, 18 Apr 2001 20:08:12 +0800, you wrote: "Rein Klazes" [EMAIL PROTECTED] wrote: [...] | fldcw -2(%edx) Load original CW. Now the exception happens, which indicates the PE maskbit is cleared. I don't see how that can be. (you should check that the disassembly

Re: Strange crash

2001-04-17 Thread Rein Klazes
Precision Mask , is the mask bit for this exception. Find out how this bit has become zero (disassembly of the instructions before the crash). If I put a breakpoint on the instruction above, the CW is loaded with 0x37f: all FP exceptions are off. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: wine: debugtools.c:210: wine_dbg_vprintf: Assertion failed

2001-03-20 Thread Rein Klazes
and why it is wrong. Rein. -- Rein Klazes [EMAIL PROTECTED]

file descriptor problems

2001-03-02 Thread Rein Klazes
. DOS error 4. and the program goes crazy. Dos error 4 means "too many files open", which seems related to the first message. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: patch : SWP_CopyValidBits

2000-10-25 Thread Rein Klazes
conditions for the clearing of the SWP_NOCLIENTMOVE bit. I'll send in the patch. Rein. -- Rein Klazes [EMAIL PROTECTED]

priviliged instruction in snoop

2000-09-17 Thread Rein Klazes
EXCEPTION_ACCESS_VIOLATION? Anyone who knows the answer? Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: gethostbyname is not thread safe

2000-09-15 Thread Rein Klazes
. Different arguments and so. A bit hard to make a configure test unles you put your knowledge of platforms in. Tht's why I thougt an "ifdef platform" isn't al that different. Rein. -- Rein Klazes [EMAIL PROTECTED]

  1   2   >