Prev: Can I compile C-mex files in Matlab v7.1 with Visual Studio v9?
Next: Authentic cheap paciotti 4us shoes dsquared boots crystal rock clothing dolce gabbana shoes dsquared shoes
From: mohammed ajmeer on 28 Dec 2009 05:32 i have developed a program based on gui application but nw i need to convert it as an executable file please help me if anyone knows
From: ImageAnalyst on 28 Dec 2009 11:30 On Dec 28, 5:32 am, "mohammed ajmeer" <ajmeer...(a)yahoo.com> wrote: > i have developed a program based on gui application but nw i need to convert it as an executable file please help me if anyone knows ------------------------------------------------------------------------------------------------------------------ Do you have the compiler toolbox? http://www.mathworks.com/access/helpdesk/help/toolbox/compiler/index.html?/access/helpdesk/help/toolbox/compiler/br2jauc-1.html If so, just type "mcc -m myapp.m" to make the exe. Then bundle it with all the rest of the files you need to distribute, one of which is msrinstaller.exe, and ship it.
From: Lancez on 29 Dec 2009 10:01 Use MRCinstaller to create
From: ImageAnalyst on 29 Dec 2009 10:23
On Dec 29, 10:01 am, "Lancez " <kingston.2...(a)yahoo.com> wrote: > Use MRCinstaller to create ---------------------------- That is the installer that installs the MATLAB run-time library for the end user. It does not create a compiled m-file. To compile the m- file you need the compiler product like I said. Then he bundles his executable with all the rest of the files he needs to distribute, one of which is MCRInstaller.exe, and ship it. I use the Wise Installer product, but you can use InstallShield, the Mathworks DeployTool, or any number of other installer-builder packages. Files to distribute would include the executable, MCRInstaller.exe, and any ancillary files such as splash images, documentation, mat files used for initialization or configuration, sample data files, Excel templates, etc. |