Search:

Type: Posts; User: Vacation Guy

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    3,574

    errors initializing D3D

    I've created the window and I'm trying to initialize d3d in one of my projects. Here's the code I'm using:

    #include <d3d9.h>
    ...

    IDirect3D9 g_pD3D;
    if (NULL == (g_pD3D =...
  2. Replies
    22
    Views
    2,189

    I use an IDE called CodeBlocks with the free...

    I use an IDE called CodeBlocks with the free Microsoft Visual C++ Toolkit. It works great because both softwares are free and it uses the same compiler included with Microsoft Visual Studio .Net...
Results 1 to 2 of 2