SDK:Generate UUID for Extensions

From Vectorworks Developer
Revision as of 15:24, 2 February 2015 by Root (talk | contribs) (Created page with "{{LocationMain|category=LocationSDKSpecial|specific=}} <div class="rightmenu"> __TOC__ </div> By [mailto:vstanev@nemetschek.net Vladislav Stanev] == Windows == There is a b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.SDK|SDK ..SDK:Types|SDK Types ..SDK:Using the SDK|Using the SDK ..VCOM:VCOM (Vectorworks Component Object Model)|VCOM Basics ..VCOM:Class Reference|VCOM Class Reference

By Vladislav Stanev

Windows

There is a build-in tool "Create GUID" in Microsoft(r) VisualStudio that generates GUIDs: http://msdn2.microsoft.com/en-us/library/aa475087.aspx

Mac

On Mac, you can use the online tool: http://www.cesyam.fr/PHP/get_uuid.php

or one can use the command line tool uuidgen to generate a UUID (in a slightly different presentation however).