I've got an application developed with the MCA SDK that runs fine on the development machine,. (I have used the camera API to capture images.) When I move my application to a Motion C5 tablet, and try to launch it, I get an error: "The application failed to initialize properly (0xC0000005). Click on OK to terminate the application."
I did not copy any of the SDK files over to the C5; I did supply all other dependent DLLs.
After much trial-and-error, I copied the IntelHealthcareSDK.DLL to my application's directory, just for fun. (I copied ONLY that DLL.) The application then started OK, but of course it didn't run as it should.
This indicates to me that there's something drastically different in one of the unnamed functions (ordinal 1-10) exported by the DLL.
Any ideas?
Thanks.


