VSTGUI  4.3
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Setup

To include VSTGUI in your projects you only have to add

  • vstgui_win32.cpp (for Windows)

or

  • vstgui_mac.mm (for Mac OS X)

to your Visual Studio or Xcode project and add a search path to the parent of the root folder of vstgui.

On Mac OS X, you need to link to the following Frameworks:

  • Accelerate
  • Carbon
  • Cocoa
  • OpenGL
  • QuartzCore