1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
|
1>------ Erstellen gestartet: Projekt: SimpleSample, Konfiguration: Debug Win32 ------
1>Verknüpfen...
1>DXUT.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__CommandLineToArgvW@8" in Funktion ""void __cdecl DXUTParseCommandLine(void)" (?DXUTParseCommandLine@@YAXXZ)".
1>DXUT.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetStockObject@4" in Funktion ""long __cdecl DXUTCreateWindow(wchar_t const *,struct HINSTANCE__ *,struct HICON__ *,struct HMENU__ *,int,int)" (?DXUTCreateWindow@@YAJPB_WPAUHINSTANCE__@@PAUHICON__@@PAUHMENU__@@HH@Z)".
1>DXUT.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__ExtractIconW@12" in Funktion ""long __cdecl DXUTCreateWindow(wchar_t const *,struct HINSTANCE__ *,struct HICON__ *,struct HMENU__ *,int,int)" (?DXUTCreateWindow@@YAJPB_WPAUHINSTANCE__@@PAUHICON__@@PAUHMENU__@@HH@Z)".
1>DXUT.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__DeleteDC@4" in Funktion ""long __cdecl DXUTSetDeviceCursor(struct IDirect3DDevice9 *,struct HICON__ *,bool)" (?DXUTSetDeviceCursor@@YAJPAUIDirect3DDevice9@@PAUHICON__@@_N@Z)".
1>DXUT.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__DeleteObject@4" in Funktion ""long __cdecl DXUTSetDeviceCursor(struct IDirect3DDevice9 *,struct HICON__ *,bool)" (?DXUTSetDeviceCursor@@YAJPAUIDirect3DDevice9@@PAUHICON__@@_N@Z)".
1>DXUT.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetDIBits@28" in Funktion ""long __cdecl DXUTSetDeviceCursor(struct IDirect3DDevice9 *,struct HICON__ *,bool)" (?DXUTSetDeviceCursor@@YAJPAUIDirect3DDevice9@@PAUHICON__@@_N@Z)".
1>DXUT.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__SelectObject@8" in Funktion ""long __cdecl DXUTSetDeviceCursor(struct IDirect3DDevice9 *,struct HICON__ *,bool)" (?DXUTSetDeviceCursor@@YAJPAUIDirect3DDevice9@@PAUHICON__@@_N@Z)".
1>DXUT.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__CreateCompatibleDC@4" in Funktion ""long __cdecl DXUTSetDeviceCursor(struct IDirect3DDevice9 *,struct HICON__ *,bool)" (?DXUTSetDeviceCursor@@YAJPAUIDirect3DDevice9@@PAUHICON__@@_N@Z)".
1>DXUT.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetObjectW@12" in Funktion ""long __cdecl DXUTSetDeviceCursor(struct IDirect3DDevice9 *,struct HICON__ *,bool)" (?DXUTSetDeviceCursor@@YAJPAUIDirect3DDevice9@@PAUHICON__@@_N@Z)".
1>DXUTgui.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__RegCloseKey@4" in Funktion ""protected: static void __cdecl CDXUTIMEEditBox::GetReadingWindowOrientation(unsigned long)" (?GetReadingWindowOrientation@CDXUTIMEEditBox@@KAXK@Z)".
1>DXUTmisc.obj : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__RegCloseKey@4".
1>DXUTgui.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__RegQueryValueExW@24" in Funktion ""protected: static void __cdecl CDXUTIMEEditBox::GetReadingWindowOrientation(unsigned long)" (?GetReadingWindowOrientation@CDXUTIMEEditBox@@KAXK@Z)".
1>DXUTmisc.obj : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__RegQueryValueExW@24".
1>DXUTgui.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__RegOpenKeyExW@20" in Funktion ""protected: static void __cdecl CDXUTIMEEditBox::GetReadingWindowOrientation(unsigned long)" (?GetReadingWindowOrientation@CDXUTIMEEditBox@@KAXK@Z)".
1>DXUTmisc.obj : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__RegOpenKeyExW@20".
1>DXUTmisc.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__RegSetValueExW@24" in Funktion ""void __cdecl DXUTDisplaySwitchingToREFWarning(void)" (?DXUTDisplaySwitchingToREFWarning@@YAXXZ)".
1>DXUTmisc.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__ShellExecuteW@24" in Funktion ""bool __cdecl DXUTReLaunchMediaCenter(void)" (?DXUTReLaunchMediaCenter@@YA_NXZ)".
1>Debug\SimpleSample.exe : fatal error LNK1120: 14 nicht aufgelöste externe Verweise.
1>Das Buildprotokoll wurde unter "file://c:\Programme\Microsoft DirectX SDK (April 2007)\Samples\C++\Direct3D\SimpleSample\Debug\BuildLog.htm" gespeichert.
1>SimpleSample - 18 Fehler, 0 Warnung(en)
========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0 übersprungen ========== |