Use / for include paths, not \#18
Use / for include paths, not \#18kennykerr merged 1 commit intomicrosoft:masterfrom LegalizeAdulthood:develop
Conversation
|
I believe it does not make sense to make pull requests on the libraries as it is all generated code. |
|
Actually this particular request is to update the Sample projects, which are not generated code. |
|
oops, sorry |
|
Yes, as @BrentRe pointed out, the libraries are fine, it's just the sample code that is using \ instead of /. They also use |
|
We could move the #pragma lib into the VC++ project settings to remove it. But as all these samples are Windows-specific, I'm not sure there's much benefit. The reasoning for putting in the source code was to alert developers that Windows Store applications must link with that library. Something that's easily missed when it buried in a linker command line setting. For the record, what are you suggesting to change from back slashes to forward slashes? I'm guessing because both work and forward is more platform agnostic... I'm not pushing back but these samples are very Windows specific (as is C++/WinRT currently). |
|
Using |
|
Thanks for the contribution Richard! |
I was an MVP for Direct3D for 10 years, you might already have a CLA on file for me...