Hi All

I'm trying to compile my first C++ app using log4cxx and I got the
following errors (using VC++ 6)

inking...
MyPrueba.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) 
public: void __thiscall log4cxx::Logger::forcedLog(class 
log4cxx::helpers::ObjectPtrT<class log4cxx::Level> const &,class 
std::basic_string<char,struct std::char_traits<
char>,class std::allocator<char> > const &,char const *,int)" ([EMAIL 
PROTECTED]@log4cxx@@[EMAIL PROTECTED]@log4cxx@@@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@2@@std@@[EMAIL PROTECTED])
MyPrueba.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) 
public: static void __cdecl log4cxx::PropertyConfigurator::configure(class 
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> 
> const &)" (_
[EMAIL PROTECTED]@log4cxx@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL 
PROTECTED]@2@@std@@@Z)
Debug/prueba.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.

prueba.exe - 3 error(s), 0 warning(s)


How could I fix it ?


Also, how could I know wich libs/files should I deploy with my exe
app ?

Thanks in advance

J




-- 
Javier

Reply via email to