Closed revolucas closed 7 years ago
@revolucas Debug configuration is still broken due to /RTCc (smaller type check) option that is enabled in several projects. Could you fix this?
As a side note, I noticed that R4 project has dxerr.lib as input, is this correct or should it be removed?
xrRender_R4 project build needs to be checked without this dependency to be sure that removing doesn't break a build. If the project really requires dxerr it should use dxerr2015 instead.
I don't see any projects with /RTCc unless you mean the SDK projects which don't build anyway? And yes, R4 builds without dxerr.lib
dxerr2015 project: DEBUG Configuration - Code Generation flag set MultiThreadedDLL instead of default MultiThreadedDLL Debug. Now xrNetServer compiles without error in DEBUG.
As a side note, I noticed that R4 project has dxerr.lib as input, is this correct or should it be removed?