|
|
|
|
Bonjour,
j'ai un projet programmé sur visual C++ 6.0
lors de l'exécution il me parait les erreurs suivantes:
error LNK2001: unresolved external symbol "public: int __thiscall CBillValidator::Poll(int *,struct CCTALK_BILLEVENT * const)" (?Poll@CBillValidator@@QAEHPAHQAUCCTALK_BILLEVENT@@@Z)
fatal error LNK1120: 13 unresolved externals
j'ai ajouter la bibliothèque "msvcmrt.lib"
les meme fautes restent et me parait de plus un warning :LINK : warning LNK4098: defaultlib "msvcrtd.lib" conflicts with use of other libs; use /NODEFAULTLIB:library
Configuration: Windows XP Firefox 2.0.0.16
Il ne trouve pas la librairie (dll) qui contient l'implémentation de la classe CBillValidator.
|