SEO-Software von Suchmaschinenoptimierung.de

Microsoft Visual C++ 2005 Express Edition + DirectX SDK

(hier klicken, um zum Original Thread zu gelangen)
MasterMax
Hi @ all,

werde langsam größenwahnsinnig, weil ich es einfach nicht schaffe die DXSDK in Microsoft Visual C++ 2005 Express Edition einzubinden. Teufel

Wäre undenkbar erfreut, wenn mir da jemand helfen könnte! verwirrt

lg Max
MasterMax
Ok, bin jetzt soweit, dass alle Bin-, Include- und Lib-Files sowohl aus der DXSDK als auch aus der PlatformSDK korrekt eingebunden sind.
Doch nun erhalte ich folgende Linker-Errors, auf die es bei Google nur heißt, man solle speziell noch die user32.lib einbinden, was die Fehleranzahl zwar erheblich reduziert, ich jedoch immernoch nicht compilen kann.

So sehen die Fehler mit user32.lib aus:
code:
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 ==========
Ich weiß mir nicht mehr zu helfen und hoffe auf eine Erklärung für das Schlamassel... Augen rollen

lg Max
(hier klicken, um zum Original Thread zu gelangen)



Tipp: Ranking-Konzept.de - Das SEO-Forum (Forum rund um die Suchmaschinenoptimierung) der artaxo AG.
Das große Versicherungs ABC von Versicherung.de - mit allen Aspekten der Computerversicherungen!
Fan-Foren.de, die große Community mit Musikforum ist ab sofort online.