Correcting an error in my first mail.
here is the proper link error message I get in the end :

Linking...
   Creating library .\Debug/Tai.lib and object .\Debug/Tai.exp
OpenSavePicture.lib(CryptoTest.obj) : error LNK2001: unresolved external
symbol "bool (__cdecl* CryptoPP::AssignIntToInteger)(class type_info const
&,void *,void const *)"
([EMAIL PROTECTED]@@3P6A_NABVtype_info@@[EMAIL PROTECTED])
.\Debug/Tai.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

Forget about the previous one...

-----Message d'origine-----
De: MALLET Cedric - GNV 
Date: mardi 17 juin 2003 17:19
�: '[EMAIL PROTECTED]'
Objet: Link error

This new project compiles well into a lib. But when I compile the main one
(with an include to a .h describing this function), I get this link error
message :

Linking...
   Creating library .\Debug/Tai.lib and object .\Debug/Tai.exp
cipher.obj : error LNK2001: unresolved external symbol "int __cdecl
TestCrypto(void)" (?TestCrypto@@YAHXZ)
.\Debug/Tai.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.



-- 
C�dric Mallet 

Reply via email to