- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I have a fresh install of VS2015 with SP1 followed by installation if Intel Parallel Studio XE 2016. The rc.exe and associated dll are not here:
c:\Program Files (x86)\Windows Kits\10\bin\x64
Two questions: where can I get the exe and dll I need for resource compilation of 64-bit progs, and where should the 32-bit version be (and where can I get it)
I have Windows 7. Please help. Thank you.
Sincerely,
CHobbs
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
That's not where it lives - very little is under the "10" folder. The SDK tools for VS2015 are under C:\Program Files (x86)\Windows Kits\8.1\bin\
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Thank you for the info, Steve. I am using a third party api library called Winteracter. It is looking for the resource compiler and libraries in the 10 folder.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
You'll have to ask the Winteracter folks how to correct that.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
More info - the way it works is that if the Windows 10 SDK is explicitly installed (you would have had to do this separately), then that is used, otherwise the 8.1 SDK is used. Visual Studio (and the VS2015 batch files) do registry queries for this. If Winteracter is just looking at directory structure and seeing the "10" folder, it will choose incorrectly.
