Media Share Starter kit

I was taking a loot at this, and found that afxres.h is missing from the folder. does anyone have a download fir this it is the only error during compile


Answer this question

Media Share Starter kit

  • jamil

    You probably didn't install the SDK platform corectly. Be sure to add the new paths in tools->options->Projects and Solutions->VC++ Directories, like shown in the video. Also, I had this problem, the video shows that you should add all paths to the executable files. Instead, write "$(ProgramFiles)\Microsoft Platform SDK\Bin" for executable files "$(ProgramFiles)\Microsoft Platform SDK\Lib" for libaries and "$(ProgramFiles)\Microsoft Platform SDK\include" for the include files..
  • Media Share Starter kit