Bonjour,

J'usqu'a maintenant tout allais bien, mais d'un coup, mon projet ne se compile plus ...

On vois bien ici qu'il ne compile que catalogue.cpp et qu'il passe tout de suite a l'édition des liens ...

Quelqu'un a une idée de ce que j'ai touché ???

Merci

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
19
20
21
22
23
24
25
26
27
------ Début de la génération : Projet : valtat, Configuration : Release Win32 ------
 
Moc'ing tabsearchventeauxencheres.h...
Moc'ing tabventeauxencheres.h...
Moc'ing tabsearchoeuvre.h...
Moc'ing tabcatalogue.h...
Moc'ing qoeuvre.h...
Moc'ing qcatalogue.h...
Moc'ing fsearch.h...
Moc'ing fmainframe.h...
Compilation...
catalogue.cpp
Compilation des ressources en cours...
Édition des liens en cours...
obj.obj : error LNK2019: symbole externe non résolu "public: static void __cdecl FMainFrame::WriteToConsole(class QString)" (?WriteToConsole@FMainFrame@@SAXVQString@@@Z) référencé dans la fonction "public: bool __thiscall Catalogue::InsertIntoDataBase(void)" (?InsertIntoDataBase@Catalogue@@QAE_NXZ)
obj.obj : error LNK2019: symbole externe non résolu "public: static class QSqlDatabase * __cdecl FMainFrame::GetDataBase(void)" (?GetDataBase@FMainFrame@@SAPAVQSqlDatabase@@XZ) référencé dans la fonction "public: bool __thiscall Catalogue::InsertIntoDataBase(void)" (?InsertIntoDataBase@Catalogue@@QAE_NXZ)
obj.obj : error LNK2019: symbole externe non résolu "public: static class QString __cdecl Outils::ToSQLString(class QString const &)" (?ToSQLString@Outils@@SA?AVQString@@ABV2@@Z) référencé dans la fonction "public: bool __thiscall Catalogue::InsertIntoDataBase(void)" (?InsertIntoDataBase@Catalogue@@QAE_NXZ)
qtmain.lib(qtmain_win.obj) : error LNK2019: symbole externe non résolu _main référencé dans la fonction _WinMain@16
.\valtat.exe : fatal error LNK1120: 4 externes non résolus
 
Le journal de génération a été enregistré à l'emplacement "file://d:\Travail\c++\valtat\Release\BuildLog.htm"
valtat - 5 erreur(s), 0 avertissement(s)
 
 
---------------------- Terminé ----------------------
 
    Génération : 2 a réussi, 1 a échoué, 0 a été ignoré