Executer Microsoft visual 6.0 c++

Résolu
samatarahmed Messages postés 4 Date d'inscription vendredi 25 mai 2007 Statut Membre Dernière intervention 12 juillet 2007 - 11 juil. 2007 à 13:50
samatarahmed Messages postés 4 Date d'inscription vendredi 25 mai 2007 Statut Membre Dernière intervention 12 juillet 2007 - 12 juil. 2007 à 09:57
Bonjour
j'ai debute en c++ , je suis sur projet depuuis  2 semaines.
Lorsque je compile , c bon , il n'y a pas d'erreur.
par contre , lorsque je lance l'execution , il m'affiche ceci.
Linking...
envoi_tcp.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall saml::SAMLAction::ownStrings(void)" (?ownStrings@SAMLAction@saml@@MAEXXZ)
envoi_tcp.obj : error LNK2001: unresolved external symbol "protected: virtual class xercesc_2_7::DOMElement * __thiscall saml::SAMLAction::buildRoot(class xercesc_2_7::DOMDocument *,bool)const " (?buildRoot@SAMLAction@saml@@MBEPAVDOMElement@xercesc_
2_7@@PAVDOMDocument@4@_N@Z)
envoi_tcp.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall saml::SAMLAction::fromDOM(class xercesc_2_7::DOMElement *)" (?fromDOM@SAMLAction@saml@@MAEXPAVDOMElement@xercesc_2_7@@@Z)
envoi_tcp.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall saml::SAMLObject::setDirty(void)" (?setDirty@SAMLObject@saml@@MAEXXZ)
envoi_tcp.obj : error LNK2001: unresolved external symbol "public: virtual class saml::SAMLObject * __thiscall saml::SAMLAction::clone(void)const " (?clone@SAMLAction@saml@@UBEPAVSAMLObject@2@XZ)
envoi_tcp.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall saml::SAMLAction::checkValidity(void)const " (?checkValidity@SAMLAction@saml@@UBEXXZ)
envoi_tcp.obj : error LNK2001: unresolved external symbol "public: virtual class xercesc_2_7::DOMNode * __thiscall saml::SAMLAction::toDOM(class xercesc_2_7::DOMDocument *,bool)const " (?toDOM@SAMLAction@saml@@UBEPAVDOMNode@xercesc_2_7@@PAVDOMDocume
nt@4@_N@Z)
envoi_tcp.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall saml::SAMLAction::SAMLAction(unsigned short const *,unsigned short const *)" (__imp_??0SAMLAction@saml@@QAE@PBG0@Z)
envoi_tcp.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static unsigned short const * const saml::SAMLAction::SAML_ACTION_NAMESPACE_RWEDC_NEG" (__imp_?SAML_ACTION_NAMESPACE_RWEDC_NEG@SAMLAction@saml@@2QBGB)
envoi_tcp.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall saml::SAMLAction::~SAMLAction(void)" (__imp_??1SAMLAction@saml@@UAE@XZ)
Debug/envoi_tcp.exe : fatal error LNK1120: 10 unresolved externals
Error executing link.exe.

Et pourtant, j'ai ajouter dans le le LINK toutes les librairie dans il avaiat besoin ,et
j'ai mis pareil les includes.

Quelqu'uns pourrait m'aider SVP?

Merci

2 réponses

BruNews Messages postés 21040 Date d'inscription jeudi 23 janvier 2003 Statut Modérateur Dernière intervention 21 août 2019
11 juil. 2007 à 21:55
Manque le .lib au linker.

ciao...
BruNews, MVP VC++
3
samatarahmed Messages postés 4 Date d'inscription vendredi 25 mai 2007 Statut Membre Dernière intervention 12 juillet 2007
12 juil. 2007 à 09:57
A chaque fois que je resouds un problème, il y a un autre qui arrive .
J'ai ajouté toutes les librairie, du coup la compilation passe bien, l'execution
aussi. Mais par contre il  n' y a pas de resultat . Il affiche ceci :
Linking...
envoi_tcp.exe - 0 error(s), 0 warning(s)

sur une autre fenetre ceci:
Cannot initialize the debuggin subsystem
0
Rejoignez-nous