How to install Directx SDK with Code Blocks?

Started by
0 comments, last by Daaark 15 years, 4 months ago
Hey guys I need help. This is the situation I installed Code Blocks and Directx SDK (November 2008) and everytime i create a directx project in Code Blocks it keeps asking me to find the location of directx. I then gave it the location but it said it couldn't find the files. Can someone please help me install directx sdk with Code Blocks?
Advertisement
DirectX is like any other library. It has (.h)eaders and (.lib)raries that need to be in your paths. Look in the options for codeblocks, you will find sections where you can add the include and library paths.

This topic is closed to new replies.

Advertisement