[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[xmlblaster] c++ client lib on windows
hi,all
i am a newbie to xmlblaster.
i want to install xmlblaster on windows.
and the server runs ok.
then i want to use c++ client.
i modify the build.properties file to:
build.compiler=modern
COMPILE_SOCKET_PLUGIN=1
XMLBLASTER_PERSISTENT_QUEUE=1
sqlite.include.dir=D:/xmlBlaster/include (i put sqlite.h here)
sqlite.lib.dir=D:/xmlBlaster/lib (i put sqlite.dll here)
use-msvc = 1
then i start to build the client lib:
build cpp
i get the error:
link error to symbol _sqlite_freemem,_sqlite_open,............_sqlite_close (total 13)
i look up the mailing list,but not find the answer.
can anybody help me?
thanks a lot.
chiesa