SDK:Vectorworks 2019 Development: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
(Created page with "{{LocationMain|category=LocationSDKSpecial|specific=}} == General Info == The Vectorworks 2019 SDK requires Visual Studio 2017 on Windows and Xcode version 8.2 on the Mac. ...")
(No difference)

Revision as of 16:27, 13 September 2018

.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

General Info

The Vectorworks 2019 SDK requires Visual Studio 2017 on Windows and Xcode version 8.2 on the Mac.

Vectorworks 2018 has been converted to Unicode using UTF-16 internally. The SDK's TXString class has been converted.

Dialog Builder

The Dialog Builder tool, used to design Layouts for Script and SDK, is still built-in. SDK:Dialog_Builder

Developer Tools

Developer tools under the 'Debug' menu are available after running the following VectorScript (make a new script in the Resource Manager and run it):

EnableDebugMenu;

Running this script will restart Vectorworks and then a Debug menu will be available.