Bonjour,
d'abord merci de prendre le temps de lire mon problème :
J'ai un gros pb, je travaille sur une xll developpée par une autre personne (inaccessible) en VisualC++ 6,
je l'ouvre en Visual C++ .NET 2005, j'ai corrigé les quelques bugs (genre for(int i) au lieu de for(i=0))
mais j'ai des problèmes au link.
Cette solution comporte 3 projets differents, et j'ai le même bug en compilant avec Visual C++ 6.
Ce genre de pb n'etant pas de ma competance
(j'ai souvent remarqué que ce genre de pb, soit on sait soit on sait pas ...)
Voilà j'espere que vous pourrez m'aider merci :)
Generating Code...
Linking...
excel.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
Creating library .\Debug/PairsTrading.lib and object .\Debug/PairsTrading.exp
LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
SAMsR.lib(SAMDate.obj) : error LNK2001: unresolved external symbol "__declspec(dllimport)
class std::basic_ostream > & __cdecl
std::operator<<(class std::basic_ostream > &,char const *)" (__imp_??6std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z)
SAMsR.lib(TextTransfer.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) class std::basic_ostream > & __cdecl std::operator<<(class std::basic_ostream > &,char const *)" (__imp_??6std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z) referenced in function "void __cdecl TraitementGlobalFromFichierTexte(class std::basic_string,class std::allocator > &,class std::vector,class std::allocator > *,class std::allocator,class std::allocator > *> >,class std::allocator,class std::allocator > *,class std::allocator,class std::allocator > *> > > > &,class SAMMatrix &)" (?TraitementGlobalFromFichierTexte@@YAXAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAV?$vector@V?$vector@PAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@PAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@V?$allocator@V?$vector@PAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@PAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@@2@@2@AAVSAMMatrix@@@Z)
SAMsR.lib(Transfer.obj) : error LNK2001: unresolved external symbol "__declspec(dllimport) class std::basic_ostream > & __cdecl std::operator<<(class std::basic_ostream > &,char const *)" (__imp_??6std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z)
SAMsR.lib(SAMVECTORROW.OBJ) : error LNK2001: unresolved external symbol "__declspec(dllimport) class std::basic_ostream > & __cdecl std::operator<<(class std::basic_ostream > &,char const *)" (__imp_??6std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z)
SAMsR.lib(SAMVECTOR.OBJ) : error LNK2001: unresolved external symbol "__declspec(dllimport) class std::basic_ostream > & __cdecl std::operator<<(class std::basic_ostream > &,char const *)" (__imp_??6std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z)
|