Reply by andey April 2, 20032003-04-02
Dear all:

I want to call my Borland C++ program from Matlab. Actively My C++
program is a huge project file which includes a lot of class
definitions and calls a lot of class functions. Now I need call it
from Matlab so I modified this project file to one *.cpp file which
still calls above class functions. I wonder if I can run this program
after it is compiled into *.dll file by Mex.

Could someone tell me how to debug this *.dll file under Borland C++
Builder?

Thanks a lot

Andey