Hello,
I downloaded AppSDK 5.10.04 version, the following statement not working (in 5.10.01 also, its not working).
VRayInit init("VRaySDKLibrary", false);
Getlasterror returns 127 - The specified procedure could not be found error.
for 3ds max 2018, inside a plugin, i am calling this. All vray related files and folders are inside AppSDK folder and i am linking the header files with this path.
All solutions from the examples folder getting executed fine.
With previous versions (4.3), it was working fine.
What may be the issue? which dll I am missing ?
Regards,
Gopinath.
I downloaded AppSDK 5.10.04 version, the following statement not working (in 5.10.01 also, its not working).
VRayInit init("VRaySDKLibrary", false);
Getlasterror returns 127 - The specified procedure could not be found error.
for 3ds max 2018, inside a plugin, i am calling this. All vray related files and folders are inside AppSDK folder and i am linking the header files with this path.
All solutions from the examples folder getting executed fine.
With previous versions (4.3), it was working fine.
What may be the issue? which dll I am missing ?
Regards,
Gopinath.
Comment