$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [gsoc] Boost.Process done
From: Adam Merz (adammerz_at_[hidden])
Date: 2010-08-27 11:51:49
Boris Schaeling <boris <at> highscore.de> writes:
<snip>
> If there are other ideas how to generate a unique name I can update the code
> (Windows provides an API to generate UUIDs but unfortunately it requires COM;
> on POSIX systems I'm not aware of any system function which could generate
> UUIDs).
>
> Boris
For Windows, Neither UuidCreate nor UuidCreateSequential require COM. Are these
not generally suitable for your needs?