sdk linking missing libraries

Hello,

I tried to compile the VRay-sdk examples with Visual Studio 2005. After setting the include and link directories they compile without problems. However, during linking several VRay-libraries are not found resulting in a linking error.
I already searched my disks for the libraries but without success.
Is there a special sdk-add-on required?

Some examples are:
vrender90.lib → vrayspherefade, vraydirt, vraydomecamera
vray90.lib → vraytoon
plugman_s.lib → vrayplane

programming environment: Visual Studio 2005
architecture: x86, 32-Bit
OS: WinXP Prof. SP3
3ds max: 2009
VRay-Version: vray_edu_150SP2_max2009_x86.exe

Best regards
bob

You will need to modify the project somewhat: replace vrender90.lib and vray90.lib with vrender2009.lib and vray2009.lib; plugman_s.lib with plugman_sr.lib

I think there was a bug in the installation compiler that failed to replace the library files with the correct versions for the installation.

Best regards,
Vlado

Thanks vlado, that worked like a charm.

Best regards,
bob