Bonjour

Je suis debutant en C++, et ja travaille en C++ depuis 2 semaine sous microsoft visual 6.0 C++. J'ai rencontré un pb , et j'aimerai que vous eclaircissiez cela.
Lorsque je compile mon proejt il n'y a pas des truc alarmant et tout se passe bien. dés que j'essaie d'executer , j'obtiens 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:OMElement * __thiscall saml::SAMLAction::buildRoot(class xercesc_2_7:OMDocument *,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:OMElement *)"
(?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:OMNode * __thiscall saml::SAMLAction::toDOM(class xercesc_2_7:OMDocument *,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.


Eet pourtant , j'ai ajouter dans le LINK tous les librairie dans il avait besoin et je vais les includes necessaire.

Quelqu'un pourrait m'aider SVP ?
MERCI