views:

141

answers:

2

I install Visual C++ 2008 Express to develop code using native Win32 API. However, the MSDN Express I can install with it doesn't show help on Windows API functions - but only on .NET Even online help isn't helpful and keep linking to MFC.

How can I integrate MSDN with Windows API documentation (SDK) into my Express 2008?

+1  A: 

Microsoft did have a complete download of the ISO for the entire MSDN library here

Hope this is what you are looking for? Best regards, Tom.

tommieb75
it is for full VS2008. does it work with express?
zaharpopov
I have downloaded it and it installs the MSDN Document Explorer with all of the MSDN integrated successfully. As for VS Express, when you press F1 for help it will load that MSDN version.
tommieb75
A: 

You can also download the full version of Windows SDK and use H2reg to register the SDk documentations it to your VS Express documentation.

Sheng Jiang 蒋晟