From: Victor Kam on
I am trying to use the built-in activex functions in MATLAB (2009b). In the past, under Windows Vista, the functions seem to work fine. Say, actxcontrollist returns a few hundred activex controls. However, I'm now using Windows 7, and actxcontrollist returns only a few dozen and the one I want to use is not in the list. Using external programs, I verify that my setup does indeed have a few hundred activex controls. So the MATLAB environment is failing to detect quite a few of them.

I am no Windows guru and I have googled for a long time and seems like a few other people have the same issue but no helpful responses. Could somebody knowledgeable here please help me out? Thank you very much in advance!
From: matt dash on
Are you using 64-bit windows?
From: Victor Kam on
"matt dash" <n.a(a)mail.com> wrote in message <hlf30f$mc4$1(a)fred.mathworks.com>...
> Are you using 64-bit windows?
Yes I am. Sorry, I neglected to mention that, and that the Vista that worked was in 32-bit.
From: Victor Kam on
"Victor Kam" <victor.kam(a)gmail.com> wrote in message <hlf59i$gs4$1(a)fred.mathworks.com>...
> "matt dash" <n.a(a)mail.com> wrote in message <hlf30f$mc4$1(a)fred.mathworks.com>...
> > Are you using 64-bit windows?
> Yes I am. Sorry, I neglected to mention that, and that the Vista that worked was in 32-bit.
installing 32-bit matlab does the trick. thanks for the idea.
From: matt dash on
"Victor Kam" <victor.kam(a)gmail.com> wrote in message <hlf9m5$q8a$1(a)fred.mathworks.com>...
> "Victor Kam" <victor.kam(a)gmail.com> wrote in message <hlf59i$gs4$1(a)fred.mathworks.com>...
> > "matt dash" <n.a(a)mail.com> wrote in message <hlf30f$mc4$1(a)fred.mathworks.com>...
> > > Are you using 64-bit windows?
> > Yes I am. Sorry, I neglected to mention that, and that the Vista that worked was in 32-bit.
> installing 32-bit matlab does the trick. thanks for the idea.

Yeah, most activex controls wont work in 64 bit matlab.