[Log4cplus-devel] log4cplus under VC++ 2010 Express
Logging Framework for C++
Brought to you by:
wilx
From: Harald P. <har...@do...> - 2010-04-26 08:43:06
|
Hallo! I try to build log4cplus (1.1/trunk) with ms vc++ 2010 Express. There are a view bitfalls in this case. So i like to share my experiance: converting the msvc8 projects fails The 2010 Express doesn't provide x64 so I opened the project files in an editor and removed all X64 Configurations building the dll is successfull a simple test-Project with linked against the dll brings link error 2019 the reason therefor: importing the project the char-set ist multibyte - the default charset in a new project is unicode by changing the charset every thing work I hope some of you can save time with this informations. best regards Harry |