Replies: 1 comment 1 reply
-
Hi, Mixing runtimes can be an issue when you're linking against them dynamically and/or when a memory block is allocated by one runtime and deallocated in another runtime.
Thus, it is safe :) Best regards, Vincent |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I want to use ocilib in an old Visual Studio 6 project to migrate from ODBC to OCI, the C part it compiles and runs fine. Is it a good idea to mix runtime?
Beta Was this translation helpful? Give feedback.
All reactions