Re: problem building rpcrt4 on Mingw

2002-10-29 Thread Greg Turner
On Tuesday 29 October 2002 01:15 am, Steven Edwards wrote: when building the current sources under mingw- gcc-3.2 I am getting this: rpc_binding.c:869: conflicting types for `I_RpcBindingSetAsync' ../../include/rpcdcep.h:135: previous declaration of `I_RpcBindingSetAsync' I dont really

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

2002-10-29 Thread David Laight
- there's no point in using strncat if you don't pass it the real size of the buffer Also be aware that strncpy/strncat are required to zero out the unfilled part of the buffer. This is a performance penalty you don't (normmaly) want. They also don't guarantee to null terminate the string.

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

2002-10-29 Thread Jaco Greeff
David Laight wrote: Also be aware that strncpy/strncat are required to zero out the unfilled part of the buffer. This is a performance penalty you don't (normmaly) want. Yes, and we don't really want the performance penalty in this case. In my last patch I've refrained from using strncat(x,

Re: Bug #321: msvcrt-vfprintf-3.diff

2002-10-29 Thread Dmitry Timoshkov
Jaco Greeff [EMAIL PROTECTED] wrote: Ok, try number 3. I've made the changes as requested * Get result length before allocating and copying with WideCharToMultiByte; * Make intentions clear on strncat, replaced with strcat * Removed CHAR castings to get the WCHAR formatting character. *

Re: Bug #321: msvcrt-vfprintf-3.diff

2002-10-29 Thread Jaco Greeff
Dmitry Timoshkov wrote: You are still using L prefix and redundant (WCHAR) casts. I know, it makes it more readable for me at least, telling you exactly what you are busy with. As I've said previously, it is just semantics mostly on compile-time. Either way it doesn't make a real difference,

Re: more desperate cries for help...

2002-10-29 Thread Dustin Navea
--- Greg Turner [EMAIL PROTECTED] wrote: Beware of this one, It's long, and I've spliced together at least two (three?) posts, and probably quoted things out-of-order... First off, everything seems in order to me... but thats just me... [-snip-] to work, and may not get right? Why make

Re: winsock + DSTRICT

2002-10-29 Thread Martin Wilck
Michael Stefaniuc wrote: i'm not sure if the compiler will optimize away the assert from __handle2socket on machines where sizeof(HANDLE) = sizeof(SOCKET). gcc does optimize this away if the function is declared inline, checked that. The assert is used only when new sockets are allocated

Re: more desperate cries for help...

2002-10-29 Thread Dimitrie O. Paun
On October 29, 2002 07:00 am, Dustin Navea wrote: yes please, do get better soon, i may be coming down with something myself, my friend/roommate's ex may be the one that gave it to me too :( You dog... ;) -- Dimi.

RE: winsock + DSTRICT

2002-10-29 Thread Patrik Stridvall
Perhaps someone could check if SOCKET is really a 32bit type on 64bit Windows. No it isn't. From the latest SDK: typedef UINT_PTRSOCKET; A SOCKET is a pointer disguised as an integer and thus 64-bit on 64-bit platforms.

Re: winapi update

2002-10-29 Thread Dimitrie O. Paun
On October 29, 2002 09:32 am, Patrik Stridvall wrote: *** winapi_check * tools/winapi/win16.api, tools/winapi/win32.api: API file update. *** winapi_checked Patrik, please send different patches in different emails. See past discussions for rationale. -- Dimi.

RE: winapi update

2002-10-29 Thread Patrik Stridvall
On October 29, 2002 09:32 am, Patrik Stridvall wrote: *** winapi_check * tools/winapi/win16.api, tools/winapi/win32.api: API file update. *** winapi_checked Patrik, please send different patches in different emails. I try to do that more and more. However in this case there

Re: 16-bit shell seperation

2002-10-29 Thread Eric Pouech
The only place that there is 16-bit stuff in the 32-bit version is WinExec16 in SHELL_ExecuteA. Is it ok to simply call CreateProcess here? no CreateProcess will no allow running 16 bit execs (while WinExec16 does) Probably not because that whould have been done already. So I dont see how

Bug in SYSDEPS_CallOnStack()?

2002-10-29 Thread Juraj Hercek
Hi, When I was trying to get wine working on sparc solaris, I experienced troubles with exception handling. I always got error (after Ctrl + C): err:seh:EXC_DefaultHandling Exception frame is not in stack limits = unable to dispatch exception. After deeper insight into wine's guts I've

recent ListView problems

2002-10-29 Thread post
Hi, I'm using WinMX (www.winmx.com) rather frequently, currently version 3.30. Some two weeks ago, Wine HEAD displayed the ListView components from the search and transfer tabs perfectly, now the refresh/redrawing is messed up. The application documented the changes ListView has undergone in the

Re: recent ListView problems

2002-10-29 Thread Dimitrie O. Paun
On October 29, 2002 06:30 am, [EMAIL PROTECTED] wrote: I'm using WinMX (www.winmx.com) rather frequently, currently version 3.30. Some two weeks ago, Wine HEAD displayed the ListView components from the search and transfer tabs perfectly, now the refresh/redrawing is messed up. Please, file

Re: winapi update

2002-10-29 Thread Dimitrie O. Paun
On October 29, 2002 10:15 am, Patrik Stridvall wrote: However in this case there are some logical relation between the patches. Can't argue, hand hurts. But histroy shows that you like to argue for no good reason :). Case in point: [snip expication why you had to do it this way] OK, this

Re: more desperate cries for help...

2002-10-29 Thread Greg Turner
On Monday 28 October 2002 09:51 pm, Greg Turner wrote: Back to Ove: The endpoint mapper is a service that's accessed through RPC, it shouldn't be a client-side feature in shared memory. In Windows, the local endpoint mapper is hosted by rpcss.exe. (In Wine, it could be implemented by

RE: winapi update

2002-10-29 Thread Patrik Stridvall
Why not, instead of complaining to people who doesn't (or only partly) listens, write some sort of mail filter the reformats the mail to one or more mail of a more appropriate format. Inline attachments and that sort of things... Oh, come on man, this _is_ silly. You are the only one

Re: Known listview bugs (take 2)

2002-10-29 Thread Dimitrie O. Paun
On October 24, 2002 02:12 pm, Paul Rupe wrote: - This is something that never worked in the old code either so it may not be listview-related. An obscure Xnews feature is that you can right-click the read column in the newsgroup listing and edit its contents. Instead the standard context

RE: winapi update

2002-10-29 Thread Patrik Stridvall
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 use attachments have similar problems. And can't be turned off?!? Hmmm, anyway, just attach them as text/plain.

Re: winapi update

2002-10-29 Thread Dimitrie O. Paun
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 use attachments have similar problems. And can't be turned off?!? Hmmm, anyway, just attach them as text/plain. -- Dimi.

Re: winapi update

2002-10-29 Thread Steven Edwards
You can change the number of the line wrapping. Tools - Options - Mail Formating - Internet Format - Plain Text Options. Patrik Stridvall wrote: On October 29, 2002 11:27 am, Patrik Stridvall wrote: Anyway, I can't inline my patches the because Microsoft Outlook wraps the

RE: winapi update

2002-10-29 Thread Patrik Stridvall
I run the swedish version... You can change the number of the line wrapping. Tools - Options - Mail Formating - ... but I'm with you here. Internet Format - Plain Text Options. No, I have no such option. I run Microsoft Outlook 2000...

Re: Bug in SYSDEPS_CallOnStack()?

2002-10-29 Thread Greg Turner
On Tuesday 29 October 2002 04:12 am, Juraj Hercek wrote: Hi, Hi :) Next, current snapshot from cvs doesn't compile on solaris, is anyone compiling wine on solaris? Regards, Juraj Please let us know where/how the compile fails. -- gmt The purpose of government is to rein in the rights

Re: Bug in SYSDEPS_CallOnStack()?

2002-10-29 Thread Vincent Béron
Le mar 29/10/2002 à 05:12, Juraj Hercek a écrit : Hi, Hi, Next, current snapshot from cvs doesn't compile on solaris, is anyone compiling wine on solaris? Recently, I know Shachar has contributed patches for compiling on Solaris, but I don't know the current state of it. Vincent

Re: winapi update

2002-10-29 Thread Lionel Ulmer
Internet Format - Plain Text Options. No, I have no such option. I run Microsoft Outlook 2000... If you name your patch files '.txt', it should detect the text/plain MIME type and attach them accordingly, no ? Lionel -- Lionel Ulmer -

Wineconsole feature request

2002-10-29 Thread György 'Nog' Jeney
Would it be possible for someone to add a feature to wineconsole so that when the child process exits the console isnt torn down immediatly? This would be very nice because some dos apps dont work when not run through the console and so it is impossible to see their command line syntax. nog.

What is a leap second

2002-10-29 Thread György 'Nog' Jeney
While I was looking through dlls/ntdll/time.c I came across the following two comments: FIXME: Compute the number of leap second corrections here and FIXME: get the GMT offset here What do these mean? nog.

What is a leap second

2002-10-29 Thread György 'Nog' Jeney
While I was looking through dlls/ntdll/time.c I came across the following two comments: FIXME: Compute the number of leap second corrections here and FIXME: get the GMT offset here What do these this mean? nog.

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

2002-10-29 Thread Alexandre Julliard
Jaco Greeff [EMAIL PROTECTED] writes: Umm, I'm not and if I am, I should be shot. The logic behind what I'm doing is more or less as follows: 1. Print all non-formatting characters to file; 2. Parse the formatting string, converting between %S and %s. 3. Print the formatting string with

Re: What is a leap second

2002-10-29 Thread Vincent Béron
Le mar 29/10/2002 à 13:55, György 'Nog' Jeney a écrit : While I was looking through dlls/ntdll/time.c I came across the following two comments: FIXME: Compute the number of leap second corrections here and FIXME: get the GMT offset here What do these mean? nog. Leap seconds are seconds

Re: What is a leap second

2002-10-29 Thread Steve Langasek
On Tue, Oct 29, 2002 at 06:45:42PM -, György 'Nog' Jeney wrote: While I was looking through dlls/ntdll/time.c I came across the following two comments: FIXME: Compute the number of leap second corrections here and FIXME: get the GMT offset here What do these this mean? Just as there are

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

2002-10-29 Thread Jaco Greeff
On 29 Oct 2002 10:53:32 -0800, Alexandre Julliard [EMAIL PROTECTED] wrote : Still, this only works for vfprintf, vfwprintf has to output in Unicode so you cannot convert to ASCII or use the system printf for that. It would probably be easier to grab a printf implementation from somewhere and

Re: Wineconsole feature request

2002-10-29 Thread Eric Pouech
György 'Nog' Jeney a écrit : Would it be possible for someone to add a feature to wineconsole so that when the child process exits the console isnt torn down immediatly? This would be very nice because some dos apps dont work when not run through the console and so it is impossible to see

Re: What is a leap second

2002-10-29 Thread György 'Nog' Jeney
Advice: use it on Windows and check the result. Could someone compile this very simple test case under a system that has RtlTimeToTimeFields (windows 98 doesnt export this from ntdll or kernel32) and report the results? nog. timetest.c Description: Binary data

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

2002-10-29 Thread Andreas Mohr
On Tue, Oct 29, 2002 at 07:36:06PM -, Jaco Greeff wrote: On 29 Oct 2002 10:53:32 -0800, Alexandre Julliard [EMAIL PROTECTED] wrote : Still, this only works for vfprintf, vfwprintf has to output in Unicode so you cannot convert to ASCII or use the system printf for that. It would

Re: winapi update

2002-10-29 Thread Joerg Mayer
On Tue, Oct 29, 2002 at 07:22:21PM +0100, Lionel Ulmer wrote: If you name your patch files '.txt', it should detect the text/plain MIME type and attach them accordingly, no ? According to a test someone did for me a few weeks ago, the ending is what counts, so if you name your file .txt, it IS

RE: winapi update

2002-10-29 Thread Rolf Kalbermatter
From: Patrik Stridvall [EMAIL PROTECTED] You can change the number of the line wrapping. Tools - Options - Mail Formating - ... but I'm with you here. Internet Format - Plain Text Options. No, I have no such option. I run Microsoft Outlook 2000... Try Tools - Options - Mail Format.

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

2002-10-29 Thread Jaco Greeff
On Tue, 29 Oct 2002 21:10:52 +0100, Andreas Mohr [EMAIL PROTECTED] wrote : [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 ! Annoying? Sometimes. Boring? Never. I'm

Re: dlls/advapi32/RegFlushKey (Patch 2)

2002-10-29 Thread Alexandre Julliard
Jaco Greeff [EMAIL PROTECTED] writes: * dlls/advapi32/registry.c: Jaco Greeff [EMAIL PROTECTED] - Implemented the RegFlushKey function I'm afraid this can't possibly work. Registry keys don't have an associated file descriptor. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Bug in SYSDEPS_CallOnStack()?

2002-10-29 Thread Shachar Shemesh
Vincent Béron wrote: Le mar 29/10/2002 à 05:12, Juraj Hercek a écrit : Hi, Hi, Next, current snapshot from cvs doesn't compile on solaris, is anyone compiling wine on solaris? Recently, I know Shachar has contributed patches for compiling on Solaris, but I don't know the current state

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

2002-10-29 Thread Shachar Shemesh
Jaco Greeff wrote: On Tue, 29 Oct 2002 21:10:52 +0100, Andreas Mohr [EMAIL PROTECTED] wrote : [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 ! Annoying?

Re: What is a leap second

2002-10-29 Thread Paul Millar
Hmmm, probably drifting OT here, but ... On Tue, Oct 29, 2002 at 06:45:42PM -, György 'Nog' Jeney wrote: While I was looking through dlls/ntdll/time.c I came across the following two comments: FIXME: Compute the number of leap second corrections here and FIXME: get the GMT offset here

Re: Segmentation Fault: A possibility???

2002-10-29 Thread kyethespy
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 will freeze due to wine - so I can't just logout and login. A very

DSTRICT: some more fixes for the user dll

2002-10-29 Thread Michael Stefaniuc
Hello, this fixes 117 warning in the user dll when compiled with -DSTRICT License: LGPL, X11 Changelog: Michael Stefaniuc [EMAIL PROTECTED] - some more fixes for compiling the user dll with -DSTRICT bye michael -- Michael Stefaniuc Tel.: +49-711-96437-199

Re: DSTRICT: some more fixes for the user dll

2002-10-29 Thread Michael Stefaniuc
I apologize for sending this to the wrong list. remorseful michael On Wed, Oct 30, 2002 at 12:02:05AM +0100, Michael Stefaniuc wrote: Hello, this fixes 117 warning in the user dll when compiled with -DSTRICT License: LGPL, X11 Changelog: Michael Stefaniuc [EMAIL PROTECTED]

RE: What is a leap second

2002-10-29 Thread Medland, Bill
-Original Message- From: [EMAIL PROTECTED] [mailto:wine-devel-admin;winehq.com]On Behalf Of György 'Nog' Jeney Sent: Tuesday, October 29, 2002 10:46 AM To: [EMAIL PROTECTED] Subject: What is a leap second While I was looking through dlls/ntdll/time.c I came across the

Re: What is a leap second

2002-10-29 Thread David Laight
On Tue, Oct 29, 2002 at 01:22:42PM -0600, Steve Langasek wrote: On Tue, Oct 29, 2002 at 06:45:42PM -, György 'Nog' Jeney wrote: While I was looking through dlls/ntdll/time.c I came across the following two comments: FIXME: Compute the number of leap second corrections here and FIXME:

Re: What is a leap second

2002-10-29 Thread Steve Langasek
On Tue, Oct 29, 2002 at 11:44:18PM +, David Laight wrote: What isn't clear (form the associated standards) is what you should do to the system clock at the point the leap second is added/subtracted. (Due to variations in the moment of intertia of the earth there have been seconds added

Re: What is a leap second

2002-10-29 Thread David Laight
On Tue, Oct 29, 2002 at 05:50:10PM -0600, Steve Langasek wrote: On Tue, Oct 29, 2002 at 11:44:18PM +, David Laight wrote: What isn't clear (form the associated standards) is what you should do to the system clock at the point the leap second is added/subtracted. (Due to variations in

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: What is a leap second

2002-10-29 Thread Steve Langasek
On Wed, Oct 30, 2002 at 12:01:11AM +, David Laight wrote: On Tue, Oct 29, 2002 at 05:50:10PM -0600, Steve Langasek wrote: On Tue, Oct 29, 2002 at 11:44:18PM +, David Laight wrote: What isn't clear (form the associated standards) is what you should do to the system clock at the

rpc_H_PL0 (do not apply)

2002-10-29 Thread Greg Turner
Another rehash of the server parts. If things proceed as planned, I guess these are never going in, but for now, they're kinda essential for testing, and F_PL0 no longer applies. LICENSE: X11 -- gmt The purpose of government is to rein in the rights of the people --President Bill Clinton,

Re: What is a leap second

2002-10-29 Thread Malte Starostik
On Tuesday 29 October 2002 20:52, György 'Nog' Jeney wrote: Advice: use it on Windows and check the result. Could someone compile this very simple test case under a system that has RtlTimeToTimeFields (windows 98 doesnt export this from ntdll or kernel32) and report the results? Sorry, but

Re: What is a leap second

2002-10-29 Thread Vincent Béron
Le mar 29/10/2002 à 20:43, Malte Starostik a écrit : On Tuesday 29 October 2002 20:52, György 'Nog' Jeney wrote: Advice: use it on Windows and check the result. Could someone compile this very simple test case under a system that has RtlTimeToTimeFields (windows 98 doesnt export this

Re: What is a leap second

2002-10-29 Thread Francois Gouget
On Wed, 30 Oct 2002, Malte Starostik wrote: On Tuesday 29 October 2002 20:52, György 'Nog' Jeney wrote: Advice: use it on Windows and check the result. Could someone compile this very simple test case under a system that has RtlTimeToTimeFields (windows 98 doesnt export this from ntdll

Re: winapi update

2002-10-29 Thread Dmitry Timoshkov
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 use attachments have similar problems. And can't be turned

rpc_H_PL3 (do not apply)

2002-10-29 Thread Greg Turner
This fixes wineserver crashes exposed by recent tests, in the unmerged parts of the RPC code. Parts of this may never see the light of day. Relative to H_PL0, of course. LICENSE: X11 CHANGELOG: * dlls/rpcrt4: rpc_epmap.c; server: rpc_epmap.c: Greg Turner [EMAIL PROTECTED] - don't crash

Re: What is a leap second

2002-10-29 Thread György 'Nog' Jeney
György, could you check which other includes can be used if winternl.h is absent? Else you''ll probably have to wait for somebody which has it to compile your test. This is included in the latest platform SDK but it should also be defined in ntddk.h. nog.

Re: RPC test code?

2002-10-29 Thread Jürgen Schmied
2a) Should the rpc.c real test be the client or the server? I can imagine races either way. Let's say rpc.c is the client. Why not let one process start both (client and server). This process could control both and kill them later... ... or have one executable which can act as

Versions mass-appeal

2002-10-29 Thread Dimitrie O. Paun
People, I think everybody here agrees that Wine's biggest problem is the lack of developers. No developers, slow progress, no users, back to no developers. We are in this vicious circle for a while, spinning our wheels like crazy. We've achieved great progress lately, but I hope we all agree that

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

Re: Versions mass-appeal

2002-10-29 Thread Ender
Why are we in this position? For reasons I will not go into right now, it seems painfully obvious to me that we are suffering from a severe case of Bad Public Image (tm). Whenever I talk to people not intimately familiar with Wine, about our beloved project, I am _always_ treated with the