SDK:Vectorworks 2022 Development: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
(Created page with "{{LocationMain|category=LocationSDKSpecial|specific=}} == General Info == The Vectorworks 2022 SDK requires: * Win: Visual Studio 2017 version 15.3.7 (toolset v141) * Mac: ...")
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{LocationMain|category=LocationSDKSpecial|specific=}}
{{LocationMain|category=LocationSDKSpecial|specific=}}
 
<div class="rightmenu">
__TOC__
</div>
== General Info ==
== General Info ==


Line 6: Line 8:
* Win: Visual Studio 2017 version 15.3.7 (toolset v141)  
* Win: Visual Studio 2017 version 15.3.7 (toolset v141)  
* Mac: Xcode version 12.4
* Mac: Xcode version 12.4
Before debugging Vectorworks on the Mac, please make sure to turn off Metal API Validation. This option can be turned off by going to Edit Scheme --> Diagnostics --> API Validation.
[[{{ns:file}}:MetalValidation.png]]
== Examples ==
https://github.com/VectorworksDeveloper/SDKExamples

Latest revision as of 17:06, 15 September 2023

.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 2022 SDK requires:

  • Win: Visual Studio 2017 version 15.3.7 (toolset v141)
  • Mac: Xcode version 12.4

Before debugging Vectorworks on the Mac, please make sure to turn off Metal API Validation. This option can be turned off by going to Edit Scheme --> Diagnostics --> API Validation.

Examples

https://github.com/VectorworksDeveloper/SDKExamples