Originally posted by: rakdialkdiiakjdieae
Thank you in advance. I just installed ILOG CPLEX 12.5.1 and tried to compile an example under Visual C++ 2010. I got the following mistake during compiling the project:
1>------ Build started: Project: test, Configuration: Release Win32 ------
1>test.obj : error LNK2001: unresolved external symbol __imp__CPXopenCPLEX@4
1>test.obj : error LNK2001: unresolved external symbol __imp__CPXcloseCPLEX@4
1>test.obj : error LNK2001: unresolved external symbol __imp__CPXgetx@20
Could anyone please give me any hint on the mistake?
#CPLEXOptimizers#DecisionOptimization