Hi,
I am a new user in MATLAB and DCOM. I created a dcom server object in MATLAB with the line:
h = actxserver('simulator.simgencontrol')
Till here no problems. I have an external file 'Structs.h' which contains many structs defenitions, so i loaded it in MATLAB so matlab would know those...