Thread: Win32 Theory

  1. #1
    Unregistered
    Guest

    Win32 Theory

    Is Win32 the bunch of subsystems that make up the entire operating system? Is it only possible to access some of the components with technology such as COM. In other words, is COM necessary to interoperate with certain Win32 sub systems? It is wrong to think of Win32 as a langauge?

  2. #2
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    I guess you could call it a bunch of subsystems. You tend to get the basic SDK, you can link to others, (the MM extensions for example), and download others, (DirectX for example).

    I can't, at the moment, think of a Windows subsystem, (i.e. a true OS component), that requires COM to access it.

    Win32 is not a language, it is an interface.
    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. Console program to Win32
    By Ducky in forum Windows Programming
    Replies: 3
    Last Post: 02-25-2008, 12:46 PM
  2. Win32 API or Win32 SDK?
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 07-20-2005, 03:26 PM
  3. Win32 Thread Object Model Revisted
    By Codeplug in forum Windows Programming
    Replies: 5
    Last Post: 12-15-2004, 08:50 AM
  4. OLE Clipboard :: Win32 API vs. MFC
    By kuphryn in forum Windows Programming
    Replies: 3
    Last Post: 08-11-2002, 05:57 PM
  5. Thread Synchronization :: Win32 API vs. MFC
    By kuphryn in forum Windows Programming
    Replies: 2
    Last Post: 08-09-2002, 09:09 AM