Results 1 to 13 of 13

Thread: Anybody got windns.h library file?

  1. #1
    Member
    Join Date
    May 07
    Posts
    48

    Anybody got windns.h library file?

    Please if someone has this post

  2. #2
    Frenzied Member
    Join Date
    Sep 05
    Posts
    1,547

    Re: Anybody got windns.h library file?


  3. #3
    Member
    Join Date
    May 07
    Posts
    48

    Re: Anybody got windns.h library file?

    Already tried bro..

  4. #4
    Frenzied Member
    Join Date
    Sep 05
    Posts
    1,547

    Re: Anybody got windns.h library file?


  5. #5
    Member
    Join Date
    May 07
    Posts
    48

    Re: Anybody got windns.h library file?

    yes how do i compile that source code as a .h file?

    Microsoft visual c++?

  6. #6
    Frenzied Member
    Join Date
    Sep 05
    Posts
    1,547

    Re: Anybody got windns.h library file?

    Quote Originally Posted by Revivalry
    yes how do i compile that source code as a .h file?

    Microsoft visual c++?
    Well you can add a header file to the project with that name and copy and paste the text from that page into it.

  7. #7
    Member
    Join Date
    May 07
    Posts
    48

    Re: Anybody got windns.h library file?

    how do i add a header file to a certain project?

    I open MyProject.dsw and then..?

  8. #8
    Noodly Appendage wossname's Avatar
    Join Date
    Aug 02
    Location
    #!/bin/bash
    Posts
    5,645

    Re: Anybody got windns.h library file?

    Chances are that if you haven't got this file then you'll also be missing a zillion other files too.

  9. #9
    Member
    Join Date
    May 07
    Posts
    48

    Re: Anybody got windns.h library file?

    Shall i download the MSDN library from MS?

  10. #10
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 02
    Location
    Victoria, Australia
    Posts
    4,246

    Re: Anybody got windns.h library file?

    Any good IDE/compiler combo should come with this file automatically.. especially Visual Studio 2005/8.

    chem

    Visual Studio 6, Visual Studio.NET 2005, MASM

  11. #11
    Member
    Join Date
    May 07
    Posts
    48

    Re: Anybody got windns.h library file?

    I downloaded Visual Studio 6 and the installation of MSDN library doesn't work..

  12. #12
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 02
    Location
    Victoria, Australia
    Posts
    4,246

    Re: Anybody got windns.h library file?

    The MSDN library is just a bunch of articles.. its not the windows header files..

    When you say "Downloaded Visual Studio 6".. that is clearly an illegal version.. how can you expect that to work as desired?

    chem

    Visual Studio 6, Visual Studio.NET 2005, MASM

  13. #13
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 03
    Location
    USA, Maryland
    Posts
    4,981

    Re: Anybody got windns.h library file?

    Quote Originally Posted by Revivalry
    I downloaded Visual Studio 6 and the installation of MSDN library doesn't work..
    As Chemical said this is an illegal version but why would you want to use Visual Studio 6 anyway? It's extremely old and out dated in terms of C++ standard support.

    Download Visual C++ Express for free from Microsoft. It'll contain probably everything you need.

    Also, do you know why you need windns.h? What are you using it for?
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •