On 13 May 2015 at 14:03, Ralph Scherer <shearer.r...@gmail.com> wrote:
> Dear list members,
>
> after switching from soci 3.2.2 to 3.2.3 I get the follwing linking
> error message.
>
> error LNK2001: unresolved external symbol "public: class
> soci::details::once_temp_type & __thiscall
> soci::details::once_temp_type::operator,(class
> soci::details::type_ptr<class soci::details::use_type_base> const &)"
> (??Qonce_temp_type@details@soci@@QAEAAV012@ABV?$type_ptr@Vuse_type_base@details@soci@@@12@@Z)

I've just made quick test, successfully built SOCI (+empty+ODBC backends)
from the current release/3.2 branch using Visual Studio 2013.

The release/3.2 branch has received a few fixes comparing to the released 3.2.
Could you try to build from the branch?

git clone https://github.com/SOCI/soci.git
git checkout release/3.2

then build as you usually do.
You will need to clean the previous CMake cache and generated files,
basically wipe out everything from your build directory.

If it's still failing, I'll need more details:
- exact CMake command + options you are using
- VS version

Best regards,
-- 
Mateusz  Loskot, http://mateusz.loskot.net

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
soci-users mailing list
soci-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to