windows - Oracle OCI.dll statically links to MSVCR100.dll - will it work with Visual Studio 2015? -


our (native) c++ app accesses oracle database through oci. (not occi)

we're compiling on vs2010. want migrate our code base vs2015, , while seems implied oci should work there, noticed 12c version of oci.dll statically links msvcr100.dll, dynamic crt lib of visual studio 2010.

should expect oci 12c (instant client) access work through native c++ app compiled vs2015 toolset? (or visual-c++ version newer 2010, really.)

our app use msvcr* libs of 2015, , oci.dll continue ose msvcr100, not problem in principle.


disclaimer: personally, i'd say: hell yes, sure should work, can't find official support statement (probably temporary search blindness), and i'm not fluent full oci api i'm not sure whether there corner cases invalid stuff passed.


Comments

Popular posts from this blog

javascript - Why Selenium can't find an element that is graphically visible -

java - How to compare two classes -

mysql - Gateway Timeout Error on Insert 70000 record using Hibernate in Java -