Lots of warnings.

Started by
0 comments, last by siri 9 years, 1 month ago

I've recently got back in to programming after a long hiatus. I'm starting with a blank screen. The code builds and I get a nice blank screen. But the output is a load of warnings.

I pasted them here: http://pastebin.com/gWbGsm6z

Why is that happening?

It doesn't seem to be related to any of my code. But rather the headers. It's something I'd rather not ignore but I have no idea what's causing it.

Win7/VS2013 if that's relevant. I seem to remember something about Win8/SDK and warnings but I've forgotten.

Thanks.

Advertisement

Posting the question jolted my memory. I forgot that they now include all the DX stuff in the Windows SDK. Removing the paths and references to D3DX fixed it. :)

This topic is closed to new replies.

Advertisement