Help with Tricks :(

Started by
9 comments, last by Anonymous Programmer 22 years, 6 months ago
i find it easier to use the following when using andre''s source:

// Put at top of file...
#pragma comment( lib, "ddraw" ) // Include ddraw.lib in workspace (assuming you have properly setup the compiler links).
#pragme comment( lib, "dxguid" ) // ditto, but dxguid.lib does the same as #define ALLGUIDS

This topic is closed to new replies.

Advertisement