SDK:Vectorworks 2022 Development: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
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.
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]]
[[{{ns:file}}:MetalValidation.png]]
== Examples ==
https://github.com/VectorworksDeveloper/SDKExamples

Revision as of 17:05, 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