Re: [Cppcms-users] localization problem
Brought to you by:
artyom-beilis
From: Artyom B. <art...@ya...> - 2012-03-26 12:17:08
|
> > >Now I have inclusion in main project and skin: >Z:\libraries\cppcms\cppcms-1.0.0\build\lib\cppcms-d.lib >Z:\libraries\cppcms\cppcms-1.0.0\build\lib\booster-d.lib >Z:\libraries\cppcms\cppcms-1.0.0\build\lib\libbooster-d.lib > You can't use both booster.lib and libbooster.lib - that is why you get the problem. Fix it. > >Without libbooster-d.lib I can't build nor main project nor skin with error about locale: >1>test_skin.obj : error LNK2001: unresolved external symbol "public: static class std::locale::id booster::locale::base_message_format<char>::id" (?id@?$base_message_format@D@locale@booster@@2V02std@@A) >1>Z:\projects\test\Debug\test_skin.dll : fatal error LNK1120: 1 unresolved externals > Add DLL_EXPORT define to the project (both main program and the DLL) Artyom |