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
|