[EMAIL PROTECTED] (Lars Gullik Bj?nnes) writes:

>   v> // szBuffer is a 256 byte buffer! BOOM.
> 
> And why not enlarge szBuffer to 512.

Note. It needs to contain: Direntry + " -> " + linkpath, so it needs
to be quite some more.

>   v> LString szFile;
>   v> huh? "sz = char []"?
> 
> I don't get what you mean here.

szFile means szFile has type Char *, LString != Char *

I thought this convention ("Polish Notation"???) looked awful when I
first saw but it makes even less sense if have a lot of types/classes.

Jan

Reply via email to