Thread: "Programming Windows" .Net...?

  1. #1
    Ecologist
    Join Date
    Aug 2001
    Location
    Utah.
    Posts
    1,291

    "Programming Windows" .Net...?

    So, I just got Petzold's "Programming Windows" book. It's huge.
    The book seems to talk about VC++ 6.0 a lot, though. You know,
    it's features, how to accomplish things... Should I go ahead and
    buy VC++ 6.0, or would the things work with .NET? What about
    Dev-C++? Would the book's information be, um, 'compatable'
    with that?

    Thanks.
    Staying away from General.

  2. #2
    Christian
    Join Date
    Mar 2002
    Posts
    612
    if you have vc++.net then the code will work.

    it wil work on:
    Borland Builder
    Borland Free Command line

    Every 'windows' compiler. Any one that allows you to make Windows GUI programs.

    includign Dev C++ but you might need to go to msdn and download more updated files for the windows API as the Dev ones are old.
    I shall call egypt the harmless dragon

    -Isaiah 30.7

  3. #3
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Petzold assumes you have MS compilers. There are a few cases where the examples would not work with other compilers. One that sprins to mind is the beginthreadex() routine in MS is called beginthreadNT() by Borland. Generally however, there is no problem.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. migrate from .Net 2.0 to .Net 3.0
    By George2 in forum C# Programming
    Replies: 3
    Last Post: 07-25-2007, 04:07 AM
  2. Some .NET Distribution Stats
    By nickname_changed in forum C# Programming
    Replies: 2
    Last Post: 05-14-2005, 03:41 AM
  3. IE 6 status bar
    By DavidP in forum Tech Board
    Replies: 15
    Last Post: 10-23-2002, 05:31 PM
  4. .net
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 18
    Last Post: 02-15-2002, 01:15 AM
  5. Visual J#
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 10-08-2001, 02:41 PM