Visual Studio 2012 Update 4
Vray 3.52.02
Trying to compile sample geo plugins for standalone.
Followed instructions here on project setup:
https://docs.chaosgroup.com/display/VRAY3MAX/V-Ray+SDK
Removed references to missing files from solution. Ignoring deprication and dll-interface warnings
All the examples seem to share this error. Wanted to know if I'm missing something in the configuration.
Thanks!
Vray 3.52.02
Trying to compile sample geo plugins for standalone.
Followed instructions here on project setup:
https://docs.chaosgroup.com/display/VRAY3MAX/V-Ray+SDK
Removed references to missing files from solution. Ignoring deprication and dll-interface warnings
Code:
1>E:\V-Ray\Maya 2017 for x64\include\geometryclasses.h(82): error C2664: 'VUtils::VRayUserAttributes::getAttributeValue' : cannot convert parameter 1 from 'const wchar_t [19]' to 'const tchar *' 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
Thanks!
Comment