Thread: visual c++ & winapi basics

  1. #1
    Registered User
    Join Date
    Jul 2004
    Posts
    15

    visual c++ & winapi basics

    Hello!
    Where can I learn how to use winapi functions in Visual C++ 6.0?
    Thank you.

  2. #2
    chococoder
    Join Date
    Nov 2004
    Posts
    515
    a good book on Windows programming should do.
    I think there's also tutorials included, as well as some printed manuals that could be of help.

  3. #3
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    If using msvc6 you should have a copy of the vc6 msdn library which should contain everything you need to get started. Petzold's Programming Windows is often recommended as the definitive introductory text and theforger's tutorials are very popular, too. This msdn online page is also worth noting.

    This subject has been raised countless times before and you should search the board to review previous discussions.

    However, there are a few extras for msvc6 that may be worth mentioning:
    1. Make sure you are patched with the latest service pack, currently sp6.
    2. Get the latest platform sdk.
    3. Optionally, and if you don't own a copy of msdn, the complete visual studio6 examples can be downloaded from here (~130MB).
    Last edited by Ken Fitlike; 11-24-2004 at 08:18 AM. Reason: removed link for browsing sdk online: it just links to full vs6 examples download.
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  2. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  3. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  4. Errors with including winsock 2 lib
    By gamingdl'er in forum C++ Programming
    Replies: 3
    Last Post: 12-05-2005, 08:13 PM
  5. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM