Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 599 Bytes

File metadata and controls

18 lines (10 loc) · 599 Bytes

SketchUp Ruby C/C++ Extension Examples

This project includes the Ruby lib and header files used by SketchUp.

C++ Example - Hello World

Visual Studio 2015

(For older Visual Studio versions, check out the commits prior to the VS2015 tag.)

Notes on how the solution is set up:

  • The project name must match the name of the Init_*() function. Example: If the project name is HelloWorld the init function must be named Init_HelloWorld.
  • The init function must be exported in the .def file - named the same as the project.

Xcode 4.5

Tested to also work on Xcode 4.6 and Xcode 5.