Thread: Graphic API and Win32.

  1. #1
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200

    Graphic API and Win32.

    I am making a Win32 program and I would like to use a graphics library that allows me to draw onto the window.

    What I mean is, with SDL, it makes its own window. And OpenGL is just too much for what I am trying to do (its just plain 2d, and OGL would just be over kill as I only am using 2 colors).

    I would like to use DirectX but I dont have the dough to get MSVC++.

    So is there any other API's that will draw in the window, OR, is there a way to use DirectX without MSVC++.


    NOTE: I notice that MSVC++ command like tools are free, could I possibly use another IDE like MinGW studio with the command line tools?

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    If OpenGL can draw in the window, I don't think your reasons for not using it are valid. If you're okay doing everything from the command line (development-wise - you can still make windows applications very easily), you can download the .NET SDK, and then use the System.Drawing namespaces - they're designed just for this.

  3. #3
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    Quote Originally Posted by Vicious
    And OpenGL is just too much for what I am trying to do (its just plain 2d, and OGL would just be over kill as I only am using 2 colors).

    I would like to use DirectX but I dont have the dough to get MSVC++.
    If you think OpenGL is over kill then DX would definately qualify as over kill as well. Both OpenGL and DX are just fine for 2D graphics, if you want something more light weight try SDL, allegro, etc... check the sticky at the top of this board for links.

  4. #4
    ---
    Join Date
    May 2004
    Posts
    1,379
    you dont need MSVC++ to create directx apps

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. 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
  2. OpenSSL and Win32 SSL API :: SSL/TLS
    By kuphryn in forum Networking/Device Communication
    Replies: 0
    Last Post: 03-10-2004, 07:46 PM
  3. FILES in WinAPI
    By Garfield in forum Windows Programming
    Replies: 46
    Last Post: 10-02-2003, 06:51 PM
  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