-
Notifications
You must be signed in to change notification settings - Fork 287
Can't build MixedRemoteViewCompositor, VS2017, sdk 10.0.16299 #297
Comments
I also encountered this problem:( |
Have the very same problem here |
I installed VS2015, Windows SDK 10586, 10240 and solved the problem. :-/ |
Hello, I am having the same problem. It seems to be related to changing versions of the MIDLRT Compiler (it goes from Let me elaborate:
My current hunch to fix this is to remove / change some of the
Whoever wrote this really knew what they were doing but did not document the reasons for what they did. I tried looking into the generated files EDIT: I made the changes above and liked in this issue. It runs on Thanks, |
Honestly, at this point it is worth looking at this instead of upgrading the MixedRemoteViewCompositor: https://github.com/microsoft/MixedRealityCompanionKit/tree/master/RealtimeStreaming. It is written using C++/WinRT instead of the deprecated C++/WRL. Also, it runs on Windows 10 1809 (SDK 10.0.17763). |
Compiler errors in both Win32 and WSA builds when target platform changed to sdk 10.0.16299.0:
1>f:\git\github\mixedrealitycompanionkit\mixedremoteviewcompositor\source\shared\pch.h(78): error C2374: 'MFSampleExtension_PinholeCameraIntrinsics': redefinition; multiple initialization 1>c:\program files (x86)\windows kits\10\include\10.0.16299.0\um\mfapi.h(3382): note: see declaration of 'MFSampleExtension_PinholeCameraIntrinsics' 1>f:\git\github\mixedrealitycompanionkit\mixedremoteviewcompositor\source\wsa\mixedremoteviewcompositor.h(1064): error C2059: syntax error: '}' 1>f:\git\github\mixedrealitycompanionkit\mixedremoteviewcompositor\source\wsa\mixedremoteviewcompositor.h(1064): error C2143: syntax error: missing ';' before '}' 1>f:\git\github\mixedrealitycompanionkit\mixedremoteviewcompositor\source\wsa\mixedremoteviewcompositor.h(1071): error C2143: syntax error: missing ';' before '{' 1>f:\git\github\mixedrealitycompanionkit\mixedremoteviewcompositor\source\wsa\mixedremoteviewcompositor.h(1071): error C2447: '{': missing function header (old-style formal list?) 1>f:\git\github\mixedrealitycompanionkit\mixedremoteviewcompositor\source\shared\pch.cpp(5): fatal error C1004: unexpected end-of-file found 1>Done building project "WSA.vcxproj" -- FAILED. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I don't know where to start looking for the problem.
Somehow I got this working yesterday, but I have no idea what I did. Thanks.
The text was updated successfully, but these errors were encountered: