SDK:Vectorworks 2024 Development: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
* Win: Visual Studio 2022 version 17.6.3 (toolset v143)  
* Win: Visual Studio 2022 version 17.6.3 (toolset v143)  
* Mac: Xcode version 14.1
* Mac: Xcode version 14.1
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 ==
== Examples ==


https://github.com/VectorworksDeveloper/SDKExamples
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 2024 SDK requires:

  • Win: Visual Studio 2022 version 17.6.3 (toolset v143)
  • Mac: Xcode version 14.1

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