Adrian Schofield
Member
Hi All
New to this so apologies if I'm asking a daft question. Basically I have OBS Studio building apart from one error:
Error C1001 An internal error has occurred in the compiler. graphics-hook E:\obsbuild\obs-studio\plugins\win-capture\graphics-hook\d3d9-capture.cpp 65
The code it fires on is this line here:
static struct d3d9_data data = {};
I've had a dig around and it seems that C1001 is usually thrown because an optimization is being enabled but to my untrained eye I think the project has optimizations all disabled.
Any thoughts on what I am missing here?
New to this so apologies if I'm asking a daft question. Basically I have OBS Studio building apart from one error:
Error C1001 An internal error has occurred in the compiler. graphics-hook E:\obsbuild\obs-studio\plugins\win-capture\graphics-hook\d3d9-capture.cpp 65
The code it fires on is this line here:
static struct d3d9_data data = {};
I've had a dig around and it seems that C1001 is usually thrown because an optimization is being enabled but to my untrained eye I think the project has optimizations all disabled.
Any thoughts on what I am missing here?