I need to create a C program that can interact with MatLab. I have included in my C project (made with Dev-C++) the requested header files (like engine.h, matrix.h...) and I have included the MatLab libraries (libeng.lib,libmex.lib...) in the linker options.
When I run the program, it tells me...