Klaus Darilion schrieb: > > > Klaus Darilion schrieb: >> Hi! >> >> Up to know I built QjSimple with pjproject 1.4 and Eclipse with the Qt >> plugin. >> >> Now I tried to build QjSimple using pjproject 1.5.5 using QtCreator >> (QtSDK 2009.05). Unfortunately it fails in >> pjlib\include\pj\compat\string.h with: >> >> error "Implement Unicode string functions" >> >> >> Were there some important changes from 1.4 to 1.5.5? >> >> If not, then I guess the problem comes with QtCreator. Any hints to >> solve the issue? > > seems like QtCreator starts g++ per default with -DUNICODE ... :-( problems was solved by adding "DEFINES -= UNICODE" to .pro file. Sorry for the false alarm. regards klaus