SDK:Vectorworks 2018 Development: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
(Created page with "{{LocationMain|category=LocationSDKSpecial|specific=}} == General Info == The Vectorworks 2018 SDK requires Visual Studio 2012 on Windows and Xcode version 8.2 on the Mac. ...")
 
No edit summary
 
Line 11: Line 11:


:Unicode details at [[SDK:Vectorworks 2018 Unicode]]
:Unicode details at [[SDK:Vectorworks 2018 Unicode]]
== Debugging ==
:After the Unicode conversion, there are some issues (crashing) with the debugging SDK plugins with Vectorworks.
:Read more here on the debugging problem here: [[SDK:Debugging SDK Plugins]].

Latest revision as of 16:46, 15 November 2017

.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 2018 SDK requires Visual Studio 2012 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.


Function Changes

Unicode details at SDK:Vectorworks 2018 Unicode

Debugging

After the Unicode conversion, there are some issues (crashing) with the debugging SDK plugins with Vectorworks.
Read more here on the debugging problem here: SDK:Debugging SDK Plugins.