SDK:Generate UUID for Extensions: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
Line 12: Line 12:
== Mac ==
== Mac ==


On Mac, you can use the online tool: http://uuid.deersoft.de
On Mac, you can use the online tool: https://www.uuidgenerator.net


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).

Latest revision as of 14:33, 23 December 2021

.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: https://www.uuidgenerator.net

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