On 14 October 2016 at 10:12, Mateusz Loskot <[email protected]> wrote: > On 13 October 2016 at 18:55, Erasmo Aguilera <[email protected]> wrote: >> Hi guys, >> >> I recently tried to use the postgresql_soci_error::sqlstate() function in my >> code, but I got unresolved external symbol errors. I checked the code and >> noticed that the class didn’t have the SOCI_POSTGRESQL_DECL macro in its >> declaration, which is why it wasn’t exported in the DLL. I checked for other >> backends like Oracle, and the class had it.. > > This looks like an overlook. > Similar _DECL is missing from mysql_soci_error class definition. > > I'll try to fix it in the master branch soon.
https://github.com/SOCI/soci/pull/510 Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
