J Jacek Jurkowski Sep 23, 2004 #1 How to create automatically new GUID? Full framework has this feature but i cant see it in Compact Framework...
How to create automatically new GUID? Full framework has this feature but i cant see it in Compact Framework...
M Mike Sep 23, 2004 #2 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/PPCGuidGen.asp My question is how does this code generate the "Spatially unique node identifier"? It seems like it is just generating a random number.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/PPCGuidGen.asp My question is how does this code generate the "Spatially unique node identifier"? It seems like it is just generating a random number.
G Ginny Caughey [MVP] Sep 23, 2004 #4 Mike, I don't know all the details, but the author of this article explained to me that the algorithm used is the same as for the desktop .Net Framework. I've been using his code ever since with no problems.
Mike, I don't know all the details, but the author of this article explained to me that the algorithm used is the same as for the desktop .Net Framework. I've been using his code ever since with no problems.