Re: [Cppcms-users] RES: RES: Run on Windows 7
Brought to you by:
artyom-beilis
|
From: Artyom <art...@ya...> - 2011-03-23 20:08:40
|
> Now work, but I need Chang name of zlib? (this zlibwapi.lib to zlib.lib)
> This ok?
There is ABI difference between wapi and normal zlib,
there are instructions on how to build it (I think there
is an nmake file or something like that)
I'd recommend to use it and this is how I build zlib.
wapi is different as it provides different calling conversion.
It may work but not sure about it.
> Linking CXX shared library booster-d.dll
> Creating library booster-d.lib and object booster-d.exp
> pcre_regex.cpp.obj : error LNK2019: unresolved external symbol
> __imp__pcre_fulli
It seems like you link with static library instead of import
library of the DLL?
How did you build pcre? What parameters? How did you installed it?
What is content of pcre build?
C:\pcre-8.12
Artyom
|