Prev: MATLAB GUI: Button Properties
Next: Warning: Integer operands are required for colon operator when used
From: jtdono on 6 Dec 2007 10:16 Hi, I am using Matlab 2007b on Mac OS X to create an application that I want to deploy on Windows. I have compiled the matlab components using java builder but I need MCRInstaller.exe to install on the target machine. Does anyone know where I can get this? Many thanks John
From: Diego Barragán Guerrero on 6 Dec 2007 12:26 look at: <matlabroot>\toolbox\compiler\deploy\win32\MCRInstaller.exe Diego
From: jtdono on 6 Dec 2007 18:12 Thanks Deigo, However I am running Matlab for UNIX/MAC, and the MRCInstaller.exe doesn't seem to be supplied with this version. Cheers John On Dec 6, 5:26 pm, "Diego Barragán Guerrero" <diegokillem...(a)yahoo.com> wrote: > look at: > > <matlabroot>\toolbox\compiler\deploy\win32\MCRInstaller.exe > > Diego
From: Bruno Luong on 7 Dec 2007 02:22
jtdono <jtdono(a)googlemail.com> wrote in message <2197b82d-22df-498e-b859-77b74d2c5c35(a)e25g2000prg.googlegroups.com>... > Thanks Deigo, > > However I am running Matlab for UNIX/MAC, and the MRCInstaller.exe > doesn't seem to be supplied with this version. > You can't take any short cut here : to compile your program for Windows, you need MATLAB for Windows, and MCR for Windows. Bruno |