Nathan Osman
Nathan Osman

Reputation: 73195

Which version of the Windows SDK do I need?

I have a 64 bit Core 2 Duo processor but the 32 bit version of Vista. Also, I want to have the 64 bit libs and cross compiler.

Upvotes: 1

Views: 1342

Answers (2)

Stephane Halimi
Stephane Halimi

Reputation: 508

Your SDK doesn't know the CPU, it call the operating system functions. So you only need the 32bits SDK

Upvotes: 1

Preet Sangha
Preet Sangha

Reputation: 65496

You need the 32bit SDK and the 64 bit SDK as I think the latter has X compiler options.

Upvotes: 0

Related Questions