1 2 3 4 5 6 7 8 9 10 11
| 1>LINK : warning LNK4098: conflit entre la bibliothèque par défaut 'MSVCRT' et les autres bibliothèques ; utilisez /NODEFAULTLIB:library
1>LienTerminal.obj : error LNK2019: symbole externe non résolu "void * __cdecl operator new[](unsigned int,int,char const *,int)" (??_U@YAPAXIHPBDH@Z) référencé dans la fonction "public: unsigned char __thiscall LienTerminal::lectureConfiguration(unsigned char *,unsigned long *,unsigned short *,short)" (?lectureConfiguration@LienTerminal@@QAEEPAEPAKPAGF@Z)
1>CommunicationServeurPCWin.obj : error LNK2001: symbole externe non résolu "void * __cdecl operator new[](unsigned int,int,char const *,int)" (??_U@YAPAXIHPBDH@Z)
1>CommunicationTerminal.obj : error LNK2001: symbole externe non résolu "void * __cdecl operator new[](unsigned int,int,char const *,int)" (??_U@YAPAXIHPBDH@Z)
1>gestionGalssWindows.obj : error LNK2001: symbole externe non résolu "void * __cdecl operator new[](unsigned int,int,char const *,int)" (??_U@YAPAXIHPBDH@Z)
1>Impression_cerfa.obj : error LNK2001: symbole externe non résolu "void * __cdecl operator new[](unsigned int,int,char const *,int)" (??_U@YAPAXIHPBDH@Z)
1>InterfaceSADS.obj : error LNK2001: symbole externe non résolu "void * __cdecl operator new[](unsigned int,int,char const *,int)" (??_U@YAPAXIHPBDH@Z)
1>GestionErreur.obj : error LNK2019: symbole externe non résolu __imp___stat64i32 référencé dans la fonction _GestionLogs
1>gestionGalssWindows.obj : error LNK2019: symbole externe non résolu "void __cdecl operator delete[](void *)" (??_V@YAXPAX@Z) référencé dans la fonction "unsigned char __cdecl isGalssExist(unsigned char *)" (?isGalssExist@@YAEPAE@Z)
1>Impression_cerfa.obj : error LNK2001: symbole externe non résolu "void __cdecl operator delete[](void *)" (??_V@YAXPAX@Z)
1>LienTerminal.obj : error LNK2001: symbole externe non résolu "void __cdecl operator delete[](void *)" (??_V@YAXPAX@Z) |
Partager