Original Post
I'm having a similar problem to the one posted at http://www.gamedev.net/community/forums/topic.asp?topic_id=474527&whichpage=1� however, I'm getting a slightly different error with a file name that doesn't even show up on a search of gamedev.net. I'm using VC++ 2008 Express edition and the Microsoft Platform SDK for Windows Server 2003 R2. I'm trying to run an example program from directxtutorial.com. I'm getting this linker error when I try to use atlbase.h. 1>LINK : fatal error LNK1104: cannot open file 'atlhunk.lib' In the previous post, someone was getting the same error except that the file was atlthunk.lib. Also, I don't understand the solution to the problem found in that post. "Edit your altbase.h there is #pragma comment directive, that queries for atlthunk.lib - comment this." <-- no idea what that means. Any help is appreciated. Thank you.