Bonjour,
J'ai un probl�me lorsque je souhaite cr�er un objet de type List Control
Je commence par cr�er une application MFC avec comme classe de base CFormView. J'ajoute sur la form un objet List Control avec la propri�t� View fix� � Report puis je compile et j'�x�cute :
alors que l'apper�ue de la form donne ceci :
Et voici les messages que j'obtien � l'ex�cution :
Qu'est ce que j'ai mal fait
Code : S�lectionner tout - Visualiser dans une fen�tre � part
1
2
3
4
5
6
7
8
9
10
11
12
13 Loaded 'ntdll.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found. Loaded symbols for 'C:\WINDOWS\system32\MFC42D.DLL' Loaded symbols for 'C:\WINDOWS\system32\MSVCRTD.DLL' Loaded 'C:\WINDOWS\system32\gdi32.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\user32.dll', no matching symbolic information found. Loaded symbols for 'C:\WINDOWS\system32\MFCO42D.DLL' Loaded 'C:\WINDOWS\system32\mfc42loc.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\advapi32.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\rpcrt4.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\comctl32.dll', no matching symbolic information found. The thread 0x304 has exited with code 0 (0x0). The program '...\becheur.exe' has exited with code 0 (0x0).:
J'utilise Visual C++ 6.0 fraichement install�.
Partager