Hi all,

Considering usage of SOCI I made some simple tests and the following line does 
not work under Visual Studio 2010 version with PostgreSQL backend:

soci::session sql(soci::postgresql, "string");

There are linker errors. The dynamically loadable backend version:

soci::session sql(*soci::factory_postgresql(), "string");

works well. Both versions works under Ubuntu. I suspect errors in export 
symbols, but maybe I did not notice some settings. Do You have some experience 
with this case?

Best regards,
Robert

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Soci-users mailing list
Soci-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to