Dev-Cpp ist just an IDE with comes with mingw GCC, (or cygwin GCC) and so of cource you can compile the things.
A minor problem may be to get the makefile to the project, but you always can compile with "make" on the commandline.
Patrick
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
anyone having experience compiling Matlab mex files under Dev-C++ ?
It is possible with Mingw, see gnumex:
http://www.mrc-cbu.cam.ac.uk/Imaging/gnumex20.html
Thanks for all info.
Bardo
Dev-Cpp ist just an IDE with comes with mingw GCC, (or cygwin GCC) and so of cource you can compile the things.
A minor problem may be to get the makefile to the project, but you always can compile with "make" on the commandline.
Patrick
Are you generating your C++ code through auto-coding?
(I'm asking because I am a relative newbie in Matlab)
Wayne