sadaka 0 Newbie Poster

Hello all.

I just recently started a project using directx for a paint program. I am new to directx programming and have not before program with it. The codes that I entered are the typical codes but with modifications to handle directx programming. They compile and link with out error to produce a blank window. However, when I compile in debug mode to go over the lines for initializing the COM:

d3d = Direct3DCreate9(D3D_SDK_VERSION);

The debugger logs this:
"Direct3D9: (ERROR) :HAL Disabled: Device needs to support at least 16 bit vertex indices"

Could someone explain what I could be doing wrong or could be missing? I linked the libraries to the project and included the headers as I would typically do. I checked all threads per directx yet to find a solution to shake this off. Thanks for all your help. Sadaka

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.