Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Phoenix API is provided as a static and dynamic library. Depending on your project, you may pick the static or dynamic version of the library.  Usually Usually the dynamic version is preferred when there is a dependency to any version of V-Ray SDK, as Phoenix API depends on vutils_s.lib.

...

Fancy Bullets
typecircle
  • AURLOADER_DYNAMIC_LIB to be added the compiler settings as a preprocessor definition.
  • \lib\aurloader.lib to be added as an additional dependency to the linker.
  • \lib\aurloader.dll to be available at run time to the executable linked to \lib\aurloader.lib.

 

Depending on the version of Maya, Phoenix API is built with the respective version of Microsoft Visual C++ Runtime:

...

vc14 C++ Platform Toolset

...

Autodesk® Maya® 2018

Autodesk® Maya® 2019

Autodesk® Maya® 2020

Autodesk® Maya® 2022

...

With  for all Maya versions and for both V-Ray Next and V-Ray 5, with "/MD" Runtime Library flag.

...