AdskFileSystemUtilityd.lib problem

AdskFileSystemUtilityd.lib problem

Anonymous
Not applicable
949 Views
1 Reply
Message 1 of 2

AdskFileSystemUtilityd.lib problem

Anonymous
Not applicable

Hi all


I"m trying to build the Reality Solutions SDK, by loading the "RCSamples.sln" project into Visual Studio and running "build solution".  Starting from a fresh build with only the source files provided, I'm running into a build failure with the error: "cannot open input file AdskRcFileSystemUtilityd.lib" associated with the project RCSampleCommon. I see references to a file with this or a similar name in the "AdditionalDepenecies" XML sections of various .vcxproj files, but I am not sure where to obtain this file in such a way that the build process can find it.

0 Likes
Accepted solutions (1)
950 Views
1 Reply
Reply (1)
Message 2 of 2

vaidas
Contributor
Contributor
Accepted solution

Hi, try to biuld Release configuration or rename AdskRcFileSystemUtilityd.lib to AdskRcFileSystemUtility.lib it seems they left linker to link debug libs but in SDK they didnt provided them.