Is it possible to embed Octave in a C++ program compiled with Visual Studio 2017?
(Something like How to embed the GNU Octave in C/C++ program?)
Octave Windows binaries are compiled with MinGW, so its libraries can't be linked with Visual Studio linker.