Subj : Borland 5.02 and matlab generated c++ files To : borland.public.cpp.borlandcpp From : Anne Date : Wed Mar 10 2004 01:43 pm Hi! I'm trying to make a very simple Borland 5.0.2 C++ project with a main- file calling a file generated with mcc matlab 6.5.1 to C++ compiler. Matlab's example project for Borland (Borland52.ide) works ok. To this basis I added calls to mcc-generated c++-file and it compiles and links, but when running, program terminates with an application error. Using Matlab's mbuild works well and I can make a working executable that way, so the problem seems to be in the Borland-project. I've noticed some functions in matlab-files are declared inline and turning off the excessive warning-messages stop these complaints, but could it be a cause for the crash? Any suggestions? I have a blackout... Thanks, Anne .