From: Václav Z. <vha...@gm...> - 2014-12-11 13:11:34
|
On 3 December 2014 at 12:50, Francesco Garelli wrote: > Hi, > > I am wondering if somebody could help me resolve this problem. > I am working on a QT application running on windows built using QT 5 and GCC > 4.8.2, > I configured log4cplus to create a static lib built using gcc but i have > difficulty using it > on the Windows build. > When i try to build the project I get a lot of unresolved externals like if > the library has not been > used at all. > Since you say you are linking with log4cplus, I think it might be UNICODE versus non-UNICODE build issues. Can you give us an example of what symbols seem to be missing? -- VZ |