|
|
我学DXUT,程序只写了一句:
#include "dxstdafx.h"
INT WINAPI WinMain( HINSTANCE, HINSTANCE, LPSTR, int )
{
DXUTCreateWindow( L"My New Game" );
}
就报错,无法解析的外部符号 _DirectSoundCreate8@12,该符号在函数 "public: long __thiscall CSoundManager::Initialize(struct HWND__ *,unsigned long)" (?Initialize@CSoundManager@@QAEJPAUHWND__@@K@Z) 中被引用
我已经输入了这么多库:
dxerr.lib dxguid.lib d3dx9d.lib d3d9.lib winmm.lib comctl32.lib d3dxof.lib
|
|