Click here to Skip to main content
15,885,912 members

Comments by PrafullaVedante (Top 89 by date)

PrafullaVedante 29-Jun-18 5:08am View    
You have commented the CreateDirectoryA call.
PrafullaVedante 11-Mar-18 11:06am View    
Your input is not in ascending order. Either the problem statement or the input value is wrongGryffindor.
PrafullaVedante 6-Jan-18 5:57am View    
This is not what I am looking for.

I want to copy WinSdk at some custom folder... And then I want MDBuild to refer that folder while building.
PrafullaVedante 6-Jan-18 0:40am View    
Our build system is consists of pool of 100 machines.

When we fire a build, any machine will get selected to perform build.

Currently we will need to install WinSdk on all 100 machines. This is inconvenient as well as intrusive.

That's the reason we want to keep sdk in repository... So that at the time of build we will just sync it ....
PrafullaVedante 5-Jan-18 0:04am View    
On removing it gives errors for undeclared identifier

error C2065: 'IAssemblyCache' : undeclared identifier

Shall i use the fusion.h from older sdk ? As it contains interface declarations only.