Originally posted by: mezbaha
Hello, I'm receiving the following errors:
Error LNK2001 unresolved external symbol "public: __cdecl Epsilon::~Epsilon(void)" (??1Epsilon@@QEAA@XZ)
Error LNK2001 unresolved external symbol "public: __cdecl Epsilon::Epsilon(int)" (??0Epsilon@@QEAA@H@Z)
Error LNK2001 unresolved external symbol "public: void __cdecl Epsilon::mainLoop(char *)" (?mainLoop@Epsilon@@QEAAXPEAD@Z)
Error LNK1120 3 unresolved externals (this is apparently due to the previous errors)
Any suggestions how to overcome these? I'd greatly appreciate your help.
I'm using cplex 12.8 with visual studio 2017 in win64.
There is actually a similar topic already posted (https://www.ibm.com/developerworks/community/forums/html/threadTopic?id=1b3a5c34-4b6d-4161-ad90-d051afdd9ad2) but my Platform under Configuration Manager is already x64, so that did not help unfortunately.
Thanks.
#CPLEXOptimizers#DecisionOptimization