Path: news.mathworks.com!not-for-mail
From: "Ashish Uthama" <ashishu@ece.ubc.ca>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Help integrating Matlab and Visual C++
Date: Mon, 23 Jun 2008 18:53:31 -0400
Organization: TMW
Lines: 36
Message-ID: <op.uc74jhe3xwvkfj@uthamaa.dhcp.mathworks.com>
References: <g3nt39$acc$1@fred.mathworks.com>
NNTP-Posting-Host: uthamaa.dhcp.mathworks.com
Mime-Version: 1.0
Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15
Content-Transfer-Encoding: 7bit
X-Trace: fred.mathworks.com 1214261611 2780 144.212.206.107 (23 Jun 2008 22:53:31 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 23 Jun 2008 22:53:31 +0000 (UTC)
User-Agent: Opera Mail/9.50 (Win32)
Xref: news.mathworks.com comp.soft-sys.matlab:475535



If you were looking to compile C++ code along with "MATLAB code" (Which is  
why I presume you are looking for matlab.hpp), this is no longer possible  
since R14SP3 (IIRC).

You either create a DLL using MATLAB compiler and then use it in your code  
or consider using the COM interface to the MATLAB Engine:


Please find more details online at:
     http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f15075.html
Or please paste this in the MATLAB command window:
     web([docroot,'/techdoc/matlab_external/f15075.html'])


Or maybe you could tell us exactly how you planned to "use it from Visual  
C++ 2008".



On Mon, 23 Jun 2008 06:15:05 -0400, Tiago da Silva <besbatti@gmail.com>  
wrote:

> Hi there,
>
> I just got Matlab r2008a from my University here in Japan,
> and I hoped to use it from Visual C++ 2008.
>
> The problem is, when I finished installing it, I could not
> find "matlab.hpp", even though I have performed a full instal...
>
> What am I doing wrong?
>
> Thx in advance,
>
> Tiago