Hi,
I need to use the libraries of a commercial solver NOMAD in my C++ code. I got error LNK2001 error. I have #include "nomad.hpp". In the NOMAD handbook, the following is written.
If you are using Visual C++, your programs will not link with this version of the library and you must compile the library yourself. After NOMAD installation, nomad.hpp and nomad.cpp files are saved. I tried to compile it with a C++ project, it was successfully compiled? I also saved the nomad.hpp to the source code's directory. Still did not work... Can you help me please?