External header file ilcplex\cpxconst.h causing causing compiler error
问题 I have been sent code for a program built in C that uses a reinforcement learning algorithm. I need to modify it, yet I am having difficulties with compiling the code in the first place. Here are the outputs in CodeBlocks. All errors come from one line of code in a header file, which is part of the IBM CPLEX include directory (include\cplex\cpxconst.h) The line of code in question is as follows. define CPXDEPRECATEDAPI(version) __declspec(dllimport deprecated) error messages are multiple