I went to add screenshot functionality to my program and I am having some trouble. I was looking through documentation and found a function called DmScreenShot that is available through the XboxDbg.h library. My only problem is when I go to implement it first says that the DmScreenShot function is not valid so I then attempt to include the XboxDbg.h library (I also import the XboxDbg.lib). Now my compiler is complaining about not being able to find the XboxDbg.h library! Yes the directory is listed in the project directories for the linking and I am using other includes from that directory. I also verified that the XboxDbg.h library is located in that directory and I am compiling in debug config. Any ideas on why I cannot link to this library? Anyone else have this problem?
On a side note, is there a better way of capturing a screen shot? If so any help would be great.
Thanks!