|
|
我是用VC++.Net 2005和DirectX SDK August 2006
我的程式?Header如下
#include <d3dx9.h>
#include <afxtempl.h>//CList
#include <Mmsystem.h>
#pragma comment(lib,"Winmm.lib")
//timeGetTime
// For DirectX error
#pragma comment(lib, "dxerr9.lib") //for DXGetErrorString9
#include <Dxerr9.h>
宣告以上的程式?後,??霈F以下的??,???一下?是因??nicide Definition的??S??
我?如何解?Q呢?
1>d:\dxsdk\microsoft directx sdk (august 2006)\include\d3d9types.h(1385) : warning C4819: The file contains a character that cannot be represented in the current code page (950). Save the file in Unicode format to prevent data loss
d3d9types.h
typedef enum _D3DFORMAT
{
......
D3DFMT_VERTEXDATA =100,
D3DFMT_INDEX16 =101,
D3DFMT_INDEX32 =102,// |
|