$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [GUID] newbie's question
From: Mikko Vainio (mikko.vainio_at_[hidden])
Date: 2009-06-04 09:33:15
bidi_bulle_at_[hidden] wrote:
> Hello,
>  
> I am actively searching for GUID librairy in the version 7. Perhaps I 
> miss completely my search but I can't find it anymore. Can someone 
> help me and provide me a link to this librairy ?
>  
> Thanks
> Bob
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://listarchives.boost.org/mailman/listinfo.cgi/boost-users
Hi Bob,
Did you mean the UUID library? It is not officially part of Boost yet, 
but I've successfully used the code in 
http://www.boostpro.com/vault/uuid_alt_v13_pod.zip.
Unzip that to the boost source directory. I'm using boost 1.38.0. Some 
inline declarations are missing in that version of library 
(header-only), so you'll get multiple definition errors when uuid is 
used from several compilation units but that's easy to fix.
Cheers,
Mikko