Thanks
/dxstdafx.h
/ #define DXUT_AUTOLIB to automatically include the libs needed for DXUT
#ifdef
DXUT_AUTOLIB#pragma comment( lib, "dxerr9.lib" )
#pragma comment( lib, "dxguid.lib" )
#if defined(DEBUG) || defined(_DEBUG)
#pragma comment( lib, "d3dx9d.lib" )
#else
#pragma comment( lib, "d3dx9.lib" )
#endif
#pragma comment( lib, "d3d9.lib" )
#pragma comment( lib, "winmm.lib" )
#pragma comment( lib, "comctl32.lib" )
#endif

DirectX Sample Browser Oct2005 SCRIPTING sample PROBLEMS!!!
RAGolko123
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=124956&SiteID=1