mkdir, copy, etc.

2003-01-28 Thread Jon Bright
to run (after trying to find copy.exe/com/bat/cmd), the command interpreter found in COMSPEC. But wcmd is only a unix command - there is no windows\system\wcmd.exe Is there already a workaround for this, or can someone point me in the right direction to look at fixing it? -- Jon Bright Lead

Re: SystemParametersInfo patch

2003-03-05 Thread Jon Bright
On Wed, 2003-03-05 at 12:00, Andreas Mohr wrote: Hmm, are you sure GetLastError() says zilch, nada? SystemParametersInfoA does have some SetLastErrors at other places... Fair point, I'll check whether it sets something (INVALID_PARAMETER if anything, I presume). -- Jon Bright Lead

Re: SystemParametersInfo patch

2003-03-05 Thread Jon Bright
that like MIME attachments). But I think it's reasonable to expect any modernish mailer to be able to do quoted-printable encoding. -- Jon Bright Lead Programmer, Silicon Circus Ltd. http://www.siliconcircus.com/

Re: [RESENT]: Fixed winedbg example configuration

2003-07-15 Thread Jon Bright
, though - for example, the tool palettes in C++Builder appear in the wrong order because of this. -- Jon Bright Lead Programmer, Silicon Circus Ltd. http://www.siliconcircus.com

Re: [RESENT]: Fixed winedbg example configuration

2003-07-15 Thread Jon Bright
:-) -- Jon Bright Lead Programmer, Silicon Circus Ltd. http://www.siliconcircus.com

Re: [RESENT]: Fixed winedbg example configuration

2003-07-16 Thread Jon Bright
Eric Pouech wrote: Jon Bright wrote: Alexandre Julliard wrote: BiGgUn [EMAIL PROTECTED] writes: Changelog: Reorder lines for a typical winedbg configuration. Your patch is wrapped; but anyway I don't see any reason to change that, keys are sorted when registry files are saved so

Re: [RESENT]: Fixed winedbg example configuration

2003-07-18 Thread Jon Bright
to it. Thus, saying this is a no-op because keys are reordered isn't a valid argument against BiGgUn's patch. You could equally say This patch seems completely pointless, key re-ordering or not, though and I'd be quite happy. -- Jon Bright Lead Programmer, Silicon Circus Ltd. http

Re: [RESENT]: Fixed winedbg example configuration

2003-07-18 Thread Jon Bright
. -- Jon Bright Lead Programmer, Silicon Circus Ltd. http://www.siliconcircus.com //--- #include windows.h #include stdio.h #pragma hdrstop //--- int fail

Re: [RESENT]: Fixed winedbg example configuration

2003-07-18 Thread Jon Bright
Hi, Attached, a better test. The conclusion: - Values are enumerated in the order they were created, even if a value's been deleted in the meantime. - Key are enumerated alphabetically, irrespective of the order in which they were created. -- Jon Bright Lead Programmer, Silicon Circus Ltd

Re: visual age c++ Project

2003-07-23 Thread Jon Bright
you receive. The source file where the error occurs would also be helpful. Even then, there's no guarantee that someone will look at it. -- Jon Bright Lead Programmer, Silicon Circus Ltd. http://www.siliconcircus.com

Re: Invoke with IDispatch* params

2003-07-23 Thread Jon Bright
: /* [helpcontext][helpstring][propget][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Document )( IWebBrowser2 __RPC_FAR * This, /* [retval][out] */ IDispatch __RPC_FAR *__RPC_FAR *ppDisp); -- Jon Bright Lead Programmer, Silicon Circus Ltd. http://www.siliconcircus.com

Re: having problems with my spec file for cards.dll

2003-07-25 Thread Jon Bright
related to functions with the @suffixes... If it's supposed to build, I can happily supply the errors in question... -- Jon Bright Lead Programmer, Silicon Circus Ltd. http://www.siliconcircus.com

Re: Trackbar size fixes

2003-08-01 Thread Jon Bright
; or sysMetrics[SM_CYCAPTION] = SYSMETRICS_GetRegistryMetric(hkey, CaptionHeight, 18) + 1; /* for the separator? */ -- Jon Bright Lead Programmer, Silicon Circus Ltd. http://www.siliconcircus.com

Re: Cybersquat ?

2003-08-14 Thread Jon Bright
this URL ? Not really a squat - they own the whole of org.com, they're free to do what they want with it imho. http://anything.atall.org.com/ goes to that same page. -- Jon Bright Lead Programmer, Silicon Circus Ltd. http://www.siliconcircus.com

Re: __declspec(selectany)

2003-08-14 Thread Jon Bright
if __declspec(selectany) appears, it's pretty likely the relevant party knows what they're up to? -- Jon Bright Lead Programmer, Silicon Circus Ltd. http://www.siliconcircus.com

Re: [OT] EU software patents

2003-08-27 Thread Jon Bright
that is PHUC-ed up, La Phuc! James With such insightful and coherent political commentary, it's a wonder politicians don't pay more attention to our concerns... -- Jon Bright Silicon Circus Ltd. http://www.siliconcircus.com

Re: [resend] Allow use of MAP_TRYFIXED for better mmap()

2003-08-28 Thread Jon Bright
built on a newish machine, which will have this define. If random-NetBSD-Box can run Todd's binary *at all*, then it's also guaranteed to have the facility his define's checking for. -- Jon Bright Silicon Circus Ltd. http://www.siliconcircus.com

Re: Wine 0.9 progress

2003-08-28 Thread Jon Bright
) lines. The way I do this is to specify my own mail server by default, skipping any local servers. If the user can't do that (firewall reasons, etc.), I provide the option for them to configure their local mail server (also From: address, etc.) -- Jon Bright Silicon Circus Ltd. http

Re: [resend] Allow use of MAP_TRYFIXED for better mmap()

2003-08-28 Thread Jon Bright
, the resulting binary's not likely to run on older machines... -- Jon Bright Silicon Circus Ltd. http://www.siliconcircus.com

Re: [resend] Allow use of MAP_TRYFIXED for better mmap()

2003-08-28 Thread Jon Bright
Dimitrie O. Paun wrote: On Thu, 28 Aug 2003, Jon Bright wrote: Except that if you build it on a machine which knows about MAP_TRYFIXED at all, the resulting binary's not likely to run on older machines... No, if the check is done at runtime, there's no problem. Where do you see any? Having

Re: cleanup: include directives

2003-08-28 Thread Jon Bright
Steven Edwards wrote: Your patch is broken. It didnt add the includes with Angle brackets. It certainly looked to me like it did - are you sure your mailer didn't interpret the mail as HTML, and the includes-in-angle-brackets as tags? -- Jon Bright Silicon Circus Ltd. http://www.siliconcircus.com