Don't forget the Windows SDK!#1468
Conversation
So many people encounter issues with Rust not working because they forgot this crucial bit.
|
Thanks - do you know which parts of the windows SDK are actually required? It seems like I can build and run programs just fine without the windows SDK if I bypass the check here... |
|
@Diggsey How are you able to build programs without the Windows SDK? Any program that targets |
|
I found I only needed the Universal CRT to build a basic hello world. (Specifically This is the linker invocation used to build my program (spaced out for ease of reading): Not sure where or if it is getting those libraries, as I moved out everything except |
|
@Diggsey Are you sure you're not pulling in perhaps stuff from |
So many people encounter issues with Rust not working because they forgot this crucial bit.