Originally posted by: SystemAdmin
[prubin said:]
[quote author=osta link=topic=623.msg1898#msg1898 date=1224226499]
I am a beginner with Cplex under C++ and I have tried a sample program with concert technology.
Although the compiling process went well, I cannot run my pogram because of the following error message "unresolved external symbol".
Anyone help me?
Not without knowing more. IIRC, the message indicates that the linker could not find something (likely a function/method) referenced somewhere in the code. What symbol is unresolved?
#CPLEXOptimizers#DecisionOptimization