Jak dolonczyc pliki naglowkowe
#include <D3DX8.h>
#include "D3DApp.h"
#include "D3DFile.h"
#include "D3DFont.h"
#include "D3DUtil.h"
do projektu w visual c++.
W Project->Settings->Link dolancza sie bibloteki, a nie pliki naglowkowe.Podczas kompilacji wyskakuja mi nastepujace bledy jak je usunac.

DolphinVS.obj : error LNK2001: unresolved external symbol "public: virtual int thiscall CD3DApplication::Run(void)" (?Run@CD3DApplication@@UAEHXZ)
DolphinVS.obj : error LNK2001: unresolved external symbol "public: virtual long thiscall CD3DApplication::Create(struct HINSTANCE *)" (?Create@CD3DApplication@@UAEJPAUHINSTANCE
@@@Z)
DolphinVS.obj : error LNK2001: unresolved external symbol "public: virtual void thiscall CD3DApplication::Pause(int)" (?Pause@CD3DApplication@@UAEXH@Z)
DolphinVS.obj : error LNK2001: unresolved external symbol "public: virtual long thiscall CD3DApplication::MsgProc(struct HWND *,unsigned int,unsigned int,long)" (?MsgProc@CD3DApplication@@UAEJPAUHWND
@@IIJ@Z)
DolphinVS.obj : error LNK2001: unresolved external symbol "protected: virtual long __thiscall CD3DApplication::AdjustWindowForChange(void)" (?AdjustWindowForChange@CD3DApplication@@MAEJXZ)
DolphinVS.obj : error LNK2001: unresolved external symbol "public: __thiscall CD3DFont::CD3DFont(char *,unsigned long,unsigned long)" (??0CD3DFont@@QAE@PADKK@Z)
DolphinVS.obj : error LNK2001: unresolved external symbol "public: __thiscall CD3DApplication::CD3DApplication(void)" (??0CD3DApplication@@QAE@XZ)
DolphinVS.obj : error LNK2001: unresolved external symbol _D3DXMatrixTranspose@8
DolphinVS.obj : error LNK2001: unresolved external symbol _D3DXVec4Normalize@8
DolphinVS.obj : error LNK2001: unresolved external symbol _D3DXVec4Transform@12
DolphinVS.obj : error LNK2001: unresolved external symbol _D3DXMatrixInverse@12
DolphinVS.obj : error LNK2001: unresolved external symbol _D3DXMatrixTranslation@16
DolphinVS.obj : error LNK2001: unresolved external symbol _D3DXMatrixRotationY@8
DolphinVS.obj : error LNK2001: unresolved external symbol _D3DXMatrixMultiply@12
DolphinVS.obj : error LNK2001: unresolved external symbol _D3DXMatrixRotationZ@8
DolphinVS.obj : error LNK2001: unresolved external symbol _D3DXMatrixScaling@16
DolphinVS.obj : error LNK2001: unresolved external symbol "public: long __thiscall CD3DFont::DrawTextA(float,float,unsigned long,char *,unsigned long)" (?DrawTextA@CD3DFont@@QAEJMMKPADK@Z)
DolphinVS.obj : error LNK2001: unresolved external symbol "public: long __thiscall CD3DMesh::SetFVF(struct IDirect3DDevice8 *,unsigned long)" (?SetFVF@CD3DMesh@@QAEJPAUIDirect3DDevice8@@K@Z)
DolphinVS.obj : error LNK2001: unresolved external symbol "public: long __thiscall CD3DMesh::Create(struct IDirect3DDevice8 *,char *)" (?Create@CD3DMesh@@QAEJPAUIDirect3DDevice8@@PAD@Z)
DolphinVS.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CD3DMesh::~CD3DMesh(void)" (??1CD3DMesh@@UAE@XZ)
DolphinVS.obj : error LNK2001: unresolved external symbol "long __cdecl D3DUtil_CreateTexture(struct IDirect3DDevice8 *,char *,struct IDirect3DTexture8 * *,enum _D3DFORMAT)" (?D3DUtil_CreateTexture@@YAJPAUIDirect3DDevice8@@PADPAPAUIDirect3DTexture8@
@W4_D3DFORMAT@@@Z)
DolphinVS.obj : error LNK2001: unresolved external symbol "public: long __thiscall CD3DFont::InitDeviceObjects(struct IDirect3DDevice8 *)" (?InitDeviceObjects@CD3DFont@@QAEJPAUIDirect3DDevice8@@@Z)
DolphinVS.obj : error LNK2001: unresolved external symbol "public: __thiscall CD3DMesh::CD3DMesh(char *)" (??0CD3DMesh@@QAE@PAD@Z)
DolphinVS.obj : error LNK2001: unresolved external symbol "long __cdecl D3DUtil_CreateVertexShader(struct IDirect3DDevice8 *,char *,unsigned long *,unsigned long *)" (?D3DUtil_CreateVertexShader@@YAJPAUIDirect3DDevice8@@PADPAK2@Z)
DolphinVS.obj : error LNK2001: unresolved external symbol _D3DXMatrixPerspectiveFovLH@20
DolphinVS.obj : error LNK2001: unresolved external symbol _D3DXMatrixLookAtLH@16
DolphinVS.obj : error LNK2001: unresolved external symbol "public: long __thiscall CD3DFont::RestoreDeviceObjects(void)" (?RestoreDeviceObjects@CD3DFont@@QAEJXZ)
DolphinVS.obj : error LNK2001: unresolved external symbol "public: long __thiscall CD3DFont::InvalidateDeviceObjects(void)" (?InvalidateDeviceObjects@CD3DFont@@QAEJXZ)
DolphinVS.obj : error LNK2001: unresolved external symbol "public: long __thiscall CD3DFont::DeleteDeviceObjects(void)" (?DeleteDeviceObjects@CD3DFont@@QAEJXZ)
DolphinVS.obj : error LNK2001: unresolved external symbol "public: __thiscall CD3DFont::~CD3DFont(void)" (??1CD3DFont@@QAE@XZ)
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
DolphinVS.obj : fatal error LNK1120: 31 unresolved externals
Error executing link.exe.

Pozdrawiam.</asm>