|
|
От: |
Юра
|
|
| Дата: | 15.11.17 12:54 | ||
| Оценка: | |||
U>Choose the C++ Runtime Library to link to. In the Property Pages dialog, open C++, Code Generation in the tree view, and then select the right option for Runtime Library following these rules:
U>For the Community version of Connector/C++:
U>For version 1.1.8 and before: Link to the static version of the C++ runtime by selecting the /MT compiler option.
U>For version 1.1.9 and later: Link to the dynamic version of the C++ runtime by selecting the /MD compiler option. Also, target hosts running the client application need to have the Visual C++ Redistributable for Visual Studio 2013 installed.
U>For the Commercial version of Connector/C++: Link to the static version of the C++ runtime by selecting the/MT compiler option.
U>Do NOT use the /MTd or /MDd option if you are using the Oracle-built Connector/C++; see the discussion here for an explanation.