Static link of Microsoft Samples - need hotfix download dir *.lib

When I linking Scribble, IDE regular post me kind of 'Could not find user32.lib - failure' & so on.

I solved the problem by importing \LIB from Visual C++'98(6.0).

Why on the earth Visual C++'2005 Express have no MFC and even WOW32 LIB

 




Answer this question

Static link of Microsoft Samples - need hotfix download dir *.lib

  • JFTxJ

    >You can download the Platform SDK and an the VS Express homepage there are instructions to include the PSDK into Express.

    Sorry one more time! Platform SDK already downloaded. FAQ's, too. Would you mind be so kind as to refer to a strict link for 'instructions to include the PSDK into Express'



  • vbvan

    Many thanks to you! In my profile there wasn't said that I'm author of German's Independence Declaration idea and co-author of crushing Berlin's wall that...

    (The right man forever - and in the right place - sorry for bad English, but Deutch Ich almost forgot - my first foreign language, I have a few Russian-Dutch friends...)

     



  • Asif Iqbal

    This is part of the readme's.

    Express does not include MFC/ATL and it does not include the Platform SDK.
    You can download the Platform SDK and an the VS Express homepage there are instructions to include the PSDK into Express.

    If you want to do the same like you have done with VC6 you need at least VS 2005 Standard. This includes all of the above.

    http://msdn.microsoft.com/vstudio/express/support/faq/default.aspx#vcpp



  • Static link of Microsoft Samples - need hotfix download dir *.lib