Let me know if you can't get the attachment, or need anything else.
http://cygwin.com/ml/cygwin/2002-03/msg00470.html
--- Charles Wilson <[EMAIL PROTECTED]> wrote:
> Joshua Daniel Franklin wrote:
>
> > Thanks much, I'll take a look. Sure is easy to read...looks almost like
> > Python.
> >
>
>
Joshua Daniel Franklin wrote:
> Thanks much, I'll take a look. Sure is easy to read...looks almost like
> Python.
>
Any progress tracking down this bug? Joshua??
--Chuck
(wanting to release cygutils-1.0.0)
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:
Well, after going over hoards of MSDN documents and adjusting my
code, I realized what most developers' first guess might have been...
I followed the null pointer. Madness overtook me.
I corrected this (char *)problem and my util actually passed all my
tests, no matter which directory it was in.
Joshua,
On Sat, Mar 02, 2002 at 07:49:11PM -0800, Joshua Daniel Franklin wrote:
> Thanks much, I'll take a look.
No problem.
Sorry for not directly trying to help debug your problem. And sorry
for not coming forward with (and/or contributing) my code sooner.
Jason
--
Unsubscribe info: h
Thanks much, I'll take a look. Sure is easy to read...looks almost like
Python.
:)
__
Do You Yahoo!?
Yahoo! Sports - sign up for Fantasy Baseball
http://sports.yahoo.com
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug report
Joshua,
On Fri, Mar 01, 2002 at 05:00:36PM -0800, Joshua Daniel Franklin wrote:
> Has anyone even seen something like this before?
No, but see attached for my version of mkshortcut -- mksc. Note that
mksc.cpp needs to be compiled with MS cl.exe, but hopefully perusing the
code will help you deb
> On Thu, Feb 28, 2002 at 04:03:34PM -0800, Joshua Daniel Franklin wrote:
> > The code that produces this error is:
> >
> > MultiByteToWideChar (CP_ACP, 0, lname, -1, widepath, MAX_PATH);
> > hres = pf->lpVtbl->Save (pf, widepath, TRUE);
> > if (!SUCCEEDED(hres))
> > {
> >
On Thu, Feb 28, 2002 at 04:03:34PM -0800, Joshua Daniel Franklin wrote:
> The code that produces this error is:
>
> MultiByteToWideChar (CP_ACP, 0, lname, -1, widepath, MAX_PATH);
> hres = pf->lpVtbl->Save (pf, widepath, TRUE);
> if (!SUCCEEDED(hres))
> {
> fprint
>Permissions or ACLs on the two different directories? Try
>
>getfacl {dir1}
>getfacl {dir2}
>
>Same? Different?
Well, it's writing to the same directory in both cases, but the ACLs are:
$ getfacl.exe /c/Documents\ and\ Settings/All\ Users/Desktop/
# file: /c/Documents and Settings/All Users/D
Joshua Daniel Franklin wrote:
>
> The code that produces this error is:
>
> MultiByteToWideChar (CP_ACP, 0, lname, -1, widepath, MAX_PATH);
> hres = pf->lpVtbl->Save (pf, widepath, TRUE);
> if (!SUCCEEDED(hres))
> {
> fprintf(stderr, "%s: Save to persistant stor
I updated to cygutils 0.9.9 yesterday which included the utility
'mkshortcut', which I wrote. I was horrified to find that it dumps
the stack when attempting to set the name for a shortcut (the -n
option). I *did* make sure it worked before sending Chuck the code,
after all. My first thought was
11 matches
Mail list logo