SDF toolbox uses 32 bit ActiveX components

3 views (last 30 days)
I use DacExpress (an older program no longer marketed) to acquire data with VTI instruments. It stores data in their SDF (standard data format) file format. This is a format that was initially developed by HP and is also used by Agilent.
DacExpress has an accompanying toolbox to allow matlab to read these files. This SDF toolbox was written for 32 bit Windows using ActiveX components and has never been updated to 64 bit to my knowledge.
I now run 64 bit windows with 64 bit matlab. What is the best way to be able to use this toolbox. Thanks in advance.
Can I load 32 bit matlab in a 64 bit OS and expect the toolbox to run?
Do I need to run a 32 bit emulator in my 64 bit OS like WOW64 and run 32 bit matlab in that, or is that automatically done with 32 bit matlab loaded on a 64 bit OS?
Do I need to start with a fresh 32 bit OS and run everything in 32 bit mode?

Accepted Answer

Jake Zwart
Jake Zwart on 24 Feb 2018
The answer is that I downloaded 32 bit matlab into the 64 bit OS and the toolbox with ActiveX components ran fine.

More Answers (1)

Walter Roberson
Walter Roberson on 22 Feb 2018
32 bit versions of MATLAB will generally run on 64 bit operating systems. However, not all operations might work properly. (Direct access to the parallel port became impossible after XP, for example, but that would not affect your situation.)

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!