От: | Юра | ||
Дата: | 13.11.17 14:41 | ||
Оценка: |
LNK4098 defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library SecondTry D:\dev_projects\VCPP\SecondTry\SecondTry\LINK 1
LNK4049 locally defined symbol ??0exception@std@@QEAA@AEBV01@@Z (public: __cdecl std::exception::exception(class std::exception const &)) imported SecondTry D:\dev_projects\VCPP\SecondTry\SecondTry\mysqlcppconn-static.lib(mysql_resultset_metadata.obj) 1
От: | MasterZiv | ||
Дата: | 13.11.17 16:04 | ||
Оценка: |
Юра>LNK4098 defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library SecondTry D:\dev_projects\VCPP\SecondTry\SecondTry\LINK 1
От: | Юра | ||
Дата: | 14.11.17 07:00 | ||
Оценка: |
Юра>>LNK4098 defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library SecondTry D:\dev_projects\VCPP\SecondTry\SecondTry\LINK 1
От: | uzhas | ||
Дата: | 14.11.17 08:57 | ||
Оценка: |
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:
For the Community version of Connector/C++:
For version 1.1.8 and before: Link to the static version of the C++ runtime by selecting the /MT compiler option.
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.
For the Commercial version of Connector/C++: Link to the static version of the C++ runtime by selecting the/MT compiler option.
Do NOT use the /MTd or /MDd option if you are using the Oracle-built Connector/C++; see the discussion here for an explanation.
От: | Юра | ||
Дата: | 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.
От: | Nikolaz | www.nikeware.com | |
Дата: | 21.11.17 13:32 | ||
Оценка: |