Originally posted by: mlapp007
Hello everyone,
I have a problem that hopefully someone has run into before. I am writing C++ code that uses the CPLEX solver to solve some optimization problems. This code was written in C++ in Visual Studio 2008. In this environment, the code compiled, built and executed without any problems.
I just recently upgraded to Visual Studio 2010 and tried to build the project. I have not changed any settings, but I get the following build errors below. Does anyone know how to deal with these errors or perhaps change some settings in Visual Studio 2010 to make it build? Any help is appreciated.
Marcial
More errors are in the text file attached.
1>------ Build started: Project: Tail Manager, Configuration: Release Win32
1>concert.lib(ilotuplerequest.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl
std::locale::facet::facet_Register(class std::locale::facet *)" (?facet_Register@facet@locale@std@@CAXPAV123@@Z)
#CPLEXOptimizers#DecisionOptimization