
bidi_bulle@yahoo.com 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@lists.boost.org http://lists.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