SDK:Generate UUID for Extensions: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
(Created page with "{{LocationMain|category=LocationSDKSpecial|specific=}} <div class="rightmenu"> __TOC__ </div> By [mailto:vstanev@nemetschek.net Vladislav Stanev] == Windows == There is a b...")
 
No edit summary
Line 12: Line 12:
== Mac ==
== Mac ==


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


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

Revision as of 13:40, 24 October 2019

.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://uuid.deersoft.de

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