Open anders9ustafsson opened 7 years ago
Not sure about the NuGet error? My recommendation is that you try to restore all NuGet packages.
The xcopy build error is 4, you may get more information about this error type here.
Not sure if you have entered the directory paths correctly in the xcopy command? I would expect that there should be a backslash between ReleaseMKL and *.dll, and also between Debug and *.
Excerpt from e-mail:
I am trying to test it with visual studio 2015 but I get an error when I am trying to build the cureos.numerics VS solution. I guess that there is a path problem since I did not find where to link the header files coming from the precompiled IPOPT library (from the version Ipopt-3.11.0-Win32-Win64-dll, the one you recommend). The only thing I did until now was to copy the dll in files
C:...\Ipopt-3.11.0-Win32-Win64-dll\lib\x64\ReleaseMKL\
to
C:...\csipopt-master\csipopt-master\Cureos.Numerics
The error message I get when trying to build the project is
Could you help me to solve this error?