<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/163856</link>
    <title>MATLAB Central Newsreader - Problem deploying compiled apps</title>
    <description>Feed for thread: Problem deploying compiled apps</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2008 by The MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>The MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Wed, 20 Feb 2008 07:10:08 -0500</pubDate>
      <title>Re: Problem deploying compiled apps</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/163856#416232</link>
      <author>Vihang Patil</author>
      <description>"Corbin Holland" &amp;lt;cholland.nospam@opticalsciences.com&amp;gt; &lt;br&gt;
wrote in message &amp;lt;fpf7vq$2eg$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt;  Ok that being said let me see if I understand your &lt;br&gt;
response&lt;br&gt;
&amp;gt; Vihang.  Sounds like you installed one app and ran it, &lt;br&gt;
then&lt;br&gt;
&amp;gt; uninstalled the mcr for that app, installed the other mcr&lt;br&gt;
&amp;gt; and then ran its corresponding app.  If so, this is &lt;br&gt;
exactly&lt;br&gt;
&amp;gt; what I experienced.  So what I am trying to determine is &lt;br&gt;
if&lt;br&gt;
&amp;gt; there is a way to avoid the whole uninstall/install&lt;br&gt;
&amp;gt; mcrinstaller thing, and run both apps simultaenously.  I &lt;br&gt;
am&lt;br&gt;
&amp;gt; guessing not but I am still hopeful, thanks again for the&lt;br&gt;
&amp;gt; responses guys :)&lt;br&gt;
&lt;br&gt;
Yes, you can run both the applications on that same &lt;br&gt;
machine, using the two MCR's. But I have tried it on &lt;br&gt;
R14SP2 and R2006b. I dont know whether it will work the &lt;br&gt;
same for your R2006b and R2007a. The best way would be to &lt;br&gt;
install the MCR at your end and see for yourself if it &lt;br&gt;
works. Try and compile some small applications like &lt;br&gt;
magic.m from both the versions and execute it on the MCR &lt;br&gt;
installed computer.&lt;br&gt;
HTH&lt;br&gt;
Vihang&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Tue, 19 Feb 2008 19:41:41 -0500</pubDate>
      <title>Re: Problem deploying compiled apps</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/163856#416150</link>
      <author>jason </author>
      <description>I actually just had this problem and resolved it by &lt;br&gt;
following the instructions in:&lt;br&gt;
Deploying a Standalone Application on a Network Drive&lt;br&gt;
in the matlab help.&lt;br&gt;
you can install multiple compilers and copy them to a &lt;br&gt;
network drive, then create a batch file (runfile.bat) that &lt;br&gt;
adds the path of the compiler that was used to make that &lt;br&gt;
file and then runs the file i.e.:&lt;br&gt;
&lt;br&gt;
set path=&amp;lt;mcr_root&amp;gt;\&amp;lt;ver&amp;gt;\run time\&amp;lt;arch&amp;gt;;%path%&lt;br&gt;
executable_mfile.exe;&lt;br&gt;
&lt;br&gt;
Follow up question though...this works great for most &lt;br&gt;
versions of matlab...however, I recently upgraded to 2007b &lt;br&gt;
and now when I compile, users w/o 2007b, or matlab at all, &lt;br&gt;
get this error:&lt;br&gt;
The application failed to initialize properly (0xc0150002)&lt;br&gt;
&lt;br&gt;
Any ideas?&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Tue, 19 Feb 2008 18:43:06 -0500</pubDate>
      <title>Re: Problem deploying compiled apps</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/163856#416131</link>
      <author>Corbin Holland</author>
      <description>"Vihang Patil" &amp;lt;vihang_patil@yahoo.com&amp;gt; wrote in message&lt;br&gt;
&amp;lt;fp9t0e$dha$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; ImageAnalyst &amp;lt;imageanalyst@mailinator.com&amp;gt; wrote in message&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;lt;e31559f7-9f0d-4211-b161-a3c32e65a4d6@k2g2000hse.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; On Feb 15, 11:19=A0am, "Corbin Holland"&lt;br&gt;
&amp;gt; &amp;gt; &amp;lt;cholland.nos...@opticalsciences.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; We have developed two matlab applications, one using&lt;br&gt;
version&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; 2006b and one using 2007a, both compiled under Windows XP.&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Is it possible to deploy both of the compiled applications&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; on the same machine?&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; We had trouble a while back getting more then one MCR&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; installer to install on the same machine a while back.&lt;br&gt;
=A0It&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; kept throwing some error I can't remember exactly what it&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; was. =A0I am just wondering if there is anything I can&lt;br&gt;
do to&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; make this work or MUST we both be working with the same&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; matlab version?&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=&lt;br&gt;
&amp;gt; &amp;gt; =3D=3D=3D=3D=3D=3D=3D&lt;br&gt;
&amp;gt; &amp;gt; Good question that I don't know the answer to.  But i was&lt;br&gt;
&amp;gt; wondering,&lt;br&gt;
&amp;gt; &amp;gt; why not just compile your older macro in the new compiler&lt;br&gt;
&amp;gt; and avoid&lt;br&gt;
&amp;gt; &amp;gt; the problem altogether?  Will it not work for some reason?&lt;br&gt;
&amp;gt; &amp;gt; Regards,&lt;br&gt;
&amp;gt; &amp;gt; ImageAnalyst&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; For ImageAnalyst&lt;br&gt;
&amp;gt; I guess he is stressing on the word "we" a lot of times and&lt;br&gt;
&amp;gt; in the end he also said "we both". So I believe there are&lt;br&gt;
&amp;gt; actually two programmers working on two different matlab&lt;br&gt;
&amp;gt; versions but probably are deploying their applications on&lt;br&gt;
&amp;gt; the same computer. &lt;br&gt;
&amp;gt; O.P : Correct me if I am wrong. &lt;br&gt;
&amp;gt; But to answer your question, I tried deploying applications&lt;br&gt;
&amp;gt; using R14Sp2 and R2006b on one computer and it worked. But I&lt;br&gt;
&amp;gt; had difficulty having to uninstall the MCRINSTALLER of&lt;br&gt;
&amp;gt; R14SP2 after I had installed the one for R2006b. Not a&lt;br&gt;
&amp;gt; serious problem, but just a note.&lt;br&gt;
&amp;gt; HTH&lt;br&gt;
&amp;gt; Vihang&lt;br&gt;
&lt;br&gt;
Thanks for repsonding guys and you are absolutely correct,&lt;br&gt;
there two programmers both developing on different versions&lt;br&gt;
of matlab.  Porting the 2006b application up to 2007a is not&lt;br&gt;
an option right now (for various reasons I can't get in to),&lt;br&gt;
and yes we are trying to run both compiled apps on the same&lt;br&gt;
machine. &lt;br&gt;
&amp;nbsp;Ok that being said let me see if I understand your response&lt;br&gt;
Vihang.  Sounds like you installed one app and ran it, then&lt;br&gt;
uninstalled the mcr for that app, installed the other mcr&lt;br&gt;
and then ran its corresponding app.  If so, this is exactly&lt;br&gt;
what I experienced.  So what I am trying to determine is if&lt;br&gt;
there is a way to avoid the whole uninstall/install&lt;br&gt;
mcrinstaller thing, and run both apps simultaenously.  I am&lt;br&gt;
guessing not but I am still hopeful, thanks again for the&lt;br&gt;
responses guys :)&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Sun, 17 Feb 2008 18:05:02 -0500</pubDate>
      <title>Re: Problem deploying compiled apps</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/163856#415627</link>
      <author>Vihang Patil</author>
      <description>ImageAnalyst &amp;lt;imageanalyst@mailinator.com&amp;gt; wrote in message&lt;br&gt;
&amp;lt;e31559f7-9f0d-4211-b161-a3c32e65a4d6@k2g2000hse.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; On Feb 15, 11:19=A0am, "Corbin Holland"&lt;br&gt;
&amp;gt; &amp;lt;cholland.nos...@opticalsciences.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; &amp;gt; We have developed two matlab applications, one using version&lt;br&gt;
&amp;gt; &amp;gt; 2006b and one using 2007a, both compiled under Windows XP.&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Is it possible to deploy both of the compiled applications&lt;br&gt;
&amp;gt; &amp;gt; on the same machine?&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; We had trouble a while back getting more then one MCR&lt;br&gt;
&amp;gt; &amp;gt; installer to install on the same machine a while back. =A0It&lt;br&gt;
&amp;gt; &amp;gt; kept throwing some error I can't remember exactly what it&lt;br&gt;
&amp;gt; &amp;gt; was. =A0I am just wondering if there is anything I can do to&lt;br&gt;
&amp;gt; &amp;gt; make this work or MUST we both be working with the same&lt;br&gt;
&amp;gt; &amp;gt; matlab version?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt;&lt;br&gt;
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=&lt;br&gt;
&amp;gt; =3D=3D=3D=3D=3D=3D=3D&lt;br&gt;
&amp;gt; Good question that I don't know the answer to.  But i was&lt;br&gt;
wondering,&lt;br&gt;
&amp;gt; why not just compile your older macro in the new compiler&lt;br&gt;
and avoid&lt;br&gt;
&amp;gt; the problem altogether?  Will it not work for some reason?&lt;br&gt;
&amp;gt; Regards,&lt;br&gt;
&amp;gt; ImageAnalyst&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
For ImageAnalyst&lt;br&gt;
I guess he is stressing on the word "we" a lot of times and&lt;br&gt;
in the end he also said "we both". So I believe there are&lt;br&gt;
actually two programmers working on two different matlab&lt;br&gt;
versions but probably are deploying their applications on&lt;br&gt;
the same computer. &lt;br&gt;
O.P : Correct me if I am wrong. &lt;br&gt;
But to answer your question, I tried deploying applications&lt;br&gt;
using R14Sp2 and R2006b on one computer and it worked. But I&lt;br&gt;
had difficulty having to uninstall the MCRINSTALLER of&lt;br&gt;
R14SP2 after I had installed the one for R2006b. Not a&lt;br&gt;
serious problem, but just a note.&lt;br&gt;
HTH&lt;br&gt;
Vihang&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Sat, 16 Feb 2008 21:35:34 -0500</pubDate>
      <title>Re: Problem deploying compiled apps</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/163856#415534</link>
      <author>ImageAnalyst</author>
      <description>On Feb 15, 11:19=A0am, "Corbin Holland"&lt;br&gt;
&amp;lt;cholland.nos...@opticalsciences.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; We have developed two matlab applications, one using version&lt;br&gt;
&amp;gt; 2006b and one using 2007a, both compiled under Windows XP.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Is it possible to deploy both of the compiled applications&lt;br&gt;
&amp;gt; on the same machine?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; We had trouble a while back getting more then one MCR&lt;br&gt;
&amp;gt; installer to install on the same machine a while back. =A0It&lt;br&gt;
&amp;gt; kept throwing some error I can't remember exactly what it&lt;br&gt;
&amp;gt; was. =A0I am just wondering if there is anything I can do to&lt;br&gt;
&amp;gt; make this work or MUST we both be working with the same&lt;br&gt;
&amp;gt; matlab version?&lt;br&gt;
&lt;br&gt;
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=&lt;br&gt;
=3D=3D=3D=3D=3D=3D=3D&lt;br&gt;
Good question that I don't know the answer to.  But i was wondering,&lt;br&gt;
why not just compile your older macro in the new compiler and avoid&lt;br&gt;
the problem altogether?  Will it not work for some reason?&lt;br&gt;
Regards,&lt;br&gt;
ImageAnalyst&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Fri, 15 Feb 2008 16:19:02 -0500</pubDate>
      <title>Problem deploying compiled apps</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/163856#415345</link>
      <author>Corbin Holland</author>
      <description>We have developed two matlab applications, one using version&lt;br&gt;
2006b and one using 2007a, both compiled under Windows XP.&lt;br&gt;
&lt;br&gt;
Is it possible to deploy both of the compiled applications&lt;br&gt;
on the same machine?&lt;br&gt;
&amp;nbsp;&amp;nbsp;&lt;br&gt;
We had trouble a while back getting more then one MCR&lt;br&gt;
installer to install on the same machine a while back.  It&lt;br&gt;
kept throwing some error I can't remember exactly what it&lt;br&gt;
was.  I am just wondering if there is anything I can do to&lt;br&gt;
make this work or MUST we both be working with the same&lt;br&gt;
matlab version?&lt;br&gt;
</description>
    </item>
  </channel>
</rss>
