Prev: Subscript indices must either be real positive integers or logicals
Next: How to use Early late timing recovery block in simulink
From: Peter on 18 Jan 2010 04:54 Is it possible to create both 32 and 64 bit Windows deployables using the Matlab compiler? I have tried a 2008 Matlab compiler (64bit) installation with VisualC++ which produces 64bit builds by default which get packaged with a 64bit MCR and therefore are no good for 32bit Windows users. Not obvious how to change this setting.
From: Bruno Luong on 18 Jan 2010 06:32 "Peter " <peter(a)jplusconsulting.com> wrote in message <hj1b3s$2a5$1(a)fred.mathworks.com>... > Is it possible to create both 32 and 64 bit Windows deployables using the Matlab compiler? Not possible, you need to install Matlab 64 bit to compile 64-bit applications, Matlab 32 bit to compile 32-bit applications. Bruno
From: Peter on 18 Jan 2010 06:54 Thanks Bruno, My Matlab installation disc automatically does a 64bit install. So do I need to have a 32bit OS to hand? Cheers Peter "Bruno Luong" <b.luong(a)fogale.findmycountry> wrote in message <hj1grk$8v0$1(a)fred.mathworks.com>... > "Peter " <peter(a)jplusconsulting.com> wrote in message <hj1b3s$2a5$1(a)fred.mathworks.com>... > > Is it possible to create both 32 and 64 bit Windows deployables using the Matlab compiler? > > Not possible, you need to install Matlab 64 bit to compile 64-bit applications, Matlab 32 bit to compile 32-bit applications. > > Bruno
From: Bruno Luong on 18 Jan 2010 07:20 "Peter " <peter(a)jplusconsulting.com> wrote in message <hj1i4s$19s$1(a)fred.mathworks.com>... > > Thanks Bruno, > >So do I need to have a 32bit OS to hand? > Do not change the OS, install Matlab 32-bit on 64-bit OS. But yes, you need to do it by hand, both Matlab versions can be installed on the same computer, same OS. Bruno
From: Peter on 18 Jan 2010 08:41
Thanks, I will give it a go. Peter "Bruno Luong" <b.luong(a)fogale.findmycountry> wrote in message <hj1jlm$8qv$1(a)fred.mathworks.com>... > "Peter " <peter(a)jplusconsulting.com> wrote in message <hj1i4s$19s$1(a)fred.mathworks.com>... > > > > Thanks Bruno, > > > >So do I need to have a 32bit OS to hand? > > > > Do not change the OS, install Matlab 32-bit on 64-bit OS. But yes, you need to do it by hand, both Matlab versions can be installed on the same computer, same OS. > > Bruno |