Salut tous le monde,

Je développe un logiciel sous visual 6 et dans le passé j'avais créé une boite de dialogue avec une CList. Aujourd'hui j'ai été contraint de la supprimer et voici ce que me raconte le compilo :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
--------------------Configuration: xxxxxxxxxx - Win32 Debug--------------------
Linking...
LINK : warning LNK4098: defaultlib "LIBCMT" conflicts with use of other libs; use /NODEFAULTLIB:library
ToolTips.obj : error LNK2001: unresolved external symbol "public: __thiscall CMapPtrToPtr::CMapPtrToPtr(long)" (??0CMapPtrToPtr@@QAE@J@Z)
ToolTips2.obj : error LNK2001: unresolved external symbol "public: __thiscall CMapPtrToPtr::CMapPtrToPtr(long)" (??0CMapPtrToPtr@@QAE@J@Z)
BCMenu.obj : error LNK2001: unresolved external symbol "public: long __thiscall CPtrArray::GetUpperBound(void)const " (?GetUpperBound@CPtrArray@@QBEJXZ)
BCMenu.obj : error LNK2001: unresolved external symbol "public: void __thiscall CPtrArray::RemoveAt(long,long)" (?RemoveAt@CPtrArray@@QAEXJJ@Z)
BCMenu.obj : error LNK2001: unresolved external symbol "public: long __thiscall CPtrArray::GetSize(void)const " (?GetSize@CPtrArray@@QBEJXZ)
BCMenu.obj : error LNK2001: unresolved external symbol "public: void * __thiscall CPtrArray::GetAt(long)const " (?GetAt@CPtrArray@@QBEPAXJ@Z)
BCMenu.obj : error LNK2001: unresolved external symbol "public: long __thiscall CPtrArray::Add(void *)" (?Add@CPtrArray@@QAEJPAX@Z)
BCMenu.obj : error LNK2001: unresolved external symbol "public: long __thiscall CPtrArray::Append(class CPtrArray const &)" (?Append@CPtrArray@@QAEJABV1@@Z)
BCMenu.obj : error LNK2001: unresolved external symbol "public: void __thiscall CPtrArray::InsertAt(long,void *,long)" (?InsertAt@CPtrArray@@QAEXJPAXJ@Z)
BCMenu.obj : error LNK2001: unresolved external symbol "public: void * & __thiscall CPtrArray::operator[](long)" (??ACPtrArray@@QAEAAPAXJ@Z)
C:\Programmation\BINAIRES\FR\HDD\3DShop_V3dbg_CM.exe : fatal error LNK1120: 9 unresolved externals
Error executing link.exe.
 
xxxxxxxxxxxx.exe - 11 error(s), 1 warning(s)
Alors je sais pas du tout d'ou cela peut venir, autant ça n'a meme aucun rapport...

Si vous avez des idées je les accepterai volontier ^^ Merci !