On 8 March 2013 14:47, Ulrich Heinicke <[email protected]> wrote: > Thanks, > > now the projects for oracle are there. But I get some compiler error when > building soct_oracle with Visual Studio 2008: > > 3>vector-into-type.cpp > 3>..\..\..\backends\oracle\vector-into-type.cpp(245) : error C3861: > 'strtoull': identifier not found > 3>standard-use-type.cpp > 3>..\..\..\backends\oracle\standard-use-type.cpp(387) : error C3861: > 'strtoull': identifier not found > 3>standard-into-type.cpp > 3>..\..\..\backends\oracle\standard-into-type.cpp(200) : error C3861: > 'strtoull': identifier not found
This was reported as bug and fixed for 3.2.0 https://github.com/SOCI/soci/issues/27 > Then I try the version 3.2.0, but there I get the following linker errors: > > 3> Creating library > C:\Projekte\soci-3.2.0\src\build\lib\Release\soci_oracle_3_2.lib and object > C:\Projekte\soci-3.2.0\src\build\lib\Release\soci_oracle_3_2.exp > 3>blob.obj : error LNK2019: unresolved external symbol _OCIDescriptorAlloc > referenced in function "public: __thiscall > soci::oracle_blob_backend::oracle_blob_backend(struct > soci::oracle_session_backend &)" > (??0oracle_blob_backend@soci@@QAE@AAUoracle_session_backend@1@@Z) > [...] I sense 64-bit and 32-bit mix of build vs Oracle libraries. I build and test SOCI with Oracle support onWindows almost daily, but build is 32-bit and I use 32-bit InstanClient. Also, Linux continuous builds we do are based on 32-bit and use Oracle 10g https://travis-ci.org/SOCI/soci If you use 64-bit, I guess there is a problem and I will have to address it ASAP. You may want to open bug report https://github.com/SOCI/soci/issues Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ------------------------------------------------------------------------------ Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint security space. For insight on selecting the right partner to tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev _______________________________________________ soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
