Advertisement

Windows stuff

Started by June 09, 2002 03:38 PM
1 comment, last by the Chef 22 years, 5 months ago
When I visit different communities do I often see codeexamples containing stuff like:

    HANDLE windowHandle;
    initirectX();
    loadBMPpicture();
 
Well, not exactly like this, but different windows/directX -functions. How do I get/use them? Wich files to include and wich object files shall I compile? I have downloaded directX SDK 8.1, but I do still not have any idea how to use this stuff. Anybody that knows? - Thanks for all answers!
No way! I will never write a profile signature! :p
#include <windows.h>
SlimDX | Ventspace Blog | Twitter | Diverse teams make better games. I am currently hiring capable C++ engine developers in Baltimore, MD.
Advertisement
NeXe''s site tutorial 1 explains howto get started.

This topic is closed to new replies.

Advertisement