|
|||||
What is CDX?
|
|
CDX is a wrapper class for Microsoft's DirectX API. It enables you to program DirectX applications/Games or whatever much more easily than working directly with the DirectX API. It works by giving you, the programmer, the use of functions that are used for many areas of DirectX programming. | |
The CDX library download below
has the compiled LIB files which include both the Mappy and Packer source
files. This has been done to save you from having to include the header
and source files with every program that you write and also, to help
out any newbie CDX users (like myself, hehe)
|
|
CDX 3.0 Libs & Source files 2.62Mb | This file contains the compiled Lib files, to save you the trouble of having to compile them yourself, but with the expense of a slighlty longer download. |
CDX 3.0 Source files only 0.42Mb | I have included this if you want to compile the lib files yourself. |
IMPORTANT When using Mappy in your projects, remember to include the following line, otherwise you'll have BILLIONS of errors :) |
|
#include "cdxmappy.h"
|
|
All different versions of the library are compiled, these are:-
CDX 3.0 Win32 Release |
CDX 3.0 Win32 Debug |
CDX 3.0 DirectX3.0 compatible Win32 Release |
CDX 3.0 DirectX3.0 compatible Win32 Debug |
CDX 3.0 3D Win32 Release |
CDX 3.0 3D Win32 Debug |
CDX 3.0 3D DirectX3.0 compatible Win32 Release |
CDX 3.0 3D DirectX3.0 compatible Win32 Debug |
For information on how to Install and setup Visual C for use with CDX, see the tutorials section of this site.