Hello,
J'essaye de découvrir DirectX (en C++) sous Visual Studio.
Je souhaite compiler un exemple de code trouvé avec la sdk de directx (billboard).
Le problème est qu'il me fait pleins de messages d'erreurs. Les voici :
- Generic application error. Enable debug output for detailed information. Switching to the reference rasterizer, a software device that implements the entire Direct3D feature set, but runs very slowly.
- Warning : Nothing will be rendered. The reference rendering device was selected, but your computer only has a reduced-functionnality reference device installed. Install the DirectX SDK to get the full reference device.
- Generic application error. Enable debug for detailed information. This sample will now exit.
Et dans les output du projet, j'ai ca :
'billboard.exe'*: Chargé 'C:\DirectX\Samples\C++\Direct3D\Billboard\Debug\billboard.exe', Les symboles ont été chargés.
'billboard.exe'*: Chargé 'C:\WINDOWS\system32\ntdll.dll', Aucun symbole n'a été chargé.
'billboard.exe'*: Chargé 'C:\WINDOWS\system32\kernel32.dll', Aucun symbole n'a été chargé.
'billboard.exe'*: Chargé 'C:\WINDOWS\system32\d3d9.dll', Aucun symbole n'a été chargé.
'billboard.exe'*: Chargé 'C:\WINDOWS\system32\d3d8thk.dll', Aucun symbole n'a été chargé.
'billboard.exe'*: Chargé 'C:\WINDOWS\system32\gdi32.dll', Aucun symbole n'a été chargé.
'billboard.exe'*: Chargé 'C:\WINDOWS\system32\user32.dll', Aucun symbole n'a été chargé.
'billboard.exe'*: Chargé 'C:\WINDOWS\system32\msvcrt.dll', Aucun symbole n'a été chargé.
'billboard.exe'*: Chargé 'C:\WINDOWS\system32\advapi32.dll', Aucun symbole n'a été chargé.
'billboard.exe'*: Chargé 'C:\WINDOWS\system32\rpcrt4.dll', Aucun symbole n'a été chargé.
'billboard.exe'*: Chargé 'C:\WINDOWS\system32\version.dll', Aucun symbole n'a été chargé.
'billboard.exe'*: Chargé 'C:\WINDOWS\system32\winmm.dll', Aucun symbole n'a été chargé.
'billboard.exe'*: Chargé 'C:\WINDOWS\system32\d3dxof.dll', Aucun symbole n'a été chargé.
'billboard.exe'*: Chargé 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2649_x-ww_aac16c8b\comctl32.dll', Aucun symbole n'a été chargé.
'billboard.exe'*: Chargé 'C:\WINDOWS\system32\shlwapi.dll', Aucun symbole n'a été chargé.
'billboard.exe'*: Chargé 'C:\WINDOWS\system32\imm32.dll', Aucun symbole n'a été chargé.
'billboard.exe'*: Chargé 'C:\WINDOWS\system32\uxtheme.dll', Aucun symbole n'a été chargé.
'billboard.exe'*: Chargé 'C:\Program Files\MessengerPlus! 3\MsgPlusLoader1.dll', Aucun symbole n'a été chargé.
'billboard.exe'*: Chargé 'C:\WINDOWS\system32\MSCTF.dll', Aucun symbole n'a été chargé.
'billboard.exe'*: Chargé 'C:\WINDOWS\system32\MSCTFIME.IME', Aucun symbole n'a été chargé.
'billboard.exe'*: Chargé 'C:\WINDOWS\system32\ole32.dll', Aucun symbole n'a été chargé.
'billboard.exe'*: Chargé 'C:\WINDOWS\system32\mslbui.dll', Aucun symbole n'a été chargé.
Le programme '[4052] billboard.exe: Natif' s'est arrêté avec le code 0 (0x0).
Est-ce que quelqu'un a déjà eu ce problème, ou connait la raison ??
Merci.
NB : j'ai la dernière version du SDK DirectX.
Partager