Hi.
Perhaps there is an example in the MCA Example code, but I haven't found it ...
What I am trying to do is detect which version of MCA a device is running, using C#.
I have a program thatuses the MCA DLL's to control the camera, but theprogram is to be distributed to both older and newer devices -- Some run MCA 2.x whilesome run 3.x
My newer devices can take advantage of certain MCA camera functionality, but the programneeds to run a different piece of the codeif the device is older.
Any suggestions?
Thanks.
PS: I haven't decided how I'll compile and distribute my "single code base" program, considering I need to reference2 different MCA DLL's that have the same name ...that's a problem I'll tackle next week :-)


