Original Post
ok guys here's the deal I recently got "TRicks of the windows game programming gurus" by Andre LaMothe im having trouble building the freakout game from the sources included on the CD: -using vc++ introductory edition thats included with the book -installed the directx 6.1 sdk problem is i really have no ideea on how to include the library files from the sdk, i understand that they are in the lib directory im looking for someone to tell me step by step if you can like go to project/settings/link etc how to include those libraries I assume thats why I cant build the project yet getting "c:\documents and settings\temp\desktop\c\source\t3dchap01\blackbox.h(34) : error C2146: syntax error : missing ';' before identifier 'lpdd' " code line is extern LPDIRECTDRAW4 lpdd; what i did so far :D new project/win32 aplication/gave it a name/empty project and added the 3 source files from the aplication I tried various methods of adding those libraries files to my project however I have failed 8( Thanks in advance