Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I use Windows XP, NB, Cygwin and g++ compiler. I found that header files and libraries of Cygwin are out of date, Winsock aplication cannot be compiled with them, functions are missing. So I need to install Windows SDK.

I downloaded the installer, started it but it thew an error that I didn't have some .NET components installed and they had to be installed beforehand. I downloaded dotNetFx40_Full_setup.exe and installed it. But after it smth happened with the computer. When I turn it on and want to open Google Chrome it doesn't start the program, just nothing happens for about 15 seconds. And it throws a note that Windows Firewall is turned off but before it has always been turned on and never threw such kind of notes. And after 15 seconds it finally opens Chrome and turns on the Firewall.

So is this common for .NET Framework to do so with computer or it has to be just somehow configured?

Is it possible to install Windows SDK without installing .NET Framework beforehand?

UPD:

Kindly ask those Chuck Norris guys who like to mark questions as "close" without posting any comments to their decisions: you do comment why or just go and click your mouse somewhere else.

share|improve this question
1  
I believe some of the SDK tools use .NET, so they need .NET installed to work. Getting it installed probably won't do much (if any) good though -- at least the last time I checked, the SDK headers used some Microsoft extensions so they won't compile with g++ anyway. Perhaps a recent iteration of MinGW would suit you better. – Jerry Coffin Sep 16 '12 at 15:25

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.