On Mon, Jan 18, 2010 at 9:28 PM, Klaus Darilion <klaus.mailinglists at pernau.at> wrote: > > 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. > FYI we made this chance to depend on UNICODE macro on #989 for release 1.5. -Benny