"error serializing COM object.." and mcc



I'm building a program for fingerprint recognition. the interface is
a gui I built. the fingerprint sensor is a "Secugen Hamster". I'm
using software from "Bioenable Technologies" to connect the sensor to
the program. it's used as an activex and works fine in the matlab
gui.
now I need to build it as a standalone application, therefore I used
the mcc to compile it to C++. the mcc seems to work fine, but when
running the executable file I got from it, i get an error
message:"error serializing COM object, make sure the file
full1_activex2 is in the same directury as your gui". the file is in
the same directory. since it works fine in the MATLAB enviroment, I
don't know how to fix this problem. the program (outside matlab)
works fine except for the fact that it doesn't connect to the sensor.
thanks
.



Relevant Pages

  • Re: Message between threads
    ... GUI, sensor data, and data processing, sending data between the threads, ... this structure to algorithm thread where i do some math with the sensor ... message between threads and i came across a msdn forum which is not this. ...
    (microsoft.public.windowsce.embedded)
  • Re: Update Data using callback of Uitable
    ... I am trying to update the data in Uitable in one of my GUI application using Callback. ... And I want to update this previous data present in GUI Table using some callback for example CellEditCallback or KeyPressFucn Callback. ... and I get this error when I run --> Undefined function or variable 'sensor'. ... but I have already defined sensor and assigned it values ...
    (comp.soft-sys.matlab)