🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Help with Tricks :(

Started by
9 comments, last by Anonymous Programmer 22 years, 8 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