On Fri, 20 May 2005, listmember wrote:
Sorry for the typos. Here is a more correct form :-)
Can anyone let me have a snippet of (or pointers to) code
that generates GUIDs.
I mean the whole code for CreateGUID() --one that does not
use OS's GUID stuff.
See Subversion, SysUtils unit, more specific u
> Hello,
>
> this is a general feature when using an uninitialized variable as a VAR
> parameter.
>
> The compiler cannot know if the called routine needs the parameter values,
> or if the parameter is only used to return values back to the caller.
>
> So, I think, a warning here could be helpful (
Hello,
this is a general feature when using an uninitialized variable as a VAR
parameter.
The compiler cannot know if the called routine needs the parameter values,
or if the parameter is only used to return values back to the caller.
So, I think, a warning here could be helpful (in the case of