[vwnc] generating UUIDs?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] generating UUIDs?

Rick Flower
I've got some data moving over from Squeak that does a "UUID new" but  
I can't find that class in my VW 7.6 image..
  Is this located in some other package or is it named something else?
Thx!

-- Rick
 
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] generating UUIDs?

Boris Popov, DeepCove Labs (SNN)
There's GUID implementation in "COM" packages,

GUID new asString '{E18452F5-1868-4D54-A881-E7D380FA6134}'

Cheers,

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message header.
Unless otherwise indicated, it contains information that is private and
confidential. If you have received it in error, please notify the sender
and delete the entire message including any attachments.

Thank you.

-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On
Behalf Of Richard E. Flower
Sent: September 19, 2008 12:54 PM
To: VWNC List
Subject: [vwnc] generating UUIDs?

I've got some data moving over from Squeak that does a "UUID new" but  
I can't find that class in my VW 7.6 image..
  Is this located in some other package or is it named something else?
Thx!

-- Rick
 
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] generating UUIDs?

kobetic
In reply to this post by Rick Flower
There's also a preview/parcels/UUID.pcl

HTH,

Martin

"Boris Popov"<[hidden email]> wrote:

> There's GUID implementation in "COM" packages,
>
> GUID new asString '{E18452F5-1868-4D54-A881-E7D380FA6134}'
>
> Cheers,
>
> -Boris
>
> --
> +1.604.689.0322
> DeepCove Labs Ltd.
> 4th floor 595 Howe Street
> Vancouver, Canada V6C 2T5
> http://tinyurl.com/r7uw4
>
> [hidden email]
>
> CONFIDENTIALITY NOTICE
>
> This email is intended only for the persons named in the message header.
> Unless otherwise indicated, it contains information that is private and
> confidential. If you have received it in error, please notify the sender
> and delete the entire message including any attachments.
>
> Thank you.
>
> -----Original Message-----
> From: [hidden email] [mailto:[hidden email]] On
> Behalf Of Richard E. Flower
> Sent: September 19, 2008 12:54 PM
> To: VWNC List
> Subject: [vwnc] generating UUIDs?
>
> I've got some data moving over from S!
 queak that does a "UUID new" but  

> I can't find that class in my VW 7.6 image..
>   Is this located in some other package or is it named something else?
> Thx!
>
> -- Rick
>  
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] generating UUIDs?

Rick Flower
In reply to this post by Boris Popov, DeepCove Labs (SNN)
Boris,

Is this only valid for windows environments or any supported be  
installation?  The only COM parcel I found was specific to windows...

Thanks!


On Sep 19, 2008, at 1:04 PM, "Boris Popov" <[hidden email]>  
wrote:

> There's GUID implementation in "COM" packages,
>
> GUID new asString '{E18452F5-1868-4D54-A881-E7D380FA6134}'
>
> Cheers,
>
> -Boris
>
> --
> +1.604.689.0322
> DeepCove Labs Ltd.
> 4th floor 595 Howe Street
> Vancouver, Canada V6C 2T5
> http://tinyurl.com/r7uw4
>
> [hidden email]
>
> CONFIDENTIALITY NOTICE
>
> This email is intended only for the persons named in the message  
> header.
> Unless otherwise indicated, it contains information that is private  
> and
> confidential. If you have received it in error, please notify the  
> sender
> and delete the entire message including any attachments.
>
> Thank you.
>
> -----Original Message-----
> From: [hidden email] [mailto:[hidden email]] On
> Behalf Of Richard E. Flower
> Sent: September 19, 2008 12:54 PM
> To: VWNC List
> Subject: [vwnc] generating UUIDs?
>
> I've got some data moving over from Squeak that does a "UUID new" but
> I can't find that class in my VW 7.6 image..
>  Is this located in some other package or is it named something else?
> Thx!
>
> -- Rick
>
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] generating UUIDs?

Boris Popov, DeepCove Labs (SNN)
COM is pretty much Windows-only, but as Martin points out (thanks,
Martin!) there's a working UUID implementation in
preview/parcels/UUID.pcl,

UUID next asString '298f85e7-33d5-4921-be87-711fa5682da6'

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message header.
Unless otherwise indicated, it contains information that is private and
confidential. If you have received it in error, please notify the sender
and delete the entire message including any attachments.

Thank you.

-----Original Message-----
From: Rick Flower [mailto:[hidden email]]
Sent: September 19, 2008 2:03 PM
To: Boris Popov
Cc: VWNC List
Subject: Re: [vwnc] generating UUIDs?

Boris,

Is this only valid for windows environments or any supported be  
installation?  The only COM parcel I found was specific to windows...

Thanks!


On Sep 19, 2008, at 1:04 PM, "Boris Popov" <[hidden email]>  
wrote:

> There's GUID implementation in "COM" packages,
>
> GUID new asString '{E18452F5-1868-4D54-A881-E7D380FA6134}'
>
> Cheers,
>
> -Boris
>
> --
> +1.604.689.0322
> DeepCove Labs Ltd.
> 4th floor 595 Howe Street
> Vancouver, Canada V6C 2T5
> http://tinyurl.com/r7uw4
>
> [hidden email]
>
> CONFIDENTIALITY NOTICE
>
> This email is intended only for the persons named in the message  
> header.
> Unless otherwise indicated, it contains information that is private  
> and
> confidential. If you have received it in error, please notify the  
> sender
> and delete the entire message including any attachments.
>
> Thank you.
>
> -----Original Message-----
> From: [hidden email] [mailto:[hidden email]] On
> Behalf Of Richard E. Flower
> Sent: September 19, 2008 12:54 PM
> To: VWNC List
> Subject: [vwnc] generating UUIDs?
>
> I've got some data moving over from Squeak that does a "UUID new" but
> I can't find that class in my VW 7.6 image..
>  Is this located in some other package or is it named something else?
> Thx!
>
> -- Rick
>
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] generating UUIDs?

Rick Flower
Thanks Martin & Boris!

On Sep 19, 2008, at 2:06 PM, "Boris Popov" <[hidden email]>  
wrote:

> COM is pretty much Windows-only, but as Martin points out (thanks,
> Martin!) there's a working UUID implementation in
> preview/parcels/UUID.pcl,
>
> UUID next asString '298f85e7-33d5-4921-be87-711fa5682da6'
>
> -Boris
>
> --
> +1.604.689.0322
> DeepCove Labs Ltd.
> 4th floor 595 Howe Street
> Vancouver, Canada V6C 2T5
> http://tinyurl.com/r7uw4
>
> [hidden email]
>
> CONFIDENTIALITY NOTICE
>
> This email is intended only for the persons named in the message  
> header.
> Unless otherwise indicated, it contains information that is private  
> and
> confidential. If you have received it in error, please notify the  
> sender
> and delete the entire message including any attachments.
>
> Thank you.
>
> -----Original Message-----
> From: Rick Flower [mailto:[hidden email]]
> Sent: September 19, 2008 2:03 PM
> To: Boris Popov
> Cc: VWNC List
> Subject: Re: [vwnc] generating UUIDs?
>
> Boris,
>
> Is this only valid for windows environments or any supported be
> installation?  The only COM parcel I found was specific to windows...
>
> Thanks!
>
>
> On Sep 19, 2008, at 1:04 PM, "Boris Popov" <[hidden email]>
> wrote:
>
>> There's GUID implementation in "COM" packages,
>>
>> GUID new asString '{E18452F5-1868-4D54-A881-E7D380FA6134}'
>>
>> Cheers,
>>
>> -Boris
>>
>> --
>> +1.604.689.0322
>> DeepCove Labs Ltd.
>> 4th floor 595 Howe Street
>> Vancouver, Canada V6C 2T5
>> http://tinyurl.com/r7uw4
>>
>> [hidden email]
>>
>> CONFIDENTIALITY NOTICE
>>
>> This email is intended only for the persons named in the message
>> header.
>> Unless otherwise indicated, it contains information that is private
>> and
>> confidential. If you have received it in error, please notify the
>> sender
>> and delete the entire message including any attachments.
>>
>> Thank you.
>>
>> -----Original Message-----
>> From: [hidden email] [mailto:[hidden email]] On
>> Behalf Of Richard E. Flower
>> Sent: September 19, 2008 12:54 PM
>> To: VWNC List
>> Subject: [vwnc] generating UUIDs?
>>
>> I've got some data moving over from Squeak that does a "UUID new" but
>> I can't find that class in my VW 7.6 image..
>> Is this located in some other package or is it named something else?
>> Thx!
>>
>> -- Rick
>>
>> _______________________________________________
>> vwnc mailing list
>> [hidden email]
>> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>>
>
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc